Forum Replies Created

Viewing 40 posts - 15,641 through 15,680 (of 20,101 total)
  • Author
  •  Radu
    Moderator

    Great !

    You’re welcome

    Have a nice week

    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

    You’re welcome

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: How to change forum background color? #109466
     Radu
    Moderator

    Hi again,

    Use this

    COPY CODE
    
    #bbpress-forums ul.bbp-topics {
        border: 1px solid #586571;
    }
    
    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { 
        border-top: 1px solid #586571;
    
    }
    

    You’re welcome Tony

    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: How to change background color on menu and profile #109465
     Radu
    Moderator

    Hi,

    The border has 1px only, try this css is more lite the border now

    COPY CODE
    
    
    @media only screen and (min-width: 768px) {
        #item-header-wrap {
            border-right: 1px solid #586571;
            width: 250px !important;
    }
    }
    
    

    For the profile details bg use this

    COPY CODE
    
    table.profile-fields tr td {
        background-color: #23314E !important;
    }
    
    You're welcome
    
    Have a nice week
    
    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: Popup problems #109463
     Radu
    Moderator

    Hi,

    I see that the code that are in that pages are not the same if you will paste the code from the site where the pop-up works the pop-up will open.

    In the site that pop-up works the code is

    COPY CODE
    Booknow button 

    And the code that not works inserted in kleo theme is

    COPY CODE
    Booknow button

    Why are you sure that is a theme problem ?

    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: Urgent registration page issue #109454
     Radu
    Moderator

    Hi,

    Unable to figure out,can you 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: Scrolling #109450
     Radu
    Moderator

    Hi Thalia,

    Radu is there maybe another solution to translate the theme like that?

    The kleo theme is already integrated with wpml, wpml is a premium plugin that allows you to have website for each language that you select, it will require to translate manually each page of site to each language that you have.

    I tried a lot but I don’t find how I could fix it. How can I bring it higher?

    Maybe you have checked the backend of the home pinterest style and you hasen’t see that’s because the font color is white. See this video you will figure out https://drive.google.com/file/d/0Bxo5b6iHWRMwV2RDanVzelVpZ00/view

    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: No icons on left menu bar #109443
     Radu
    Moderator

    Hi,

    Solution here : https://archived.seventhqueen.com/forums/topic/no-icons-on-left-menu-bar-2/#post-108360

    I see on your site that the icons from the left menu are displayed.

    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: Shoppimg Cart #109442
     Radu
    Moderator

    Hi,

    You will have to install woocommerce plugin from wp-admin -> plugins -> search for woocommerce.

    Then you will have to set your shop page from wp-admin -> woocommerce -> settings -> products -> display -> Shop Page, if you don’t have a shop page you should create one.

    Then go to wp-admin -> menus and add the shop page to your menu.

    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: Chrome Load Time For Demo and Demo Content #109441
     Radu
    Moderator

    Hi,

    Can you please provide link to the installation that you have made to can see the behaviour ?

    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: Kleo update, button color #109433
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .alternate-color.bp-full-width-profile div.generic-button a.add {
        background: red !important;
        border: 1px solid #333 !important;
    }
    

    Replace red with your color and also the border and let me know if the css 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: No Support for older iOS Versions? #109432
     Radu
    Moderator

    Hi Julio,

    We will investigate this

    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: Add overlay over background image. #109431
     Radu
    Moderator

    Hi,

    I’ve tried already from wp-config.php and the value is not changing and in this case please contact your hosting provide and ask him to modify this setting.

    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: How to remove avatar border in BP profile page? #109428
     Radu
    Moderator

    Hi,

    For the groups use this css

    COPY CODE
    
    body.groups #item-header-avatar {
        border-width: 0 !important;
    }
    

    You’re welcome

    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: How to remove avatar border in BP profile page? #109273
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    body.is-user-profile.bbp-user-page #item-header-avatar {
        border-width: 0px !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
     Radu
    Moderator

    Hi,

    Please add this css to hide de avatar from there

    COPY CODE
    
    
    .home #buddypress ul#activity-stream.activity-list > li.mini .activity-avatar {
        display: none !important;
    }
    
    .home #buddypress ul#activity-stream.activity-list > li .activity-content {
        margin: 0;
    }
    
    
    

    You’re welcome

    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

    Use this css

    The title

    COPY CODE
    
    h4.kb-section-name a {
        color: red !important;
    }
    

    Comments form bg

    COPY CODE
    
    div#respond {
        background: red !important;
    }
    

    The button color if you need

    COPY CODE
    
    div#respond {
        background: red !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: How to change forum background color? #109268
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    #bbpress-forums .bbp-topics .bbp-body ul.odd {
        background: rgba(74, 95, 138, 0.5);
    }
    #bbpress-forums .bbp-topics .bbp-body ul.even {
        background: #3B4B6B;
    }
    

    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: Urgent registration page issue #109266
     Radu
    Moderator

    The site it loads the resource with this parameter in it https://www.tradecentre.ae/wp-admin/js/password-strength-meter.min.js?ver=4.4.2 and for the link with parameter it shows 403 forbidden, call your hosting provider and ask them about these.

    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: How to change background color on menu and profile #109265
     Radu
    Moderator

    Hi,

    I see that the white color from profile you have solved right ?

    For the profile menu background use this css

    COPY CODE
    
    
    #buddypress div#item-header .profile-cover-inner,#buddypress div#item-nav, #item-header.profile-cover-inner {
        background:none;
        background-color: red !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: site title #109263
     Radu
    Moderator

    Hi,

    Please update the theme to latest version this issue was patched in the update.

    Regarding the blog that now showing posts, go to wp-admin -> settings -> reading -> posts page ->
    Front page displays -> choose blog page.

    Cheers

    Let me know

    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: Dynamic Sidebar Adjustment #109262
     Radu
    Moderator

    Hi,

    You can configure the widgets that appear in your sidebar from wp-admin -> appearance -> widgets -> look for your sidebar and configure the widgets from there.

    Regading the images you can change images sizes from wp-admin -> wooocommerce -> settings -> products -> Product Images change your images sizes if you will change the images sizes you will need to regenerate the tumbnails using this plugin : http://wordpress.org/extend/plugins/regenerate-thumbnails/

    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: Wp Rockket cache #109260
     Radu
    Moderator

    Hi,

    Personally i haven’t used the wp rocket plugin, i’ve used wp super cache it works very good, from i know is not good to enable caching for logged in users.

    https://codex.buddypress.org/getting-started/improving-performance/

    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 Elements Won’t Save #109259
     Radu
    Moderator

    Hi,

    This can be caused by php max memory, please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and 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 is something related to php memory please follow this link : seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    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: Only logged in user can see the contributions #109257
     Radu
    Moderator

    Ok,

    It would be nice you will provide the solution for other users

    I will mark the topic as resolved

    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 integration and page scroll issue #109254
     Radu
    Moderator

    Hi,

    Most probably the scroll issue is caused by some plugin, please disable all plugins and enable it back one by one and check to see what causes the problem.

    Regarding the facebook login, do you have solved the issue ?

    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: Page Background color issue #109251
     Radu
    Moderator

    Hi,

    Do you have wordpress updated to latest version ?

    The theme is updated to latest version ? if yes the plugins needs to be updated, check from wp-admin -> appearance -> install plugins, update out of date plugins and check again.

    Do you receive any error ?

    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: backend access #109249
     Radu
    Moderator

    Your wordpress is updated to latest version ?

    You plugins are updated ?

    If you disable plugins the error goes away ?

    Anyways go to wp-config.php and look for wp_debug and change from define( ‘WP_DEBUG’, false ); to define( ‘WP_DEBUG’, true ); also add this under the wp_debug true

    define( ‘WP_DEBUG_LOG’, true );
    https://codex.wordpress.org/Debugging_in_WordPress

    Look if any other error appears on screen after you enable the wp_debug, the WP_DEBUG_LOG will store all errors into debug.log in /wp-content/

    You can check if some error on your site by checking the /wp-content/debug.log file

    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
     Radu
    Moderator

    Hi,

    You can try to use this plugin : http://buddydev.com/plugins/bp-activity-shortcode/ , then paste the shortcode into a text block where you need the activity

    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: How to change forum background color? #109246
     Radu
    Moderator

    Hi,

    Provide an account to can see the page please

    Cheers

    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,

    Please provide an account to can se the page an to can provide accurate css solution

    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: Buddypress Media #109241
     Radu
    Moderator

    Hi,

    For the moment we haven’t integrated an alternative to rtmedia in kleo theme.

    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: Urgent registration page issue #109240
     Radu
    Moderator

    Hi,

    I see in console that resource cannot be loaded

    https://www.tradecentre.ae/wp-admin/js/password-strength-meter.min.js

    Please set the permission 644 or 755 test by accessing the link to this resource it should display the code.

    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: User Created Portfolio #109239
     Radu
    Moderator

    Hi,

    You can try to use social articles plugin, just test it

    Please look here how you can have filter with portfolio : https://drive.google.com/file/d/0Bxo5b6iHWRMwOVFVbkY1cFNrb28/view

    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: Urgent registration page issue #109231
     Radu
    Moderator

    In first instance please disable all plugins except buddypress and test again to see if the registration and activation process it works without any problem.

    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: Polylang #109227
     Radu
    Moderator

    You’re welcome

    Have a nice week

    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: Adding more demo content #109226
     Radu
    Moderator

    Hi,

    The resume demo has imported only one page named Resume right ? The shop demo it should not overwriting noting related the resume demo, but in any case, please make a database backup before importing the shop demo.
    https://wordpress.org/plugins/wp-database-backup/

    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: Scrolling #109219
     Radu
    Moderator

    Hi Thalia,

    Yesterday i’ve replied here an solution but i see that the reply is not there, strange.

    Please replace the function that i have provided to you in reply #108580 with this

    COPY CODE
    
    
    if(!function_exists('kleo_add_lang_menu_item'))
    {
    
        function kleo_add_lang_menu_item ( $items, $args )
        {
    
    
            if ($args->theme_location == 'primary')
            {
               $items .= '<span class="gtranslatespan">';
               $items .= do_shortcode('[GTranslate]');
               $items .= '</span>';
            }
            return $items;
        }
    }
    add_filter( 'wp_nav_menu_items', 'kleo_add_lang_menu_item', 200, 2 );
    
    
    

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

    COPY CODE
    
    span.gtranslatespan {
        display: inline-block;
        text-align:center;
        padding: 0 !important;
        margin: 0 !important;  
    }
    span.gtranslatespan select {padding:0px 5px !important;margin:0px 5px;height:20px;color:#fff !important;background-color:#111;} 
    

    In this way the flags will be grouped with the flags dropdown under flags.

    Regarding the menu, this is caused by download manager plugin that it loads bootstrap js library our our library, look in download manager plugin for a option that stop loading bootstrap, if this option not exists you can contact the plugin author to ask for this option,or you can disable it until you solve with the plugin.

    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: Redux Framework Warning … #109213
     Radu
    Moderator

    Hi,

    You’re welcome

    I will mark the topic as resolved

    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: Firexfox starts with footer on screen #109088
     Radu
    Moderator

    Good,

    Have a nice week

    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 - 15,641 through 15,680 (of 20,101 total)

Log in with your credentials

Forgot your details?