New Landing How can we help? Themeforest Theme Support Neighborhood woocommerce page titles / meta page options not working on store front.

Viewing 4 posts - 1 through 4 (of 4 total)
  • #210592
    sittingprettyclothing
    Member
    Post count: 123

    Hi

    since the latest update, the meta page options do not work for the store front page. We ended up having a page title and breadcrumbs which were never there and we could not remove.
    You guys gave us a CSS code to remove it ( .woocommerce .page-heading { display: none; } ) and it worked great. The problem is that it also removes all the page titles on the rest of the woo commerce page (cart, wishlist and so on) which isn’t ideal.

    Would you have an alternative?

    Thanks a lot!!
    G

    #210980
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace that previous code by the one below that will only target the shop page.

    .post-type-archive-product  .page-heading { 
      display: none; 
    } 

    Hope it helps.

    -Rui

    #210985
    sittingprettyclothing
    Member
    Post count: 123

    Hi Rui!

    It works!!! Yay! Thanks so much!!
    Any idea why the metadata doesn’t work on the catalogue page though? Is it a theme issue or just us?
    We just keep on having weird bugs and so far we are up to date with all our updates and we only really did modification using CSS on the theme option area so trying to figure out if there is something we should do.

    In the meantime, thanks again!! the code is great
    G

    #210995
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The shop meta options page usually are ignored because their display is controlled by Woocommerce where we override some parts of the shop page template.

    Not sure why it was working before.

    Glad it’s sorted.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register