New Landing How can we help? Themeforest Theme Support Neighborhood Remove Personal Shopper in Header layout but leave in Top bar Config

Viewing 15 posts - 1 through 15 (of 24 total)
  • #150632
    veruschia
    Member
    Post count: 29

    How can i remove personal shopper from the header only, i still want it to remain in the top bar (via top bar config)?

    Also how can i rearrange the order in the header for: subscribe, sign out and my account? I would like Subscribe on the far right

    #150788
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .header-menu .swift-search-link {
      display: none;
    }

    If you wan’t to rearrange the header links you will need to edit the sf-header.php file

    – Kyle

    #150954
    veruschia
    Member
    Post count: 29

    Hi Kyle

    Its not working, it didnt do anthing to the header – no change visible.

    #150958
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your custom css you have this:

    getTweets()

    That shouldn’t be there as it’s not css

    – Kyle

    #150965
    veruschia
    Member
    Post count: 29

    oops i didnt know that. Thanks works now 🙂

    #150971
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

    #151297
    veruschia
    Member
    Post count: 29

    Everytime i change any heading in the php files, the caps is lost and all the text is in lowercase, why is that?

    #151301
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us a specific example(url and screenshot)?
    Not sure if you removed any css class from the heading properties.

    -Rui

    #151305
    veruschia
    Member
    Post count: 29

    I think its a woocommerce problem, i might be wrong.

    hello in topbar:
    subscribe, register, login,
    Registered customers, Not registered

    all these suppose to have caps in the first letter, but they are appearing as lowercase. Strange

    Attachments:
    You must be logged in to view attached files.
    #151316
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That’s strange, I tested in my site with Latest Theme version and Latest Woocommerce and it displays fine.

    This is not a css question,the problem is the text itself.

    Are you using any translation?

    -Rui

    #151327
    veruschia
    Member
    Post count: 29

    no havent used any translations, my site is in english. its everywhere in my theme. this is quite strange, i only noticed it now.

    Attachments:
    You must be logged in to view attached files.
    #151331
    veruschia
    Member
    Post count: 29

    Mohammed added this code for me yesterday, and it has alot of this translations, maybe that affected it. I needed him to change Select Options to Buy Products in the product

    function sf_text_strings( $translated_text, $text, $domain ) {
    $translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case ‘select options’ :
    $translated_text = __( ‘Buy Product’, ‘woocommerce’ );
    break;
    }
    return $translated_text;
    }
    add_filter( ‘gettext’, ‘sf_text_strings’, 20, 3 );

    #151332
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide us admin access to check it?
    Thanks

    -Rui

    #151333
    veruschia
    Member
    Post count: 29
    This reply has been marked as private.
    #151338
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The problem was in the code, already adjusted his code and it seems fine now.
    Please check it.

    -Rui

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register