Forum Replies Created
-
Author
-
AndreiModerator
Hi, please note that there are no out of the box options to achieve what you want, and that you’ll need some programming skills in order to make this modifications.
Firstly, based on the listing style that you chose, you’ll have to edit some of the following template files:
– standard listing are formatted from files you can find directy in the theme folder named “content-xxx.php”, where xxx is the format of that post.
– grid will use the masonry listing which can be founded here “kleo/page-parts/post-content-masonry.php”
– small left thumb will use the following template file “kleo/page-parts/post-content-small.php”Secondly in order to modify the way the excerpt is made limited, you will have to redefine the following function in your functions.php file, and modify it’s defaults.
COPY CODE\[[^\]]*\]
Let me know if I can help you with something else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWhile you’re in the edit page screen, change to the “Classic Editor”, and you’ll have a “KLEO” dropdown in the content editor toolbar. From there you can find all our shortcodes, and you can use them wherever you want/need.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
You can modify the amount of fields needed in the registration directly from buddypress. So you can use as many or as few as you need.
I saw a lot of people asking for mandatory avatar on registration but unfortunately I didn’t saw any stable plugin which I could recommend.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi,
You will have to use the following code in your functions.php file:
COPY CODEfunction filter_kleo_site_style($site_style){ if(is_page('test')){ // change this to the page slug you need to use boxed style $site_style = ' page-boxed'; } return $site_style; } add_filter('kleo_site_style', 'filter_kleo_site_style');
Also, in boxed style you probably will want to style some aspects. You can do so from Theme Options > Layout Options, switch your layout settings on “Boxed”, make all afferent settings, and after that change it back to wide.
Hope this helps you.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorWe are not aware of anyone using this before, it should work just fine, but it might need some layout adjustments to properly match our layout design and colors.
Let me know if you need any more help.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThere are just to many solutions out there which offers a lot of different options/services and we can’t know which one are the best.
Hope you’ll find a good hosting solution.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorFirstly please let me know where you want to create this link and it doesn’t work, it would help me a lot to understand what you’re trying to achieve if you could give me access to your wp-admin, and pointing me directly to the issue.
Sorry for the late reply.
Looking forward.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYou don’t have to disable CloudFlare completely, just find and disable the “Rocket Loader” option from CloudFlare.
We’re using CloudFlare too, but that option modifies to much js files and somehow brakes them.Another way to increase performance is to migrate to a vps/dedicated server or a elastic solution like cloud hosting where you can increase your hardware power as you need. But all of this are needed in direct proportion with your traffic amount.
I’m glad you managed to fix your issue.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’m glad everything is sorted out.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThe AWCPC plugin is free, only it’s integration with buddypress comes as a paid module from what I saw.
If you can provide me the paid plugin I can make some tests locally and see if I can find a quick fix for you.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThen you could create a membership level just for your administrator account, which has access to private messaging, and after you put your admin user in that level, just deactivate it for new signups.
But even in this case, the users will just see the notification, don’t think they will have access to read it.Hope this will information will help you somehow.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @dicers , unfortunately for the moment there’s no such option, you can only limit private massage entirely, per each membership level in part.
I’ll put on our to do list your request and we’ll consider adding it in one of our future updates, but I can’t give any ETA for it.Cheers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorI’m glad I could help.
Good luck with your project.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, all the errors reported by you are related only to your hosting server setup. From what I can see, the mysql server is misconfigured.
Get in touch with tour server administrator and show him this errors.
Let us know how it went.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi Mate,
Could you please give me admin credentials to play a little bit with the floating menu, and see if there are any bugs ?
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi, I managed to investigate a little bit more and found out that there was a lot of errors generated by the “Facebook Widget” plugin, which I deactivated and everything works just fine now. It seems that the plugin is outdated.
Thanks for your patience.
Let me know if I can help you with something else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2015 at 01:31 in reply to: Post excerpt not showing when using backend editor – visual composer #48184AndreiModeratorIt was my pleasure.
Good luck with the project.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2015 at 01:28 in reply to: Post excerpt not showing when using backend editor – visual composer #48182AndreiModeratorIt seems that deleting that “title” element from the Post Grid Elements, and putting it back, resolved the problem.
I think there was a VC problem, because it was hard writing the font size of that element.Everything works ok now.
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYour problem comes because the inconsistent ssl settings. I’m assuming you’re trying to use “FORCE_SSL_ADMIN”, but this somehow breaks your ajax calls. There are a lot of things not working on your site, not just the friend request button.
Please deactivate any ssl options you might manually added to wp-config.php, and try to use a proper plugin to set your ssl aspects.
Let me know if everything worked ok after deactivating your ssl settings.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi Mate,
Here is a function which helps you redirect people away from the front page if they are logged in.
Add it to your functions.php file. Hope it helps.COPY CODEfunction redirect_front_page_if_logged_in(){ if(is_user_logged_in() && is_front_page()){ wp_redirect('activity'); // change to whatever page slug you want to redirect your users } } add_action('template_redirect', 'redirect_front_page_if_logged_in');
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorBePro plugin seems to they have their own page template which probably works just on the default wp theme.
For better styling of that plugin page template you should have programming skills or you’ll probably need a developer.I’ll attach below a quick fix to their template page. You should replace the file found at:
“wp-content/plugins/bepro-listings/templates/single-listing.php”Take in mind that any plugin update will remove this fix.
I can also give a look at the AWCPC plugin, but I’ll need access to their buddypress extension in order to see what’s wrong with the template in their case.
Let me know how it went.
CheersHi 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.February 27, 2015 at 15:56 in reply to: add other button like "add friend", "public mesage i user profile #47990AndreiModeratorAdding and removing menu items from the profile menu requires programming skills and you should try to find a plugin like the following one: https://wordpress.org/plugins/buddypress-custom-profile-menu/ , but unfortunately you’ll probably need the pro version of that plugin.
Changing menu icons it’s just a matter of some css rules and you can find a tutorial in the topic you just pointed out earlier.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModerator@russellkhan , you can achieve that by adding “font-size” property to the same exemplified css rules given above.
@lemonjoe , you can do that by customizing the same exemplified css rules given above, and you should add them as backgrounds, and set content=””In both cases css knowledge is needed
@jiant , firstly you will need programming skills to add/remove profile menu items, there are some tutorials over the internet to do so but is nothing easy, maybe try to find a plugin to help you do that, and secondly the dropdown menu only appears when you don’t have enough space to show all menu items.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorThat seems to be a very good workaround.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorBoth the styling that didn’t work and city autocomplete field might be the caused because you are using to many layers of caching, and each time you do any changes to have to clear you CloudFlare cache and from what I know WP Engine hosting also has some advanced caching turned on.
Unless you added some plugins that might interfere in somehow or did any code changes, everything should work fine.
Try to clear your cache from the both points and let me know if it worked.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYes you can install it for testing purposes without any problems and unfortunately we don’t have a full list of all pages.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorYeah, you should ignore that notice, we already updated everything that it needs.
Attachments in bbpress topic/replies are handled by additional bbpress plugins. I think there’s one called “GD bbPress Attachments”.
Let me know if I can help you with something else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorGlad you managed to figure this out by yourself.
Cheers.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorNo there’s not such an option available, but it’s a very nice feature to have somewhere in the future.
The best scenario is to make 2 installs, one for testing, with all demo content imported, and another one in which you can start from scratch.Please let me know if I can help you with something else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 27, 2015 at 00:41 in reply to: Post excerpt not showing when using backend editor – visual composer #47900AndreiModeratorThanks, I’ll try to get back to you as soon as possible with a fix.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorHi @PixM , I’ve already replied to you in your other topic, please let’s keep the conversation over there.
Thankshttps://archived.seventhqueen.com/forums/topic/user-portfolios
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 27, 2015 at 00:37 in reply to: add other button like "add friend", "public mesage i user profile #47898AndreiModeratorEven now I couldn’t understand the exact place where you want to add/change the menu items.
Could you please attach a screenshot pointing this out ?Cheers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorOk, so you want the content that users post trough the buddyforms plugin to be formatted and look like this page: http://seventhqueen.com/themes/kleo/portfolio/gallery-thumbs/ , right ?
You can achieve the portfolio layout you want but just from backend, manually and individually for each post in part, from Visual Composer.
Unfortunately this is not a common case, and it should need some custom work, to check if the content was posted from your plugin and if it was, it will need a custom made template to show the content in the way you want. Please not that in order to achieve all of this you’ll need programming skills or you’ll need to hire an developer.At some moment in the near future we’ll also thinking in building this kind of options, but meanwhile I can’t see any other options.
Please, let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorSure you can do that, please note that in your edit page screen, somewhere below the content box, you have a meta box called “Header Content” which will do exactly what you want and in which you can put any shortcodes and use any sliders which provides you a shortcode. For example, to use Revolution Slider you just have to put in that Header Content box the following shortcode: “[rev_slider testslider]”
Hope this helped you out.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorIt seems that the above solutions are really old, and meanwhile the plugin author have changed a few templates and probably the place where it outputs the ratings and unfortunately because of that, the css rules doesn’t fully apply anymore.
So it seems that you’ll need to provide me access to your wp-admin and to your ftp account so I can give a look and see what’s wrong. Also please understand that I can’t provide you any exact ETA time for resolving this issue, but I’ll try to do it as soon as possible.
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 26, 2015 at 22:53 in reply to: Post excerpt not showing when using backend editor – visual composer #47877AndreiModeratorHi mate, sorry for the late reply, I’ve tried to recreate your issue as you pointed out in the video but without success. On my side when I change the title tag it also change the font/font-size according to my selection.
It could be possible that you might have some custom css rules which overrides our default styling ?
Could you provide me access to your wp-admin so I can see more exactly what is your scenario and make some tests and see from where does this problem come ?
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAndreiModeratorCould you please try to disable any additional plugins that didn’t come bundled with our theme, one by one, maybe one of them conflicts in some way. If you don’t manage to find the one which makes the problem then I would have to kindly ask you to leave us credentials to your wp-admin and to your ftp so we can give a look at your setup/plugins and see what’s wrong.
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts