Third level menu - by mariconsinf - on WordPress WooCommerce support

This topic has 11 replies, 4 voices, and was last updated 7 years, 3 months ago ago by Eva Kemp

  • Avatar: mariconsinf
    mariconsinf
    Participant
    January 9, 2017 at 18:06

    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

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 10:08

    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.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 10, 2017 at 10:18

    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.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 12, 2017 at 01:20

    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

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 12, 2017 at 18:17

    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.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 16, 2017 at 16:34

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    January 17, 2017 at 16:21

    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.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 18, 2017 at 17:13

    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?

    http://www.calzaturificiotomasi.com/wp-content/uploads/2017/01/single-product-page-search-product-sidebar.jpg

    thanks
    mariano

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 14:03

    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.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 19, 2017 at 17:40

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    January 19, 2017 at 18:56

    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.

  • Viewing 11 results - 1 through 11 (of 11 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.