New Landing How can we help? Themeforest Theme Support Neighborhood Appearance of individual product pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • #58291
    ekferron
    Member
    Post count: 4

    Over at my work-in-progress site http://www.everydayhealthyfood.com/wordpress, I am having a few problems with the way my individual product pages are looking (for example, this one).

    • The titles on the product pages won’t display. The “hide title” option on the Products pages are NOT checked. Other than that, I’m out of ideas.
    • How can I remove the “featured products” slider on the lower part of the page?
    • The width of the “-1+” counter next to the Add to Shopping Bag button is too wide. How can I make it less wide so it fits all on one line?

    Thank you so much. Your help is much appreciated!

    #58419
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1.Remove featured products
    Please put this code at functions.php at end of file

    function wc_remove_related_products( $args ) {
    return array();
    }
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10); 

    2- The width of the โ€œ-1+โ€ counter next to the Add to Shopping Bag button is too wide. How can I make it less wide so it fits all on one line?

    I dont see this issue at my side so please check with another browser

    3.Please use this custom code
    #breadcrumbs{color:#81D742}

    Thanks

    #60821
    ekferron
    Member
    Post count: 4

    Hi! Thank you so much. I was able to remove the featured products successfully with the code you provided. Where exactly should I insert the “#breadcrumbs{color:#81D742}” custom code?

    #60829
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to admin -> theme options -> Custom CSS and put this code .

    Thanks

    #60839
    ekferron
    Member
    Post count: 4

    Oh ok, thank you. I added the custom code to that section and it appears nothing has changed. I am still missing the page titles and breadcrumbs from my individual product pages, even though ‘Show Page Title’ is checked and “Remove Breadcrumbs” is not checked.

    #60901
    FranM
    Member
    Post count: 44

    Hi,

    I think there may be punctuation missing from the code. I use #breadcrumbs {
    color: #000000;
    } and it works.

    Hope this helps!

    #60911
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    @ekferron – You missed the semi colon to close off your property.

    – Kyle

    #62020
    ekferron
    Member
    Post count: 4

    Thanks for you input Fran and Kyle. Something’s eluding me here – I want the product name & breadcrumbs to be in black so I updated the custom code with “#breadcrumbs {
    color: #000000;
    }

    But alas, still not product/page title, and still no breadcrumbs.

    #62041
    ekferron
    Member
    Post count: 4

    Whoops – seems this problem is unique to Firefox, where I have been working on and viewing the page the most. Working fine in Chrome/Safari/etc … guess I just needed to do a hard refresh. Thanks again for your help!

    #62070
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem! ๐Ÿ™‚

Viewing 10 posts - 1 through 10 (of 10 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