Forum Replies Created

Viewing 40 posts - 9,801 through 9,840 (of 20,101 total)
  • Author
  •  Radu
    Moderator
    Not marked as solution
    in reply to: Email Share link with image #140558
     Radu
    Moderator

    We haven’t taken into this yet, next week i think

    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 don’t understand your question, please explain your scenario and i will tell you if it’s possible

    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 2.7.0 #140555
     Radu
    Moderator

    Hi,

    Just I’ve tested and it seems ok, but perform files backup in any 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: Kleo Home Login Traspation #140552
     Radu
    Moderator
    Not marked as solution
    in reply to: How do i change background for all woocommerce pages #140551
     Radu
    Moderator

    Hi,

    Using this kind of CSS code

    COPY CODE
    
    .woocommerce #main, .woocommerce #main section.container-wrap.main-color {
        background: red;
    }
    

    Adding .woocommerce class before any css declaration will by applied only to woocommerce pages

    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: License cancellation #140550
     Radu
    Moderator
    Not marked as solution
    in reply to: Event Organizer #140549
     Radu
    Moderator

    Hi,

    You want to have event list on the Latest news box ? if yes edit with visual composer dashboard page and inside latest new box, add this shortcode [eo_events]

    For the map problem if you have map added by that plugin make sure you have add the google map api key in plugin settings

    Let me know

    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: Articles spelling mistake in buddypress profile #140548
     Radu
    Moderator

    Hi,

    Please try the translation method

    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    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
    Not marked as solution
    in reply to: Empty Sidebar on WooCommerce Product pages #140546
     Radu
    Moderator

    Please update the theme to latest version and the recommended plugins this empty sidebar on woocommerce pages should be fixed

    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 Woocommerce Product Pages to be full-width #140545
     Radu
    Moderator

    Update the theme and check it again, we have fixed something related to the empty sidebar in woo commerce pages

    Let me know

    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: Short Codes not functioning properly #140544
     Radu
    Moderator
    Not marked as solution
    in reply to: How to solve the problem related to the white line? #140542
     Radu
    Moderator
    Not marked as solution
    in reply to: False login redirecting to a wrong page #140540
     Radu
    Moderator
    Not marked as solution
    in reply to: Protect login form with WPBruiser #140539
     Radu
    Moderator

    Hi,

    This is the responsible file : wp-content/themes/kleo/page-parts/general-popups.php you can copy this file in child theme in wp-content/themes/kleo-child/page-parts/ to can be update proof

    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: Theme options meta box for Custom post types #140532
     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: overlapping elements #140531
     Radu
    Moderator

    Great

    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: 406 code with popup login #140530
     Radu
    Moderator

    Hmm

    That can be a server setting like you have provided

    You can try to add this to .htaccess file / reference : http://wordpress.stackexchange.com/questions/99602/cant-access-admin-not-acceptable

    COPY CODE
    
    <IfModule mod_security.c>
    SecFilterEngine Off
    </IfModule>
    

    Also you can try the solutions from there : http://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-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: bp-core/images/ in child-theme? #140529
     Radu
    Moderator
    Not marked as solution
    in reply to: Automatic Search Results #140528
     Radu
    Moderator

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

    COPY CODE
    
    
    #header #ajax_search_container a.ajax_view_all, #header #ajax_search_container .ajax_search_content a {
        font-size: 12px;
    }
    
    
    

    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: Email Share link with image #140527
     Radu
    Moderator

    Hi,

    Yes, i see that we will add that in improvement list and in future updates that will be fixed

    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: KleoHome OnePage – KLEO demo (v3) demo data #140526
     Radu
    Moderator

    Hi,

    The Kleo home page v3 it means only the slider will be imported and that slider can be added to any page, You can edit the imported one page imported demo by adding at the top page slider element from visual composer.

    For the second photo layout that shows broken, try to replace all shortcode with this (it’s the original one)

    http://pastebin.com/raw/81gDXuh8

    If you are seeing that on our demo make sure to not have browser zoomed in

    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
    in reply to: Social Article bug #140524
     Radu
    Moderator

    Hi,

    Take it !

    COPY CODE
    
    .sa-field-front .select2-container--default .select2-selection--single, .sa-field-front .select2-container--default .select2-selection--multiple, .sa-field-front .select2-container--default.select2-container--focus .select2-selection--multiple { background:#333;}
    
    .sa-field-content input {
        background: #333 !important;
    }
    .sa-field-content .sa-field-front .wp-editor-container { background:#333 !important;}
    
    div.mce-panel iframe {
    background:#333 !important;
    }
    
    body#tinymce {
        background: #333;
    }
    
    .qq-uploader {
        background: #333;
    }
    
    .article-content #post-maker-container .options-content {
        background: #333;
    }
    
    div.mce-toolbar-grp {
        background: #d8d8d8 !important;
    }
    

    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: I am setting the home page is Pinterest like #140523
     Radu
    Moderator

    Please take a look here : https://drive.google.com/open?id=0Bxo5b6iHWRMwcnNieUVlbXpSWG8

    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: Problem with login. #140522
     Radu
    Moderator

    Ok then

    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: set membership level options #140521
     Radu
    Moderator

    Hi again,

    You can have a custom page for membership but the buy button should point to pmpro link.

    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: Short code for feature item #140520
     Radu
    Moderator

    Hi again,

    I’m happy to hear that!

    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: BuddyPress Profile photos do not work #140519
     Radu
    Moderator

    Hi,

    I found this http://docs.wp-rocket.me/article/16-disabling-lazyload-on-specific-posts

    And you can try with this function

    COPY CODE
    
    add_filter( 'wp', '__deactivate_rocket_lazyload_if_page' );
    function __deactivate_rocket_lazyload_if_page() {
    	if( bp_current_component() ) {
    		add_filter( 'do_rocket_lazyload', '__return_false' );
    	}
    }
    

    Let me know

    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: icon shortcode #140518
     Radu
    Moderator

    Hi,

    In this case of the shortcode doesn’t have a smaller option in your case there should be a custom css to control the size of that icon, you said that you are designer you should know to do this : add a custom class to the container that contains pricing tables and then we can control the size of the icon with a css like this
    Example :

    .mycustom-pricing-table-container i { font-size:10px; }

    Then all i elements from that container will haves the 10px font size

    Here it’s a small video guide that shows you how can you check a VC shortcode if haves any option : https://drive.google.com/file/d/0Bxo5b6iHWRMwcVoybVpUdTNobWM/view (If you already know about this , ignore it, I want to be sure that you know about this method)

    Also after you configure the element as you need you can copy the shortcode code and to paste it where you need it.

    If I can see your pricing table Kleo page somewhere online I can help you with small CSS changes and it’s easy for me to figure out what do you need

    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 Image URL #140513
     Radu
    Moderator

    Hi,

    Yes, it’s a predefined message but this is what you need to do until I can see the log I cannot recommend you things without seeing debug log first.

    Of course, I’ve read the message, why you don’t provide also the debug log file ?

    Also you haven’t a provided an example of 404 link that generates images in activity

    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 get rid of LOGIN MODULE in Coming Soon mode #140511
     Radu
    Moderator

    Hmmm your current template doesn’t look like Kleo and I saw that the styles for that login forms are missing.

    Make sure that that widgets are not placed in some widget area from wp-admin -> appereance -> widgets

    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: Do we have access to revolution slider premium templates #140510
     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: Add Content to Top Bar #140509
     Radu
    Moderator

    Create a new file named general-header-section.php in wp-content/themes/kleo-child/page-parts

    and paste this content in it : http://pastebin.com/raw/AQuK5JcJ

    Replace the second shortcode with yours

    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: Breadcrumbs not displaying correctly #140508
     Radu
    Moderator

    We will take into consideration the lack of possibility to choose the breadcrumb structure for portfolio, and in future this will be implemented

    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: ONLY Woocommerce Product Pages to be full-width #140507
     Radu
    Moderator

    Fixed and new option added in theme options -> woocommerce

    Today we will release an update that contains 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: Going to rate you ZERO #140394
     Radu
    Moderator
    Not marked as solution
    in reply to: Fast Payment method don’t work #140387
     Radu
    Moderator

    From where we can get this plugin ? to can test it ?

    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: 406 code with popup login #140386
     Radu
    Moderator

    If you de-activate all plugins it works ?

    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 - 9,801 through 9,840 (of 20,101 total)

Log in with your credentials

Forgot your details?