• Resolved retropete

    (@retropete)


    Hi!
    I’m having trouble with the single product pages. when I click on any products nothing shows up. it only shows the footer section.

    Please, can someone help? I’ve tried disabling the majority of plugins to see if there’s a conflict. The theme I am using is empire by Soho themes. I also installed a checkout field editor plugin for woocommerce which might be the problem, but I disabled the plugin.

    someone, please help!!!!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Chances are you have some plugin or custom code that is breaking the page. I did see that your PayPal Express plugin has a conflict.

    You’re also using a premium paid theme which is not supported here. If it turns out it is the theme you are better off contacting the author.

    Thread Starter retropete

    (@retropete)

    Thank you Stef,

    I figured out that it was my theme, but i am too invested in the theme that i dont want to change it. Is there code i could write to fix it because the single product page was recently working and it just stop all of a sudden

    You would just need to turn debug on and see what’s going on. Probably an incorrect piece of code in your template file. You can check by turning on debug.

    Here are a few to add to your config in order to see what’s going on.

    Main
    define('WP_DEBUG', true);

    Few others

    define( 'WPS_DEBUG_SCRIPTS', true );
    define( 'WPS_DEBUG_STYLES', true );
    define( 'WPS_DEBUG_DOM', true );

    I’ll take a look in a few and see if I see anything. Walking the dog right now.

    • This reply was modified 5 years, 10 months ago by Stef.

    Something is adding this inline css to the divs

    View post on imgur.com

    I also see you’re using Visual Composer. Make sure that the rows/divs weren’t hidden by mistake. Although I don’t see it being used on this page.

    Thread Starter retropete

    (@retropete)

    I am not familiar with coding so I don’t know what you mean by this “Something is adding this inline css to the divs”

    Did you not see the image?

    Plugin Support RK a11n

    (@riaanknoetze)

    Seeing as we’ve isolated the cause of this issue to the theme, please get in touch with the developers of that theme for more support on this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce single product page not displaying’ is closed to new replies.