Header issues - by equality - on WordPress WooCommerce support

This topic has 15 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler

  • Avatar: equality
    equality
    Participant
    February 15, 2017 at 11:57

    Hello,
    i have updated your theme to the latest version and i have created with static blocks a custom header.
    So,after this i have some questions:
    To the mobile appears an other header.Basically only the logo.
    From where it specified the content of mobile header?
    Also,i want to ask from where can i edit some 8theme elements to header.
    So,i want to translate the word “Go”to mega search form,and i want to change the form of top cart(to keep only the basket without the frame).
    Thank you

    14 Answers
    Avatar: equality
    equality
    Participant
    February 16, 2017 at 14:40

    hello,i wait for your response!
    thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    February 17, 2017 at 12:51

    Hello,

    There are no settings for mobile header.
    In this case you have to edit the file header.php in the theme directory.

    To translate theme strings, you need generate your translation files from Royal.pot file in wp-content/themes/royal/languages directory. Please read the documentation https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate

    To remove the cart frame, add this code in Theme Options > Custom CSS > Global Custom CSS:

    .shopping-container .shopping-cart-widget {
        border: none;
    }

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    February 17, 2017 at 16:09

    Hello,
    i want to remove from basket also the description so it remains only the symbol with the number of items.
    I have added this code :
    .shop-text {
    display: none;}
    But now does not appear correctly the cart drop-down.Is moved more to the right.a
    Screenshots:
    Before
    Now
    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2017 at 13:19

    Hello,

    Try to change this code:

    .shop-text {
    display: none;
    }

    to

    .widget_shopping_cart_content .shop-text{
        font-size:0;
    }
    .widget_shopping_cart_content .total {
        color:transparent;
    }

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    February 20, 2017 at 14:45

    Hello,
    I did it,but the the cart drop-down is still moved to the right…
    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2017 at 15:11

    Hello,

    Please, clear browser cache and check http://prntscr.com/eb46kf

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    February 21, 2017 at 17:00

    Hello,i have cleared browser cache and also i tried to another browser but for me persists…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2017 at 15:29

    Hello,

    Could you please clarify with more details what you want to achieve and provide the screenshot?

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    February 22, 2017 at 21:31

    Hello,
    the problem is that cart drop-down does not fit well
    See

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 23, 2017 at 08:44

    Hello,

    Please, try to add this code:

    .header .cart-bag {
        padding-right: 33%;
    }
    .header .badge-number {
        margin-right: 30%;
    }

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    February 26, 2017 at 18:30

    Hello,
    i want also to ask for mega search form if it is possible to appear that ‘there are no results’ and when i clear the field search from those searching,to disappear the previous results.
    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 10:40

    Hello,

    Sorry, but there are no such options in our theme and can be done only through the additional code customization that is out of our support scope.

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    February 27, 2017 at 12:55

    Ok,perhaps I understand that to appear that ‘there are no results’ is a customization,but the fact that when i clear the field search the previous results remains,i think is a problem and not a choice.
    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:26

    Hello,

    I sent your report to our developers.
    Thank you for the notice.

    Regards,
    Rose Tyler.

  • Viewing 15 results - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.