Forum Replies Created

Viewing 40 posts - 14,841 through 14,880 (of 20,101 total)
  • Author
  •  Radu
    Moderator

    Hi,

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

    #item-nav li#forums-personal-li, li#media-personal-li, li#articles-personal-li { display:none !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: Remove buddypress sub-menu “extended dropdown” #114883
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    #buddypress div#item-nav ul li a { padding: 5px 10px !important; }

    If you want to show more items replace 10px with a lower value.

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

    Hi,

    So do you want to have your community available only for logged in users ?

    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: Main menu toggle button (size increase) #114881
     Radu
    Moderator

    Hi,

    Most probably yes, but please proivde to me a screenshot that pointing out exactly the element that you are referring

    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: Cart and Checkout #114880
     Radu
    Moderator

    Hi,

    Do you have theme to latest version ? and the recommended plugins up to date ? if you don’t have latest theme update update it, then check your plugins update status from wp-admin -> appearance -> install plugins.

    If this is not your resolution please provide url to take a look at 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: Resize logo to move and pictures on the web #114879
     Radu
    Moderator

    Hi,

    I see your website is running properly, the logo it resizes at scroll images are visible, do you have solved 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: Theme Update #114877
     Radu
    Moderator

    Hi,

    My advice is to go to theme options then go to theme options -> import/export -> download data file, then perform update and see if the logo and your colors remained the same (this should happens to remain !) if not you will have to import back your theme option settings from theme options -> import/export -> import from file (here you will need to paste the content of the exported file .json file)

    That’s all

    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: Can’t post comments to blogs #114875
     Radu
    Moderator

    Hi,

    Do you have installed some comments plugin ? even if you are using or not try to follow the first reply https://wordpress.org/support/topic/how-to-re-enable-comments-after-using-persistent-mode

    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: Make clients not clickable #114871
     Radu
    Moderator

    Hi,

    Can you please provide me a screenshot that pointing out the first and second issue please ? and also the pages url

    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 4.0 #114870
     Radu
    Moderator

    Hi,

    Just go to wp-admin -> appearance -> Kleo demo data -> Home OnePage – KLEO demo (v3) -> import.

    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: Home page slider #114869
     Radu
    Moderator

    From my point of view you can have in in first row search then slider, or you can use the search feature from the menu.

    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,

    Add the next css snippet to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    #buddypress #friend-list .update, #buddypress #member-list .update, #buddypress #members-list .update {
        display: none !important;
    }
    

    Regarding the icons on the member’s name there are no quick solution to provide for 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: Display full content rather than exerpt #114867
     Radu
    Moderator

    This option are not available in Kleo,

    Please provide admin credentials and FTP account for 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: Grid Builder Hover Block Broken #114863
     Radu
    Moderator

    Hi

    Please update the theme to latest version 4.0.4 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 this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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 subscription #114862
     Radu
    Moderator

    Hi,

    Please install and configure this plugin : https://wordpress.org/plugins/wp-mail-smtp/

    From what i know users should access their activation link from their email for activate, anyway you will see unconfirmed users from wp-admin -> users -> pending.

    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 follow the next debugging procedure

    Update the theme to latest version 4.0.4 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 this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Photos don’t show up in albums #114860
     Radu
    Moderator

    Hi FD,

    Everything seems to be ok, i see there on the account that you have provided on media there are 3 ( one uploaded by me for tests ) photos visible rest are not visible.

    Maybe the photos was uploaded when something went wrong or something like that, or something related to folder upload permissions (wp-content/uploads/rtMedia) ? now i see it’s 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: Resize the logo to move #114859
     Radu
    Moderator

    Hi,

    I’ve visited your website and the logo are resizing ok and galaxy particles works ok, i’ve visited from Chrome.

    Make sure that it’s not a browser cache issue

    Do you have solved your problem ?

    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: Register Button Not Redirecting to Memberships page #114847
     Radu
    Moderator

    How it’s not working ? when you press now on the button where you go ?

    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: Assigning classes issue #114846
     Radu
    Moderator

    Please provide credentials to check please

    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: Group cover images #114845
     Radu
    Moderator

    I understand please try to to next :

    Go to wp-admin -> settings -> buddypress -> options -> CHECK this -> Leave BP Cover plugin functionality instead of BP 2.4 core

    Try to reupload again and 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: Website running extremely slow #114844
     Radu
    Moderator

    Great !

    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: Change Status Icons on HomePage #114843
     Radu
    Moderator

    Hi Tammy,

    Sorry for the late reply, please follow this https://archived.seventhqueen.com/forums/topic/changing-icons-and-meanings-of-icons-on-homepage-2

    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: Change background image for woocommerce product? #114842
     Radu
    Moderator

    The eye is part of kleo.

    Here is the css for the div and for the add to cart that appears on hover

    COPY CODE
    li.product figcaption .shop-actions {
        background: red !important;
    }
    
    li.product figcaption .shop-actions a.button {
        background: yellow !important;
    }

    If you want to use a bg image you can copy and paste this

    COPY CODE
       background: url(http://www.exiv2.org/include/img_2158.jpg);
        background-repeat: no-repeat;
        background-position: center top;

    Instead the background color red or yellow

    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: error plugins. Site goes blank #114839
     Radu
    Moderator

    Hi,

    See attached screenshot

    You will have to go to wp-admin -> theme options -> buddypress -> Search form customization -> MAIN FORM – > Text before form

    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: Post title padding #114838
     Radu
    Moderator

    Ok

    Add this after that css

    COPY CODE
    h2.article-title.entry-title {
        padding: 0 !important;
        margin: 0 !important;
    }

    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: Where can I manage all product Reviews board? #114837
     Radu
    Moderator

    Regarding to that plugin you will have to test it i don’t know if causes some issues just test it.

    Here are more worpress review plugins https://www.google.ro/search?q=wordpress%20reviews%20plugin

    Choose your desired 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: Download and install KLEO on localhost #114836
     Radu
    Moderator

    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: Kindly recommend a UPVOTE and DOWNVOTE plugin #114835
     Radu
    Moderator

    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: Why the kleo padding theme too big #114834
     Radu
    Moderator

    Hi,

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

    COPY CODE
    .template-page, .sidebar {
        padding: 5px !important;
    }
    
    .sidebar .widget {
        margin: 0 0 5px 0 !important;
    }
    
    #buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li, #buddypress #member-list li {
        padding: 5px !important;
    }

    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: video thumbnail issue and thumbnail low res view #114825
     Radu
    Moderator

    Hi,
    1. Upload the attached file after you unzip it to /wp-content/themes/kleo/lib/widgets/ ( overwrite the existing file )

    2.

    COPY CODE
    .kleo-masonry article iframe {
        width: 100% !important;
        height: 100% !important;
    }
    

    3.

    COPY CODE
    body.tax-product_brand.woocommerce-page ul.products li {
        width:33% !important;
        display:inline-block !important;
        float:left !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: User Photo Not Showing Up #114824
     Radu
    Moderator

    Please provide 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: woocommerce template outdated #114823
     Radu
    Moderator

    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: Font in top menu bar #114822
     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
    in reply to: Group cover images #114736
     Radu
    Moderator

    Please update the theme to latest version 4.0.4 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 this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Why the kleo padding theme too big and everywhere #114735
     Radu
    Moderator

    Hi,

    That’s how the theme it looks with that padding

    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 product list in home page #114734
     Radu
    Moderator

    Hi,

    You will have to go to the homepage backend then you should replace the shortcodes that showing products and products category with the woocommerce componenets

    see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwazUzTlNMQnRQdWM/view i hope is clear

    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: Why the kleo padding theme too big #114732
     Radu
    Moderator

    Hi,

    We don’t have a panel from you can choose your padding for the places from screenshot

    I see that redlines but i don’t know exactly if you want to remove all paddings or just the vertical spaces ?

    Provide more info please

    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: Modal payment form #114731
     Radu
    Moderator

    Hi,

    The modal pop-up can be open by adding this class to your a element kleo-show-login

    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: 404 Error Step 2 #114730
     Radu
    Moderator

    Hi,

    If you faced problems importing demo content, please, make sure that your php.ini settings are not less than:

    max_execution_time = 60
    memory_limit = 256M
    post_max_size = 64M
    upload_max_filesize = 64M

    You can contact your hosting company for more details and assistance on it.

    NOTE : After you start import process when you receive the blank page or 404 just refresh the page and the browser will say that will resend the data to server press yes, repeat (3-4-5-6 times)this process until you receive the successful 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
Viewing 40 posts - 14,841 through 14,880 (of 20,101 total)

Log in with your credentials

Forgot your details?