This topic has 15 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
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
hello,i wait for your response!
thank you
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.
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.
Hello,
I did it,but the the cart drop-down is still moved to the right…
Thank you
Hello,i have cleared browser cache and also i tried to another browser but for me persists…
Hello,
Could you please clarify with more details what you want to achieve and provide the screenshot?
Regards,
Rose Tyler.
Hello,
the problem is that cart drop-down does not fit well
See
Hello,
Please, try to add this code:
.header .cart-bag {
padding-right: 33%;
}
.header .badge-number {
margin-right: 30%;
}
Regards,
Rose Tyler.
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
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.
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
Hello,
I sent your report to our developers.
Thank you for the notice.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up