Forum Replies Created
-
Author
-
AndreiModerator
Just proceed yourself with the above advices and everything should work just fine.
Let me know how it went.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorGood to know, I wasn’t aware of this issue of theirs, hope you’ve found all the necessary details in order to fix your issue. Even if you might had been affected of this nasty bug they had I still recommend it as it’s an very maintained plugin and as you can see they will fix their issues asap.
Please let me know if I can help you with anything else.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
I’m pretty sure there’s nothing wrong with the PMPRO plugin, being one of the best membership plugins out there.
You should consider the fact that running a membership site will require you to have a stable and capable hosting solution so maybe upgrading your hosting might solve your problems.
Also, if you don’t have real high traffic on your site then you might have lots of spam, and in this cases I recommend you using a cdn proxy like CloudFlare which will prevent any spam to touch your hosting server.
Please let me know if I can help you with anything else.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHere is the code which will help you manipulate the field search queries, you need to add it into the functions.php file of your theme
COPY CODEfunction kleo_bp_field_query_custom($sql, $field_id, $field_value){ if( $field_id == '1'){ // I am a - field id $extra_sql = false; if( $field_value == 'Mężczyzna'){ $extra_sql = 'Mężczyzny'; } if( $field_value == 'Kobietą'){ $extra_sql = 'Kobiety'; } if( $extra_sql ){ $extra_sql = " OR value LIKE '%".esc_sql($extra_sql)."%'"; } $sql = str_replace("value LIKE '%".esc_sql($field_value)."%'", "value LIKE '%".esc_sql($field_value)."%'" . $extra_sql , $sql); } if( $field_id == '6'){ // Looking for - field id $extra_sql = false; if( $field_value == 'Mężczyzny'){ $extra_sql = 'Mężczyzną'; } if( $field_value == 'Kobiety'){ $extra_sql = 'Kobietą'; } if( $extra_sql ){ $extra_sql = " OR value LIKE '%".esc_sql($extra_sql)."%'"; } $sql = str_replace("value LIKE '%".esc_sql($field_value)."%'", "value LIKE '%".esc_sql($field_value)."%'" . $extra_sql , $sql); } return $sql; } add_filter ('kleo_bp_field_query', 'kleo_bp_field_query_custom', 100, 3);
Also, in order for this code to work I had to make a small change to a core file which I have attached below and you’ll have to update it over ftp in the main theme: “wp-content/themes/sweetdate/custom_buddypress/kleo-bp-search.php”, and we’ll include this modification in updates as well.
Let me know how it went.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.AndreiModeratorI’ve found a solution but the ftp credentials don’t work, can you please double check them yourself ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2016 at 17:21 in reply to: BuddyPress Album – missing tables / fatal errors / website slow #100585AndreiModeratorThe BuddyPress Album option from our theme will enable the same “BuddyPress Album” plugin that you’re trying to install and activate separately from the plugin repository.
The error you got in the screenshots you’ve sent us are because before activating that plugin you’ll need to firstly disable the bp album option from the theme options.
The difference is that our included version is a little bit modified. As you can see the plugin is old and not maintained and we’ll also gonna remove it from our theme in the future so I recommend you to find other solutions.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI am able to click the top login menu, click forgot password link, enter an email, click the button and of course I get a message back because I don’t enter a valid email, so everything works from this point of view, maybe if you don’t receive emails is because you have some smtp limits from your web hosting and Radu already gave you a solution for this earlier.
If you still encounter any issues please send us a detailed step by step way to replicate the problem.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI would really recommend you to try and get more help from the author of your vc addon, he should know better about what to do in such cases. The plugin you’re trying to use isn’t unfortunately one which should work out of the box and most probably will require some custom modifications which might not be supported by us or they might not apply to all our customers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Most probably your content is missing some div wrappers or containers in order to structure the content like it does in a normal page. Give it a look at your page sources and make some comparisons between the content wrappers and add them into your custom code.
Chers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThanks for your suggestions, we’ll give them a try and we’ll consider improving this areas.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi
I’m sorry but you have a custom case and will require inspecting and debugging what your other developer did.
I recommend you to hire someone capable to finish the job.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThose backend issues appears because other plugin might load the same js library and conflicting with the one loaded by geodirectory. The YITH Wishlist plugin is known for example to create such conflicts, try to deactivate it and see if it works.
The theme update should get out in around one week or so.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWe’ll release an update in around one week with a new version of visual composer which most probably will fix such issues. Please keep an eye on the updates and after you have the new version please let me know if still happens.
Thank you for your patience.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSuch feature is not meant to reside into the theme, it’s a custom addon and should be a separate plugin.
If it’s not complex then it shouldn’t have any impact on your loading speeds.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWe’ll give it a try on your website and see if we find anything wrong.
Thank you for your patience.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorAlso you can try to use a plugin like “Peter’s Login Redirect” for creating more advanced redirect rules.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorAs I’ve said, some plugins respect the standards some doesn’t.
Thanks for the suggestion, we’ll keep in mind for ourselves to use and implement such support as much as we canHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIt seems to be an issue from the plugin itself, that string is not available in the translation template file ( pot ) and the only way to change it would be to change plugin files which will make you loose this modifications on the next plugin update.
From here you can make the hard plugin edit:
wp-content/plugins/sensei-buddypress/includes/bp-sensei-loader.php – line 356 & 358Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorNo, at this moment there aren’t such options available, you can only disable the breadcrumbs area generally from theme options page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorhttp://bimv.pl/wp-login.php still needs authorisation and please double check if the last credentials you provided are good.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
The menu items and menu location switch will become compatible with the next theme version.
Please tell me more about what other issues you had, what settings were unsupported or unusable ?
Also can you provide an example or a screenshot with the design problems with the search ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, can you please explain us with more details what you’re trying to achieve ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYes, we’ve used such practices but most probably not entirely, also most of the today plugins adds such attributes to the features they add even if not all of them.
Would you be interested in something more specific ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThere are plenty plugins already available for you to use in order to create such a site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI see, this is a pretty custom case, because will require to combine data from multiple post types in the same breadcrumb trail. I recommend you to contact sensei support for a suggestion about a possible way to make this work as you want.
I think it would still be a pretty custom task which will need some development time.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorUnfortunately it didn’t work, can you please turn off your firewall plugin temporary ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Plugins translation files should reside under the following path: “wp-content/languages/plugins/buddypress-es_ES.mo”.
I’ll keep you updated how things are going on your other issue.
Looking forward
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Probably the in the tutorials you’ve saw there were some visual composer addons, as how kleo provide it’s own custom elements so does additional vc plugins.
I just tried to add 3 text columns from the frontend editor and everything worked just fine, so it should work for you as well, unless you have done something extra which you didn’t told us.
Please provide us more details about how to replicate this issue from scratch, step by step so we can try to help you.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIn the post grid you will need to go under Item Design, and edit the grid box and most probably there you’ll also find settings for the animation effect.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
Unfortunately this isn’t an easy task and it’s also not widely requested so please try to find a plugin with the comment features you need.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorAs you can see for example over here: ( https://archived.seventhqueen.com/forums/forum/buddyapp/plugins-questions ) this doesn’t happen in our case so it’s most probably either a plugin or some modification/misconfiguration.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
The bootstrap version cannot be changed at this moment but I recommend you to check what version of glyphicons your plugin uses and manually load it separately, without the bootstrap library.
https://github.com/marcoceppi/bootstrap-glyphiconsCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @logobby, unfortunately we cannot offer support for such kind of modifications, for custom registration pages I would better recommend using a plugin such as http://www.gravityforms.com/add-ons/user-registration/ or something similar.
Please let me know if I can help you with anything else.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModerator@vineshare, add the following css rule in theme options > quick css:
COPY CODE.kleo-mobile .bg-parallax{ background-attachment: scroll !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @daf, can you please update your theme on the latest version ( 3.1.3 ) and let us know if this still happens ? Because on our demo, using the latest theme it doesn’t.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSure, just let us know when you have more news about it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCan you please setup a test place with this translations and with some test users so we can give a look at your site and see if we can come up with a quickly fix ?
Don’t forget to provide us ftp/wpadmin accounts.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThe background of it yes, it will be full width, but the data inside it will be wrapped into a inner container, which with a few small tweaks can be extended to full browser width if you like.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
We’re already working on the full browser width menu style and should be released in the next theme update somewhere next week.
A full width footer is not possible when using the boxed layout style, at least not for now.
Please let me know if I can help you with anything else.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi
@russayres if you can give a look into your page source you will see that probably all theme related javascripts and css files were packed and minified but please understand that there are other plugins that might load their javascripts and css in ways that the BWP Minify plugin can’t interpret in order to compress them. This things are absolutely not related to the theme because each plugin was built to work in different ways and our theme doesn’t interfere in no way with them. I also recommend you to deactivate any plugins that you might have activated but you’re not using or needing them.
@bkozlowski I don’t see you having any tickets in a couple of years regarding any speed issues, this is the worst and most common mistake that most of the users make, thinking all things that goes wrong into their wordpress sites are related to the theme, forgetting that a theme is mostly focused on design, very small/light features and ui/ux and the more complex components or features are added by additional plugins, making each plugin author responsible of the optimisation of their own code.I invite you to a quick test which will make a lot of light regarding this subject, temporary deactivate all your plugins ( excluding K-Elements and Visual Composer ) and then you can see how the theme truly performs by her own.
Also it’s absolutely normal for a wordpress site to get heavier once you add more and more features to it.
If you can give me more specific details of your issues I’ll try to help you as much as possible.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts