Forum Replies Created

Viewing 40 posts - 1,681 through 1,720 (of 1,856 total)
  • Author
  • in reply to: Kleo Posts Grip Remove Thumbnail #48793
     Andrei
    Moderator

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Possible to make header full width in boxed layout? #48791
     Andrei
    Moderator

    While 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 solution
    in reply to: sign up #48790
     Andrei
    Moderator

    Hi,

    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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: boxed page #48789
     Andrei
    Moderator

    Hi,

    You will have to use the following code in your functions.php file:

    COPY CODE
    
    
    function 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Single page checkout? #48569
     Andrei
    Moderator

    We 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sidemenu not opening on firefox but chrome #48568
     Andrei
    Moderator

    There 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 solution
    in reply to: Redirect page to profile details #48538
     Andrei
    Moderator

    Firstly 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 solution
    in reply to: Sidemenu not opening on firefox but chrome #48435
     Andrei
    Moderator

    You 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Cron warnings #48381
     Andrei
    Moderator

    I’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 solution
    in reply to: AWCPC theme incompatibility #48309
     Andrei
    Moderator
    This reply has been set as private.
    in reply to: AWCPC theme incompatibility #48306
     Andrei
    Moderator
    This reply has been set as private.
    in reply to: AWCPC theme incompatibility #48304
     Andrei
    Moderator

    The 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 solution
    in reply to: Private Messages #48272
     Andrei
    Moderator

    Then 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private Messages #48266
     Andrei
    Moderator

    Hi @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 solution
    in reply to: Friend Request Do Not Work #48210
     Andrei
    Moderator

    I’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 solution
    in reply to: Cron warnings #48196
     Andrei
    Moderator

    Hi, 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 solution
    in reply to: Suggested Logo Sizes #48193
     Andrei
    Moderator

    Hi 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 solution
    in reply to: Sidebars on APPEARANCE -> WIDGETS desappeared #48191
     Andrei
    Moderator

    Hi, 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    It 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 solution
     Andrei
    Moderator

    It 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Friend Request Do Not Work #48179
     Andrei
    Moderator

    Your 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Different link for Logo #48172
     Andrei
    Moderator

    Hi 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 CODE
    
    function 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 solution
    in reply to: AWCPC theme incompatibility #48170
     Andrei
    Moderator

    BePro 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
     Andrei
    Moderator

    Adding 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 solution
    in reply to: Change BuddyPress navigation menu icons #47989
     Andrei
    Moderator

    @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 solution
    in reply to: Friend Request Do Not Work #47985
     Andrei
    Moderator
    This reply has been set as private.
    in reply to: User portfolio's #47981
     Andrei
    Moderator

    That 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 solution
    in reply to: Profile groups not saving #47980
     Andrei
    Moderator

    Both 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 solution
    in reply to: easy way to unistall demo content? #47916
     Andrei
    Moderator

    Yes 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 solution
    in reply to: rtmedia questions #47904
     Andrei
    Moderator

    Yeah, 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Menu Link to New Window/Tab #47902
     Andrei
    Moderator

    Glad 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 solution
    in reply to: easy way to unistall demo content? #47901
     Andrei
    Moderator

    No 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Thanks, 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 solution
    in reply to: Give portfolio item a default template #47899
     Andrei
    Moderator

    Hi @PixM , I’ve already replied to you in your other topic, please let’s keep the conversation over there.
    Thanks

    https://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 solution
     Andrei
    Moderator

    Even 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 solution
    in reply to: User portfolio's #47897
     Andrei
    Moderator

    Ok, 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Possible to make header full width in boxed layout? #47892
     Andrei
    Moderator

    Sure 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BP-WP-profile-reviews #47881
     Andrei
    Moderator

    It 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Hi 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Friend Request Do Not Work #47867
     Andrei
    Moderator

    Could 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,681 through 1,720 (of 1,856 total)

Log in with your credentials

Forgot your details?