Updated to V.2 and having some issues - by Cheryl Annett

This topic has 10 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 16, 2015 at 22:11

    Hi There,

    I can see through comments you are working on a couple minors hiccups with the newer version.
    Just wondering if you can assist with the following:

    1. Google Fonts Not Working, added the temporary fix for H-Tags but need to fix Menu as well
    2. Breadcrumb Banner not showing
    3. Mobile Menu not showing properly
    4. Gap between footer info and copyright

    Thank you!
    CA

    9 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 17, 2015 at 09:16

    Hello,

    1. We’re working on this issue. It will be fixed as soon as possible.

    2. I’ve changed settings for breadcrumbs background in Theme Options > Header. Please check the site.

    3. I’ve set “Mobile menu” in Appearance > Menus > Manage Locations > Mobile menu. Please check mobile menu now.

    4. I’ve removed empty rows you added in Footer static block. Please clear browser cache and check footer now.

    Best regards,
    Jack Richardson.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 17, 2015 at 14:55

    Thank you so much for your help, I noticed on the mobile menu that the menu is duplicated. So when I select the hamburger icon the menu that pulls out is doubled up, and the white hover bar you can’t see the text because it is white also. As well on the main site the main menu at the top is also all white…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 17, 2015 at 15:01

    Hello,

    Please try to add this code in custom.css file

    #nav_menu-2{
    display:none;
    }
    .menu > li > a{
    color:#000;
    }

    Regards,
    Robert Hall.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 17, 2015 at 21:17

    Hello,
    Just a couple other issues now.
    1. The homepage menu has a gap under the menu bar now between the slider. See Image

    2. When the cart is empty the “Return to Shop” button has orange writing on an orange button so it is hard to read. See Image.

    3. Also until the fix happens is there a way to change in custom css the sidebar fonts, menu and main menu fonts?

    Ca

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 17, 2015 at 21:31

    Hello,

    Please use this code in custom.css file
    1)

    .page-content {
      margin-top: 0px;
    }

    2)

    .btn.filled.active{
    color:#000;
    }

    3)

    .menu > li > a, .menu .menu-full-width .nav-sublist-dropdown ul > li > a,
    .sidebar-widget .widget-title span{
      font-family: helvetica;
    }

    Regards,
    Robert Hall.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 18, 2015 at 15:15

    Thank you for your quick response!!! The button on the empty cart page is still orange on orange until you hover over it, is there anyway to make it white font on orange, or black font on orange?

    You are going to hate me, but as soon as I added in
    .page-content {
    margin-top: 0px;
    }
    the home page was great, but then all the other pages have no space under the banner, it looks smoothed now..
    check it out…
    http://b97.6ad.myftpupload.com/about-us/

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 18, 2015 at 15:25

    Hello,

    You can remove white space only for home page.
    Please use this code

    .home .page-content {
    margin-top: 0px;
    }

    instead
    .page-content {
    margin-top: 0px;
    }
    Also for cart page try to use the following code

    .btn.filled.active {
      color: #fff !important;
    }

    Regards,
    Robert Hall.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    June 18, 2015 at 18:40

    Thank you so much for all your help thus far, you have been patient with me, and I felt dumb bugging you but you always made me feel like I wasn’t…even if we both know I was! 🙂

    CA

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 18, 2015 at 19:41

    Hello,

    You’re welcome.
    Thank you for your kind words. We really appreciate it.

    If you have other questions you can always create a new topic.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Updated to V.2 and having some issues’' has been successfully resolved, and the topic is now closed for further responses

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