• Hello,
    Im new here, so be glad of any help atall.
    This page; [ redundant link removed ]

    QUESTION 1:
    It has a KEY BRANDS section at the top, and i want to change the brands shown underneath that, or remove that section.
    Does anyone know how it would be done? Ive searched around alot on WordPress but cant find it.
    the person who used to work on our site has left, so im not sure how it was done, whether it was on the theme itself?

    QUESTION 2:
    when you go onto any of the brand pages, it has this at the top, under the menu:
    Home / Brands / ABI

    the home word is linked back to the home page, but the brands word isnt linked back to the brand page.
    how can i do that?

    be glad of any help
    thanks

    • This topic was modified 4 years, 8 months ago by Hayden.
    • This topic was modified 4 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, haydene.

    Regarding Question 1:
    Are there any page builder plugins installed on the WordPress site? If not, then I suspect you may have to modify the existing theme with PHP to modify that brands content.

    Question 2:

    Home / Brands / ABI

    is using the breadcrumbs that WooCommerce provides (at least that’s what I think from viewing the CSS). To modify it, I believe you’ll have to experiment with some PHP with two options available for this:

    Either using action and filter hooks for WooCommerce breadcrumbs customizations i.e. add_filter( 'woocommerce_get_breadcrumb',... or
    overriding the WooCommerce template file located at woocommerce/templates/global/breadcrumb.php in a child theme (or custom theme you’re using).

    Thread Starter Hayden

    (@haydene)

    Thanks Ian,
    Ill do a bit of research on issue 1.
    For issue 2, all my other pages have that, working fine, so im surprised at it being breadcrumbs…maybe im wrong though. check out this page for example; https://www.sigmaplantfinder.com/used/piling-and-drilling/mini-piling-rigs/

    Home / Piling & Drilling / Mini Piling Rigs : Home, and Piling & Drilling are linked…

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing a section on my site’ is closed to new replies.