Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter animesaulo

    (@animesaulo)

    I also noticed there’s a <section> with a class of “wps-page-content” on the default products page that’s displaying the content of the same post as the title. I can imagine that it’s supposed to display the content added in the default products page.

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @animesaulo

    Working on fixing these, thanks for letting me know!

    Thread Starter animesaulo

    (@animesaulo)

    Thanks @andrewmrobbins .

    With the release of 3.1.0, the issue with the default products page title has been resolved. But, the issue with the content on the default products page still occurs.

    I had to add CSS code to “display: none” the “wps-page-content” section on the default products page because it’s displaying a product’s description.

    Example:

    On this website using the WP Shopify plugin:

    Remove the “display: none” CSS code for the “wps-page-content” section and you’ll see the following appears:

    <section class="wps-page-content">
             <p>Mickey un limited Santa’s Best Donald Duck dressed as Santa carrying a bag of toys</p>
             <p>brand new in original box&nbsp;</p>
             <p>European style glass mouth blown and handcrafted</p>
    </section>

    That’s the description for this product:

    It’s similar to the heading title issue I originally reported. But, it’s for the wps-page-content section instead.

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @animesaulo

    Hey there,

    Thanks for letting me know about this. Right now this is the expected plugin behavior, so you’ll want to keep the CSS in place that hides it.

    I’ll look into allowing users to easily toggle this in an upcoming version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong Heading Title on Default Products Page on 3.0.8’ is closed to new replies.