Forum Replies Created

Viewing 40 posts - 17,481 through 17,520 (of 20,101 total)
  • Author
  • in reply to: site not working properly on iPhone #88623
     Radu
    Moderator

    Hi,

    Sorry but i cannot reproduce your described issues… i suggest you to install W3 Total Cache then enable Page Chage and Database Cache ! Only these options. This will help your website speed and load time.

    https://wordpress.org/plugins/w3-total-cache/

    Cheers

    Radu

    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: visual composer moble view issues #88621
     Radu
    Moderator

    Hi,

    I cannot see any issue with editing on mobile. ( see screenshot )

    If you still encounter the issue. revert word-press dashboard to default theme.

    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: Stuck in maintenance mode #88619
     Radu
    Moderator

    Hi,

    Works on my side, i’ve tested internal pages , it seems to be a cache issue for you, hold CTRL + SHIFT + R for 1 second
    then browse your site, it should works.

    Cheers

    Radu

    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: WooCommerce My Account Page – Remove link to store #88615
     Radu
    Moderator

    Hi can you check please ?

    COPY CODE
    
    ERROR: The password you entered for the username leancoachtest is incorrect. Lost your password?
    

    Regards

    Radu

    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 Would I Edit This CSS Class ID? #88612
     Radu
    Moderator

    Hi,

    Try this this

    COPY CODE
    
    #buddypress #item-body .activity li {  }
    

    Let me know if is ok.

    Cheers

    Radu

    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: Facebook Register. #88611
     Radu
    Moderator

    Hi,

    Just i’ve logged in with the Facebook account and it works, it shows correct name (my name) please check and i think i figure out what it displays ( . ) instead of the name, because that Facebook profile name is writed in corean language ( ์•ˆ๊ด‘ํ˜„ ) and the wp has filtered the name.

    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: browser issue #88610
     Radu
    Moderator

    Hi,

    The Kleo theme already uses bootstrap and if you want to run theme out of the WordPress this is not possible.

    Cheers

    Radu

    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: Stuck in maintenance mode #88336
     Radu
    Moderator

    Hi,

    Do you have solved the issue ?

    I can see your website : http://visitdelawarefarms.com/

    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: visual composer moble view issues #88331
     Radu
    Moderator

    ERROR: Invalid login credentials.

    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: SAME NAME FOR ALL MY PROFILE GROUP FIELDS?? #88319
     Radu
    Moderator

    Hi,

    Try this code

    COPY CODE
    
    div#item-header-content {
        display: none !important;
    }
    
    body.buddypress.is-user-profile div#item-header {
        padding: 15px 0 !important;
    }
    

    Let me know if is ok

    Cheers

    Radu

    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: Facebook Register. #88318
     Radu
    Moderator

    Hi,

    Can you provide admin credentials in a private reply ?

    I will take a look at this today or Monday

    Cheers

    RAdu

    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: Responsive main menu #88317
     Radu
    Moderator

    Hi,

    Add this code to your kleo-child/style.css

    COPY CODE
    
    @media screen and (max-width: 768px) {
    .vc_navbar li, .navbar-header {
        display: inline-block !important;
    }
    }
    

    Let me know if is ok

    Regards

    Radu

    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: visual composer moble view issues #88311
     Radu
    Moderator

    Hi,

    Wp says

    ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.

    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: WooCommerce My Account Page – Remove link to store #88309
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    p.no_subscriptions {
        display: none !important;
    }
    

    Best Regards

    Radu

    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: My user cant upload any pictures #88308
     Radu
    Moderator

    Hi,

    I think there is an server issue, i’ve tried to see server configuration by using this php function

    COPY CODE
    
    <?php phpinfo(); ?>
    

    And i receive 500 Internal Error and it seems to be turned off by the hosting, same case with this snippet

    COPY CODE
    
    ini_get('upload_max_filesize');
    

    Please contact them and tell em about your issue, you can upload images 100kb but on images with 400 – 5000 – 600kb images won’t upload

    Let me know

    Cheers

    Radu

    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: Members Carousel Not using thumbnails` #88303
     Radu
    Moderator

    Hi,

    Try this plugin : https://wordpress.org/plugins/buddypress-upload-avatar-ajax/

    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: How Would I Edit This CSS Class ID? #88302
     Radu
    Moderator

    Hi,

    Do you use some plugin for activity/buddypress ? I see that blue square in top right and it seems that is not part of kleo.

    What plugin is that ?

    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: remove the line and copyright info from the footer? #88171
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    #footer hr {
        border: none !important;
        border-width: 0px 0 0 !important;
    }
    

    Cheers

    Radu

    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: Registering on site #88169
     Radu
    Moderator

    Add this css

    COPY CODE
    
    body.profile #main ul.accordion {
        display: none !important;
    }
    

    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: Changing Background For JUST Regsitration Page #88168
     Radu
    Moderator

    HI,

    Just add this before your declaration

    COPY CODE
    
    body.register #main > section { }
    

    Cheers

    Radu

    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: Responsive main menu #88166
     Radu
    Moderator

    Hi,

    Can you please provide admin credentials to take a look ?

    Cheers

    Radu

    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: visual composer moble view issues #88164
     Radu
    Moderator

    Hi,

    Provide URL and admin credentials to take a look.

    Cheers

    RAdu

    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: Getting error in installation #88163
     Radu
    Moderator

    Hi,

    Make sure that this folder wp-content/themes/ have permission 755 if the folder has already this value change it to 777, install theme then set back to the theme folder permissions to 755.

    Another way to install theme is to upload directly kleo theme folder in wp-content/themes/

    Let me know

    Cheers

    RAdu

    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,

    Use this css

    COPY CODE
    
    #header .is-sticky .kleo-main-header a { color:red !important; }
    
    #header .is-sticky .kleo-main-header.header-scrolled a { color:green !important; }
    
    

    Add these lines to wp-admin -> theme options -> general settings -> quick css

    Let me know

    Cheers

    RAdu

    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: Whats Happened to Everything? #88155
     Radu
    Moderator

    Hi,

    Can you please the URL and admin credentials to can take a look ?

    Cheers

    Radu

    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: WooCommerce My Account Page – Remove link to store #88154
     Radu
    Moderator

    Hi,

    Please provide a dummy account and page URL where that sentence appears, then i will provide you a css that will hide that message.

    Cheers

    Radu

    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: Left sidebar on posts #88153
     Radu
    Moderator

    Hi,

    Done, check now.

    I’ve disabled the post meta in single post page from here : http://www.randomstudentdrugtesting.com/wp-admin/admin.php?page=kleo_options&tab=4 | Display post meta in Single post page -> OFF

    Cheers

    Radu

    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: browser issue #88152
     Radu
    Moderator

    Hi,

    This can be happen because of that certain server, this seems to not be a kleo related..

    If you can explain how can i reproduce the issue please.

    Cheers

    Radu

    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: Revolution Slider doesn’t work #88151
     Radu
    Moderator

    Hi,

    everything seems to be ok.

    I see in console that this resources cannot be loaded because they have a wrong path

    COPY CODE
    
    GET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.slideanims.min.js net::ERR_NAME_NOT_RESOLVEDsend @ jquery.js?ver=1.11.3:5m.extend.ajax @ jquery.js?ver=1.11.3:5n @ jquery.themepunch.revolution.min.js?ver=5.1:7o @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ jquery.themepunch.revolution.min.js?ver=5.1:7m.extend.each @ jquery.js?ver=1.11.3:2m.fn.m.each @ jquery.js?ver=1.11.3:2e.fn.extend.revolution @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ (index):644j @ jquery.js?ver=1.11.3:2k.fireWith @ jquery.js?ver=1.11.3:2m.extend.ready @ jquery.js?ver=1.11.3:2J @ jquery.js?ver=1.11.3:2
    jquery.js?ver=1.11.3:5 GET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.layeranimation.min.js net::ERR_NAME_NOT_RESOLVEDsend @ jquery.js?ver=1.11.3:5m.extend.ajax @ jquery.js?ver=1.11.3:5n @ jquery.themepunch.revolution.min.js?ver=5.1:7o @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ jquery.themepunch.revolution.min.js?ver=5.1:7m.extend.each @ jquery.js?ver=1.11.3:2m.fn.m.each @ jquery.js?ver=1.11.3:2e.fn.extend.revolution @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ (index):644j @ jquery.js?ver=1.11.3:2k.fireWith @ jquery.js?ver=1.11.3:2m.extend.ready @ jquery.js?ver=1.11.3:2J @ jquery.js?ver=1.11.3:2
    jquery.js?ver=1.11.3:5 GET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.navigation.min.js net::ERR_NAME_NOT_RESOLVED
    

    Please try to change your port from 44373 to 80.

    Let me know if it works.

    Cheers

    RAdu

    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: Registering on site #88142
     Radu
    Moderator

    Hi,

    Use this CSS

    COPY CODE
    
    #members-dir-list .search-item .avatar {
        width: 100% !important;
        display: inline-block;
    }
    
    #members-dir-list .search-item .avatar img { width: 100%; }
    

    Cheers

    Radu

    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: Visual composter Issue #88141
     Radu
    Moderator

    Hi,

    Please check now it should be ok.

    Regarding the email notifications panel I’ve added this CSS in your kleo-child/style.css at bottom

    note: this issue will be fixed in the next update and the snipped will be removed when you update the theme.

    COPY CODE
    
    .bp-screen-reader-text {
     position: absolute;
     margin: -1px;
     padding: 0;
     height: 1px;
     width: 1px;
     overflow: hidden;
     clip: rect(0 0 0 0);
     border: 0;
     word-wrap: normal !important;
    }
    

    Cheers

    RAdu

    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: php error #88134
     Radu
    Moderator

    Hi jacipetersilie,

    Thank you for your kind words !

    Youโ€™re welcome,

    Also donโ€™t forget to rate our theme on Themeforest and give it 5 stars ๐Ÿ™‚

    http://themeforest.net/downloads/

    Best regards

    Radu

    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: Border Needed #88133
     Radu
    Moderator

    Please add this css

    COPY CODE
    
    .kleo_text_column.wpb_content_element {
        border-right: 1px solid #c3c3c3 !important;
        border-left: 1px solid #c3c3c3 !important;
        border-top: 1px solid #c3c3c3 !important;
        border-bottom: 1px solid #c3c3c3 !important;
        padding-top: 0px;
    }
    

    Cheers

    Radu

    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: My user cant upload any pictures #88130
     Radu
    Moderator

    Hi,

    Please provide admin credentials too.

    Cheers

    Radu

    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: Activate Account not working #88126
     Radu
    Moderator

    Hi,

    I’ve replyed you here: https://archived.seventhqueen.com/forums/topic/registering-on-site#post-88124

    Cheers

    Radu

    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: Tabbed Contents on mobile news magazine #88125
     Radu
    Moderator

    Hi,

    This is the default behavior on all tabbed related content, the tabs will collapse into a drop-down, in order to save screen space.

    Cheers

    Radu

    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: Registering on site #88124
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> styling options – > scroll botton -> quick css and paste here this code

    COPY CODE
    
    #profile #item-header-avatar {
        width: 100% !important;
    }
    

    Regarding the register page and redirect this is only happend when you are already logged in, open the page in incognito as guest user.

    Cheers

    Radu

    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: Activate Account not working #88033
     Radu
    Moderator

    Hi,

    Now it appears, the problem was caused by lack of this short-code to that page ( Membership Page )

    [pmpro_levels]

    I suggest you to create a new pages for each pmpro action pages, just go here : http://mtlgoalies.com/dev/wp-admin/admin.php?page=pmpro-pagesettings and you will see

    Account Page:
    Billing Information Page:
    Cancel Page:
    Checkout Page:
    Confirmation Page:
    Invoice Page:
    Levels Page:

    Create a page and include their shortcodes for each of these and assign them correct page.

    Cheers

    Radu

    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: Activate Account not working #88029
     Radu
    Moderator

    Hi you can add package/packages to that page from here : http://mtlgoalies.com/dev/wp-admin/admin.php?page=pmpro-membershiplevels

    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: Activate Account not working #87956
     Radu
    Moderator

    Hi,

    Please verify now it should be ok, i’ve tested and it works now.

    Cheers

    Radu

    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 - 17,481 through 17,520 (of 20,101 total)

Log in with your credentials

Forgot your details?