Fixed Navigation disapeared - by prophylactic

This topic has 16 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Stan Russell

  • Avatar: prophylactic
    prophylactic
    Participant
    January 24, 2016 at 10:27

    Hello,

    I have the fixed navigation enabled through Theme Options>Fixed Navigation but I’m still not seeing the fixed nav show up when I scroll down below the original header. I have minimal custom CSS mainly to adjust font colors, so I don’t believe its a CSS issue.

    Is there anything else I need to do to have the fixed nav to show up?

    Thanks,
    K

    15 Answers
    Avatar: prophylactic
    prophylactic
    Participant
    January 24, 2016 at 11:12

    Seems like I also lost the “scroll to top” button (this has also been enabled in Theme Options)

    Avatar: Eva
    Eva Kemp
    Support staff
    January 24, 2016 at 12:27

    Hello,

    Please provide us with FTP and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: prophylactic
    prophylactic
    Participant
    January 24, 2016 at 13:49

    Sure thing. See below

    Please, contact administrator
    for this information.
    Avatar: prophylactic
    prophylactic
    Participant
    January 25, 2016 at 11:01

    Hello Eva,

    Quickview on the products also do not seem to be working.

    Thanks,
    Kelvin

    Avatar: prophylactic
    prophylactic
    Participant
    January 26, 2016 at 01:55

    Hi Eva,

    Do you have any updates on this?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 27, 2016 at 12:53

    Hello,

    I’ve created a test page and 4 test products, please check it in Pages section, the page is “Test Page”. Fixed header and quick view option are working fine.
    The problem is related to the products that you created. You added variation code in short description for simple products. It’s incorrect. If you want to show variations for products you need create variable products as described in the Woocommerce documentation https://docs.woothemes.com/document/variable-product/ .

    Remove the code you added in short description section and check site after that.

    Regards,
    Eva Kemp.

    Avatar: prophylactic
    prophylactic
    Participant
    January 27, 2016 at 15:06

    Hi Eva,

    Thanks for the updates. We setup the variations like that because as of right now we are doing a catalog only page and there doesn’t seem to be a way to show the variations if cart is not enabled.

    Given that it is possible to use the existing variation drop down CSS in the short description, will writing my own CSS and style it similar to the variation drop down affect the fixed header and quick view?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 27, 2016 at 20:10

    Hello,

    We recommend to create variable products and disable Catalog mode in Theme Options.
    After that we’ll provide you css code to hide “Add to Cart” button.

    Regards,
    Eva Kemp.

    Avatar: prophylactic
    prophylactic
    Participant
    January 28, 2016 at 09:15

    Hi Eva,

    Sure, we will do that instead. Please let me know when you have the CSS code available.

    Thanks,
    Kelvin

    Avatar: Eva
    Eva Kemp
    Support staff
    January 28, 2016 at 09:31

    Hello,

    Please create variable products and show us product page link, then we’ll give you the code.

    Regards,
    Eva Kemp.

    Avatar: prophylactic
    prophylactic
    Participant
    January 29, 2016 at 02:51

    Hi Eva,

    We have the variations setup. I put the links to the product and shop in the private content box.

    Theres a few things we need to hide:
    The price for both the shop page and on the product
    The quantity selection on the product page
    Add to cart button

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 29, 2016 at 09:16

    Hello,

    Please add this code in Global Custom CSS:

    .product-information .price, .quantity, .product-information .cart button[type="submit"] {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: prophylactic
    prophylactic
    Participant
    February 1, 2016 at 02:59

    Hi Eva,

    The price on the main shop page still shows up. Is there any extra CSS we can use to had that?

    Please, contact administrator
    for this information.
    Avatar: prophylactic
    prophylactic
    Participant
    February 1, 2016 at 03:03

    I added the following code to hide the price on the shop page:

    
    .price {
        display: hidden;
    }
    

    It looks okay, but please let me know if theres some other CSS I should use instead.

    Avatar: stan
    Stan Russell
    Participant
    February 1, 2016 at 09:09

    Hello prophylactic,

    please check your site. If price is hidden everywhere you wanted and there are no additional problems – you may left this code.

    Regards,
    Stan Russell.

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