Forum Replies Created

Viewing 40 posts - 20,041 through 20,080 (of 20,101 total)
  • Author
  • in reply to: How to deactivate the effects on post pages #40709
     Radu
    Moderator

    Hello,

    You can disable effect by removing class “animated animate-when-almost-visible el-appear” from wp-content/themes/kleo/page-parts/post-content-masonry.php line 12

    or replace this

    COPY CODE
    
    <div class="post-content animated animate-when-almost-visible el-appear">
    

    with this

    COPY CODE
    
    <div class="post-content">
    
    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 and page title are appear #40685
     Radu
    Moderator

    You need to go on wp-admin panel -> pages -> your homepage-> See screenshot.

    For transparency problem add this code in Theme Options -> Quick css

    .kleo-navbar-fixed .navbar
    { z-index: 999 !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: Bug in Tabs (Site-Item) #40670
     Radu
    Moderator

    Hello,

    You encountered this problem when you add from visual composer widget

    (Tabs – Tabbed Content)?

    I tested locally and work properly as on demo.

    http://seventhqueen.com/themes/kleo/tabs-pills/

    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: get_avatar? #40667
     Radu
    Moderator

    Hello,

    We use wordpress default function

    More info here : http://codex.wordpress.org/Function_Reference/get_avatar

    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 and page title are appear #40665
     Radu
    Moderator

    Hello,

    Please post a screenshot before and after.

    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: Pagination on portoflio #40663
     Radu
    Moderator

    If you still encounter problems be more specific and post some screenshots showing the problem.

    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 "members" page #40662
     Radu
    Moderator

    Sorry for my answer, the solutin from above is for KLEO theme.

    For sweeetdate you need to follow this steps.

    https://archived.seventhqueen.com/forums/topic/members-directory-page-with-sidebar

    Have a nice day

    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: Pagination on portoflio #40603
     Radu
    Moderator

    Hello,

    Pagination on portfolio works good for me.

    See screenshots below

    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: 404 page #40599
     Radu
    Moderator

    Hello,

    You can edit your 404 page from wp-content/themes/kleo/404.php

    Read this : http://codex.wordpress.org/Creating_an_Error_404_Page#Editing_an_Error_404_Page

    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 "members" page #40590
     Radu
    Moderator

    Hello Sealagency,

    For this page “members” you can change layout and sidebar positions from :
    Theme Options -> Buddypress -> Members Directory Layout.

    Then, you need to set your preferred sidebar for members page from wp-admin.

    See screenshots below.

    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: Posts Grid pagination #40144
     Radu
    Moderator

    Hello,

    Post Grid in Visual Composer currently has no pagination.

    To display the 12 posts and how many you want, see screenshots below.

    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: product Placeholder image #40138
     Radu
    Moderator

    Hi Revankar,

    I do not understand what do you mean.

    Can you elaborate a little ?

    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: Site Traffic Monitor #40136
     Radu
    Moderator

    Hello Yacht,

    Thank you for the compliments.

    Unfortunately we don’t have this feature at this moment, but the future it is possible to have.

    Until then you can use one of these plugins:

    https://wordpress.org/plugins/wp-statistics/
    https://wordpress.org/plugins/wp-power-stats/

    NOTE: These plugins can affect server performance if server is not powerfull

    To avoid this problem, you can use Google Analytics.

    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: Get 500 internal error when uploading photo #40055
     Radu
    Moderator

    Add this to wp-config.php

    COPY CODE
    
    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    

    And repeat that action.

    Post here errors and log.

    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: The term 'Everything' is not translated. #40021
     Radu
    Moderator

    Hello,

    Everything string its related to buddypress plugin translation and they have changed it a bit from “Everything” to “‘— Everything —'”

    On the next update that things will be fixed.

    Welcome !

    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: Login Name #40005
     Radu
    Moderator

    You don’t understand, the sign is not part of the username. It is just like on Twitter to mention someone, that is why you can remove it from the template. So if you see @my_user then my user is just “my_user”.

    I repeat : users can not change that sign.

    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: Login Name #39989
     Radu
    Moderator

    The usernames are without @,

    @ sign are prefix in that title, if you want to disappear @ sign for everybody just follow the instructions above or below.

    [Line 26]

    COPY CODE
    
    <h4 class="user-nicename"><b>@</b><?php bp_displayed_user_mentionname(); ?></h4>
    

    Delete <b>@</b>
    Save

    No, users can not modify it.

    Only the administrator can delete that sign.

    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: set side menu visible #39986
     Radu
    Moderator

    Hello,

    You can do it by adding in Theme Options -> General Settings -> Quick Css this code

    .offcanvas-right.offcanvas-type-default .offcanvas-sidebar,
    .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0px, 0) !important;
    right: 0;
    }

    .offcanvas-left.offcanvas-type-default .offcanvas-sidebar,
    .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    }

    Is not recommended to do that modification because affects the user experience.

    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: Get 500 internal error when uploading photo #39985
     Radu
    Moderator

    Hello,

    have you looked in the error log?

    You have set permalinks ?

    Try to increase memory limit via config.php from root directory.

    Add this on wp-config.php

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    Let me know if it works.

    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: Display posts list #39980
     Radu
    Moderator

    Hello,

    You have selected the featured image?

    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: CSS container problem. #39973
     Radu
    Moderator

    Hello,

    If you want to hide title for media gallery just paste this css code in : Theme Options -> General settings -> Quick css

    #rtm-gallery-title-container > h2 {display:none !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: My Account menu #39964
     Radu
    Moderator

    Login to /wp-admin/

    Appearance -> Menus -> Simply add your preferred pages under My Account width drag and drop, then Save Menu.

    Let me know if it works.

    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: Page title and header not displaying correctly #39958
     Radu
    Moderator

    Hello,

    Try to disable menu transparency from Theme Options -> Header options -> Transparent Main Menu -> OFF

    Browse the Styling Options -> Header -> Background color, make sure that transparency is disabled.

    Let me know if it works.

    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: Login Name #39950
     Radu
    Moderator

    Hello,

    You can change or delete ‘@’sign from
    wp-content/themes/kleo/buddypress/members/single/member-header.php
    line 26 or search ‘<h4 class=”user-nicename”>’

    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: Turn off the Mobile top Menü via CSS #39944
     Radu
    Moderator

    Hello Sarpdiego,

    Paste this code into Quick Css section

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    .kleo-main-header.header-normal .navbar-collapse {display:none !important;}
    }

    Let me know if is ok.

    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 Account menu #39942
     Radu
    Moderator

    Please follow the documentation https://archived.seventhqueen.com/documentation/kleo#menus

    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: Footer column #39735
     Radu
    Moderator

    Can you provide a 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: No Xmas and New year effect cursor #39593
     Radu
    Moderator

    Hello,

    To add the snow effect over it make sure you have at least KLEO version 2.3 and K-elements version 2.3 and add the “Let it snow shortcode” just after the Revolution slider element, in the same Row.

    View screenshots

    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 Not showing #39583
     Radu
    Moderator

    Hello,

    If is possible please provide a link with this problem.

    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 make featured icon linkable #39577
     Radu
    Moderator

    Unfortunately this feature is not currently available for Featured Item icons.

    I’ll keep in mind your opinion and in the future we will implement this functionality.

    Thank you for understanding.

    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: Footer column #39563
     Radu
    Moderator

    Hello,

    Is not recommended to modify core theme files.

    But, if you want to do that, you need to change width of .col-sm-3 class from 25% to 14%. for 7 columns.

    Recommended solution : Go to -> Theme Options -> General settings -> Quick css , and paste this css code :

    @media (min-width: 768px) {
    .col-sm-3 {
    width: 14% !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: We cant share post with Image #39560
     Radu
    Moderator

    Probably your problem is caused by using multiple meta tags for facebook.

    For example, the <meta property = “og: image” is found three times in the post page, which is not good, try to no repeat this tag.

    And these tags are found 2 times

    <meta property = “og: local” content = “en_US” />
    <meta property = “og: type” content = “article” />
    <meta property = “og: site_name” content = “Nair News Online” />

    Etc …

    You simultaneously use two plugins that generate these tags

    1. YOAST
    2. NextGEN Facebook

    Both generate tags for facebook, try to disable you to NextGEN Facebook.

    You can test and debug your blog here : https://developers.facebook.com/tools/debug/og/object/

    Let me know if it works.

    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: Minification #39482
     Radu
    Moderator

    In this case try to put on exception list all JS files to see if problem persist.

    If this issue disappear, remove scripts from exception list one by one, to identify wich one cause the problem.

    If this problem persists, try to disable HTML minification.

    Let me know if it works.

    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: Slider Revolution Update #39475
     Radu
    Moderator

    Download from here latest version of Revolution Slider https://archived.seventhqueen.com/forums/topic/revolution-slider-update#post-38033

    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: Minification #39467
     Radu
    Moderator

    Hi Neru,

    If this plugin have exclude functionality, try to exclude from minification this scripts

    wp-content/themes/kleo/assets/js/app.min.js
    wp-includes/js/jquery/jquery.js
    wp-content/themes/kleo/assets/js/init.js

    Let me know if it works.

    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: The term 'Everything' is not translated. #39465
     Radu
    Moderator

    Hello ahd904.

    For this modification you need to edit this file : wp-content\themes\kleo\buddypress\members\single\activity.php at line 24 or search in this file
    <?php _e( ‘Everything’, ‘buddypress’ ); ?>

    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: Invitation Plug In #39459
     Radu
    Moderator

    Hello,

    Try this : https://wordpress.org/plugins/invite-anyone/

    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: Slider Revolution Update #39451
     Radu
    Moderator

    Please follow this instructions :

    – Revolution Slider UPDATE

    Re-download the theme from Themeforest. You will find the .zip archive under the main package downloaded from Themeforest under Plugins folder. You can install the update by going to WP admin – Revolution Slider – Manul plugin update (bottom-right of the page)

    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: Slider Revolution Update #39449
     Radu
    Moderator

    Hi There,

    What version of revolution slider do you have at this moment?

    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: Translation via Poedit #39308
     Radu
    Moderator

    Hello,

    Follow this steps

    https://archived.seventhqueen.com/documentation/kleo#translation

    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 - 20,041 through 20,080 (of 20,101 total)

Log in with your credentials

Forgot your details?