Forum Replies Created

Viewing 40 posts - 10,041 through 10,080 (of 20,101 total)
  • Author
  • in reply to: BuddyPress Activity Plus and other issues #139303
     Radu
    Moderator
    Not marked as solution
    in reply to: K Elements Major issue #139302
     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
     Radu
    Moderator
    Not marked as solution
    in reply to: Change header color. #139300
     Radu
    Moderator

    Hi,

    In try in browsers that you don;t see changes to empty all browser caches, because live I saw the pink color in header.


    @jamie771
    Please update the theme we have updated something related to your problem

    Let me know after you update theme and the afferent plugins if is ok now

    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: SEARCH BAR #139299
     Radu
    Moderator
    COPY CODE
    
    .kleo-search-form #searchform .input-lg {
        border-radius: 0;
        margin: 0 !important;
        height: 45px !important;
    }
    

    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: Search function #139298
     Radu
    Moderator

    Add also this css

    COPY CODE
    
    #socket form#searchform, #socket .kleo-search-form #searchform .input-lg {
        opacity: 1 !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: Top bar: Increase height #139296
     Radu
    Moderator

    Replace with this

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        line-height: 100px;
    }
    

    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: latin ext in google fonts #139295
     Radu
    Moderator
    Not marked as 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: Product Modal #139293
     Radu
    Moderator

    Try with this instead

    add_action( ‘init’, ‘remove_product_meta’ );

    function remove_product_meta() {
    if ( is_product_category(‘my-category’) ) {

    remove_action(‘woocommerce_single_product_modal_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );

    }
    }

    Replace my-category with your slug

    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: Woo Commerce Tax Not Propagating class-wc-tax-php #139292
     Radu
    Moderator

    Hi,

    Do you somehow encounter same issue on twenty sixteen wp theme ?

    Let me know

    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: Titles in bold #139291
     Radu
    Moderator

    In wp-admin -> theme options -> general settings -> quick css

    Let me know

    try also with this

    COPY CODE
    
    h1.product_title {font-size: 3em !important;line-height: 2em !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: Strange Title in BuddyPress Profile pages #139290
     Radu
    Moderator
    Not marked as solution
    in reply to: Strange Title in BuddyPress Profile pages #139289
     Radu
    Moderator
    Hi, Do you have insured you that there is no plugin problem ?? by de-activating all plugins excluding buddypress ? Also It's not caused by child theme ? Do you have all updated ? check for updates Cheers R.
    in reply to: We have errors here? #139288
     Radu
    Moderator
    Not marked as solution
    in reply to: Side Menu Alteration #139287
     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
     Radu
    Moderator

    Ok,

    I see but there are other peoples that read the forum like you that doesn’t have programming knowledge and they understand from what they are read from here it’s a general problem between our theme and accessing wp admin dashboard.

    I hope you understand this point of view.

    No problem
    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: Links to Kleo Tab #139282
     Radu
    Moderator

    Sorry but it works, if I’m in partner tab and if I access http://www.prepriemysel.sk/sluzby/#link_tab-1473336293250-4-7 it’s opens Reklama u nás

    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: CENTERED LOGO MENU #139281
     Radu
    Moderator

    Ok,

    If you remove those it’s centered ?

    Do you have this file in child ? general-header-section.php if yes, try to rename it for deactivating it to can see if it’s caused by that

    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: CENTERED LOGO MENU #139280
     Radu
    Moderator

    Ok,

    If you remove those it’s centered ?

    Do you have this file in child ? general-header-section.php if yes, try to rename it for deactivating it to can see if it’s caused by that

    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: Server Error on Fresh Install #139279
     Radu
    Moderator

    The debug.log contains nothing regarding to the import problem.

    You have added those to .php.ini on your root installation ?

    COPY CODE
    
    max_execution_time = 60
    memory_limit = 256M
    post_max_size = 65M
    upload_max_filesize = 64M
    

    Those have been loaded ? you can verify by creating a file named phpinfo.php and inside it put this

    COPY CODE
    
    <?php phpinfo(); ?>
    

    Then open that page http://yourdomain.com/phpinfo.php and check for the values that you have added in php.ini are the same.

    If yes, copy the php.ini file to wp-admin folder

    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: Update installation #139278
     Radu
    Moderator

    https://themeforest.net/help/api

    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 Comments #139277
     Radu
    Moderator

    Great

    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: How can i delete a plugin html class #139276
     Radu
    Moderator

    You can apply that styles only for mobile or desktop with media query

    Media predefinied here : http://stackoverflow.com/a/7354648
    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 group masonry Customize CSS #139275
     Radu
    Moderator

    Yes, in next update you will have that but until then

    Replace this file content : /wp-content/themes/kleo/buddypress/groups/groups-loop.php

    With this content : http://pastebin.com/raw/NxYe2nnC

    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: How modificate BP profile Members to see Fields #139274
     Radu
    Moderator

    It’s working, how it’s not working ?

    Change those values and adapt it for your needs

    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: Issues with users on Safari #139273
     Radu
    Moderator

    Hi,

    That file it contains all styles that you have made in the customizer.

    If you have any cache plugin that can be a cause for that view or the user connexion speed or the user browser cache, as how i said i cannot reproduce that view in my installation and also on the demo this is not happens.

    If you know exactly the steps that causes the please let me know

    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: Datatable Jquery CSS conflict #139272
     Radu
    Moderator
    Not marked as solution
    in reply to: Probleme with Buddy Press Profil #139271
     Radu
    Moderator

    Hi,

    That cannot be aligned because it’s wrapped in a container that generates a padding and margins and use this instead

    COPY CODE
    
    
    .checkbox legend {font-size: 2em;color : black;font-weight: bold;margin-left: 10px;padding: 20px 0;list-style-type: circle;display: list-item;}
    
    

    It will differentiates for the values

    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: LIGHTBOXES #139267
     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: Buddy Press Group Types #139265
     Radu
    Moderator

    Hi,

    I will add this to improvement list and in future we will implement this

    We will let you know

    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: Login not working #139261
     Radu
    Moderator
    Not marked as solution
    in reply to: Frontend login not working #139259
     Radu
    Moderator
    Not marked as solution
    in reply to: HEADER ICON ISSUE #139253
     Radu
    Moderator

    Hi,

    Use this selector

    COPY CODE
    
    ul#menu-megaprimarymenu .caret:after{ color:red !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: SEARCH BAR #139186
     Radu
    Moderator

    Use this CSS, it’s applied only to that page if you want to have that style site-wide remove .page-id-8803 from the CSS

    COPY CODE
    
    .page-id-8803 .kleo-search-form #searchform .input-lg {
        border-radius: 0;
    }
    .page-id-8803 .kleo-search-form {
        max-width: 500px;
    }
    

    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: We have errors here? #139174
     Radu
    Moderator
    Not marked as solution
    in reply to: Links to Kleo Tab #139155
     Radu
    Moderator

    Hi,

    The page it’s redirecting to home let me know where i cam see that

    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: 2 differents logo in header section #139154
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: SEARCH BAR #139146
     Radu
    Moderator

    Provide page url where i can see that

    R.

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

Log in with your credentials

Forgot your details?