Forum Replies Created

Viewing 40 posts - 8,521 through 8,560 (of 20,101 total)
  • Author
  • in reply to: Buddypress unsubscribe link generates the wrong url #149094
     Radu
    Moderator

    Hi,

    Try to re-save permalinks from wp-admin -> settings -> permalinks -> save changes.

    Try also to enable all components then re-save the permalinks and check again.

    Try to de-activate child theme and try again.

    Try also to de-activate rest of the plugins except BuddyPress and check again.

    Let me know
    Cheers
    R.

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

    Hi,

    Kleo theme adds header-scrolled class when the scroll it’s performed in page but in this case the scroll it’s happens in a certain div not for body of the page, I hope it makes sense.

    You can try to decrease the menu height using this

    COPY CODE
    
    @media(min-width:992px){
    .post-type-archive-gd_place #header .kleo-main-header .navbar-header,.post-type-archive-gd_place #header .kleo-main-header .header-banner, .post-type-archive-gd_place #header .kleo-main-header .primary-menu, .post-type-archive-gd_place #header .kleo-main-header .secondary-menu{
        line-height:70px !important; height:70px !important;
    }
    }
    
    

    Cheers
    R.

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

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Email when user receives private message #149085
     Radu
    Moderator
    Not marked as solution
    in reply to: Media Grid Images Missing #149084
     Radu
    Moderator

    Hi,

    I’ve find what causes the issue !

    That js code causes that,i’ve delete it but i will paste the code here for later use if is need

    COPY CODE
    
    <script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"9328830d5883878c7d43ed3b3","lid":"e3d4f805a3"}) })</script>
    

    Cheers
    R.

    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: How to show age on profile site? #149082
     Radu
    Moderator
    Not marked as solution
    in reply to: sub sub menu not opening on top menu #149080
     Radu
    Moderator

    You’re welcome
    Cheers
    R

    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: Buddypress Activity Updates #149077
     Radu
    Moderator

    Hi,

    Just I’ve tested using iPhone 6 thru chrome and I haven’t encountered any issue with that

    https://seventhqueen.com/themes/kleo/members/demo/

    Those two photos was posted thru iPhone 6 on chrome.

    Let me know if you notice any bug and also let me know the exact steps to can reproduce that.

    Cheers
    R.

    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: Blue line on forum #149075
     Radu
    Moderator
    Not marked as solution
    in reply to: How can I put a google reCaptcha ? #149074
     Radu
    Moderator

    I don’t have a solution with custom code, use plugin instead it’s same thing in this case.

    Cheers
    R.

    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: Media Player time #149073
     Radu
    Moderator

    Hi,

    There is no quick solution for that, please take a look here : http://stackoverflow.com/questions/4993097/html5-display-audio-currenttime

    Or you can use your solution but on every wp update to modify that file.

    Cheers
    R.

    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: Slow Site #148940
     Radu
    Moderator

    Hi,

    Please read this guide regarding the speed improvement : https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    Cheers
    R

    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: Turkish Language Support #148939
     Radu
    Moderator

    Hi umutsun,

    Thank you for providing this and for the nice words!

    We will include this in future in theme package.

    Best Regards
    R.

    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: Can not add more than 2 images to an image gallery #148937
     Radu
    Moderator

    Hi,

    I saw the .ini file the settings from file are ok to can KLEO run, but from my point of view the problem I think it’s caused by the resources (CPU) of the account that you have, you can ask the GoDaddy support to move you 1 day to a shared hosting environment (not WordPress managed) to test how it works.

    The GD support should tell you if those errors are caused by a limitation of some resource, you can ask them to if that errors 502,503 are caused by the CPU limit ?

    Cheers
    R.

    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 crushes the website #148934
     Radu
    Moderator

    Ok then

    Have a nice week

    Cheers
    R.

    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 Search results #148933
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Please provide admin account and FTP login details in a private reply to can take a closer look at this

    Cheers
    R.

    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 crushes the website #148919
     Radu
    Moderator

    Hi,

    This should work by default but if not it means that there can be a server setting like wp memory limit to can identify what’s going on please update the theme to latest version 4.1.7 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    if it’s something related to the php memory allocation you should follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Let me know

    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: Customizing Kleo Popup. #148918
     Radu
    Moderator

    Hi,

    Do you have solved with the register link?

    What about the sidebar ? what you want to customize ?

    Cheers
    R.

    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: sub sub menu not opening on top menu #148917
     Radu
    Moderator

    Hi,

    Sorry,

    Replace css code with this

    COPY CODE
    
    .top-bar ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: 165px !important;
    }
    
    @media(max-width:991px) {
    
    .top-bar ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: -165px !important;
    }
    
    }
    
    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: Email when user receives private message #148913
     Radu
    Moderator
    Not marked as solution
    in reply to: MAIN PAGE DISPLAY #148912
     Radu
    Moderator

    Hi,

    Yes, those can be caused by some caching plugins or security plugins or any other plugins, try to de-activate all plugins then enable back one by one to identify what causes that.

    Or this can be caused by the changes from the child theme, try to switch to parent to test

    R.

    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: Pages are not displaying correctly #148911
     Radu
    Moderator

    Hi,

    The problem it’s the width of the wrapper of the events page ?

    Let me know

    Cheers
    R.

    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: Buddypress unsubscribe link generates the wrong url #148909
     Radu
    Moderator

    Hi,

    The 7thqueen account aren’t working,

    The generated URL it seems to be generated correctly, on my local installation I have the email settings at that address http://localhost/kleo/members/test/settings/notifications/

    You should have that to !

    Make sure to have notification component enabled from BuddyPress settings

    Let me know

    Cheers
    R.

    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: Print CSS #148907
     Radu
    Moderator

    Hi,

    The CSS that you have added in child theme it’s ok it’s loaded thru the print generation action but there it’s other issue, those should be investigated, we will talk with the developers tomorrow and i will get back to you.

    Cheers
    R.

    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: Restrict my site #148903
     Radu
    Moderator

    Hi @danielmoral

    Please write in English because I cannot understand the Spanish language.
    Cheers
    R.

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

    Hi,

    I cannot see the currency option in pmpro settings plugin.

    Those are pmpro related questions, I recommend you to ask those questions to the pmpro forum support.

    https://wordpress.org/support/plugin/paid-memberships-pro
    OR
    https://www.paidmembershipspro.com/support/

    Cheers
    R.

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

    Hi,

    You’re welcome

    Use this code instead: http://pastebin.com/raw/zXcqafT3

    The first image link will appear on BuddyPress and the second on bbpress pages

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Scrolling Bug #148900
     Radu
    Moderator

    Hi,

    You’re welcome

    Please de-activate all plugins and check if this continue to happens, from what I see the settings for smooth scrolling area already made, I think the problem it’s caused by one of the plugins, on my local installation the smooth scroll works using kleo-scroll-to class.

    Let me know

    Cheers
    R.

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

    Hi,

    Try to add this CSS to wp-admin-> theme options -> general settings -> quick css

    COPY CODE
    
    .slidelink a {
        pointer-events: all !important;
        z-index: 99999;
        width:100%;
        height:100%;
        display: block !important;
    }
    .slidelink a:hover {cursor:pointer !important;}
    

    Let me know…

    If this won’t make any difference please provide to me admin credentials to take a closer look.

    Also if you use the same slider on another page the slides are clickable ?

    This it’s happens only on pages where revolution slider and essential grid are used ?

    Let me know

    Cheers
    R.

    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: Styling on custom menu #148896
     Radu
    Moderator

    Hi again,

    I’ve tested in detail this, with the plugins mentioned by you activated and I can see a problem with the menu assignation but sometimes it work sometimes not on the bp components pages, I need more time to can figure out what’s going on there

    We will get back to you tomorrow

    Cheers
    R.

    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: Blog masonry grid posts not in chronological order #148894
     Radu
    Moderator

    Hi,

    Right now are pulled 12 posts to the blog page: https://www.stellarpeers.com/blog/ and from what I see they are in reversed chronological order with a small exception that the isotope change order or some elements dynamically that depend on by the element height.

    You are referring the 6th element should be the 4th? this is the masonry behavior, let me know and explain me about how the posts aren’t displayed in reversed using 12 posts on blog page.

    Cheers
    R.

    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: Wrong layout on Safari- Macbook Pro #148756
     Radu
    Moderator
    Not marked as solution
    in reply to: Fatal error in my theme #148755
     Radu
    Moderator

    No,

    The feature it’s included in our theme you can easy add an icon to any menu item like in the screenshot.

    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: How make secondary menu show up underneath main menu #148751
     Radu
    Moderator

    Hi,

    1. CSS + Comment

    COPY CODE
    
    /*START Two menus tweak*/
    
    .header-flexmenu #header .kleo-main-header>.container {
        flex-wrap:wrap;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
    }
    
    .kleo-main-header.header-normal .navbar-header{
        background: #cacaca;
        width: 30%;
        height: 100%;
    }
    
    .kleo-main-header.header-normal .navbar-collapse {
        background: pink;
        width: 70%;
       
    }
    .kleo-main-header.header-normal>.container .secondary-menu {
        background: green;
        width: 70%;
        
        transform: translateY(-50%);
    }
    
    @media (min-width: 991px)
    .kleo-main-header .nav.navbar-nav {
        max-height: 44px;
    }
    
    /*END Two menus tweak*/
    

    2. You can try that plugin but before that you can try to use the menu assignation feature by page from our theme

    Cheers
    R.

    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: several small bugs with IE #148750
     Radu
    Moderator

    Hi again,

    Thank you for providing additional informations, i will add this to bug list and we will let you know when we start to fix this.

    Cheers
    R.

    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: Can not add more than 2 images to an image gallery #148749
     Radu
    Moderator

    Hi,

    I cannot identify something wrong with the theme and i think the problem it’s somehow related to the server because the kleo theme and scrips cannot load the resources and it gives this error code : 502 and 503 and from what i see on the godaddy help area : https://uk.godaddy.com/help/website-errors-503-service-temporarily-unavailable-5089 it’s related to the server resources allocation.

    Please read their article for that error, and you can try to open a ticket on their technical support to check if there is something from their side.

    Cheers
    R.

    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 lightbox not working in ssl #148747
     Radu
    Moderator

    Hi,

    Please provide an account to can see how this it’s happens

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 8,521 through 8,560 (of 20,101 total)

Log in with your credentials

Forgot your details?