This topic has 11 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hi,
if I create a third level menu, the items font get too small.
http://www.calzaturificiotomasi.com/wp-content/uploads/2017/01/example.jpg
I’d also delete the author and date from the blog’s post.
thanks
Hello,
We also need the link to your wp-admin area http://prntscr.com/dtq4ym
Try to add this code in Custom CSS:
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li .nav-sublist ul li ul li a{
font-size: 14px;
}
.blog-post .post-info{
display:none
}
Regards,
Rose Tyler.
Hello,
I can’t access WP Dashboard getting an error “This has been disabled”.
Have you restricted the rights to WP admin panel?
Best regards,
Jack Richardson.
Hi,
sorry, now it’s work again, however the codes work, thanks!
Now, I’d have a few more requests…
1.I would hide the cart in the top bar.
2.In the posts there isn’t the footer and the menu doesn’t work.
3.I would hide the “page heading” in the WooCommerce pages too.
Thanks
Mariano
Hello,
1. Add this code in custom.css:
.header-type-3 .shopping-cart-link{
display: none;
}
2. Have you edited theme files? Please provide FTP credentials.
3. Add this code in custom.css file:
.woocommerce .page-heading {
display:none;
}
Best regards,
Jack Richardson.
Hi,
yes, to eliminate “comments are closed” I edited the comments.php template and I deleted a line too much! Sorry, now it works fine.
I would like to know if it’s possible to write in another language (in Italian, e.g.) the word that is shown in the image.
http://www.calzaturificiotomasi.com/wp-content/uploads/2017/01/Show-product-categories-rename.jpg
Thanks
Mariano
Hello,
Yes, you can do this. Just go to Appearance > Widgets and add Woocommerce Product Categories widget to Shop Sidebar area and write the title in your language.
Regards,
Eva Kemp.
HI,
Thank you very much, I’m not very familiar with Woocommerce…
I’d have two more things to ask:
1. If I use the left sidebar, and I put the widget in “single product page sidebar,” on a mobile version the widget are displayed 2 times, before and after the product quick view. Why? If I use the right sidebar that does not happen.
2.In the “single product page”, the “8theme search form” widget isn’t displayed on a single line, but the lens is displayed on the line below. Is possible to solve this issue?
thanks
mariano
Hello,
1. Seems there is a bug in our theme. We’ve sent this request to our developers. If you want to use left sidebar now, please add this code in custom css:
.responsive-sidebar-bottom .sidebar-right {
display: none !important;
}
2.
.single-product input.button.active.filled {
position: absolute;
}
Regards,
Rose Tyler.
Hi,
ok, I’ll wait your developers fix the bug … anyway it is not very important, I will use the right sidebar for the moment. thanks.
Instead, the second code doesn’t work. The lens is displayed on the line below, yet.
Regards
Mariano
Hello,
I’ve added this code in custom.css file:
.et-mega-search .button.active.filled {
position: absolute;
}
Clear browser cache and check the page now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up