• Hi team, I installed the price history plugin and it displays as expected with the default twenty twenty four wordpress theme, however, It won’t display with my custom tagdiv newpaper theme. I can’t use the shortcode since that it exclusive to the pro version. The free version is heavily limited.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Marin Matosevic

    (@marinmatosevic)

    Hi,

    Sorry for the late reply; I missed this earlier.

    Are you still in need of assistance, or were you able to figure out how to display the price history with your theme?

    Based on your description, it seems the issue might be that the Newspaper theme (or a specific template within it) is missing the necessary action hook where the chart is supposed to be inserted. This could prevent the plugin from displaying as expected.

    Thread Starter Adewale Mudasiru

    (@whaletb)

    Yes, please…. I still need help getting the plugin to work with the theme.

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    We’d be happy to help you get the plugin working with your theme.

    Could you please provide more details about which template you are using with the Newspaper theme? Is it one of the pre-built templates, or is it a custom-made one? Alternatively, if you could share a link to your website, it would help us better understand how the layout is structured.

    Once we have this information, we’ll look into it and get back to you next week, hopefully with a solution.

    Thread Starter Adewale Mudasiru

    (@whaletb)

    The plugin doesn’t work with prebuilt and custom setup… I tested on both…. The site url is harvestprice.com.ng

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    We have tested the plugin with the Newspaper theme, and everything seems to be working correctly on our end.

    After checking your site, I noticed that the plugin is outputting the chart wrapper on the product page, but it isn’t visible because it doesn’t seem to be receiving any price data. Could you please confirm if the product has enough recorded prices in the table?

    It would be helpful if you could provide a screenshot of the Product Price History table from the product edit area.

    Thread Starter Adewale Mudasiru

    (@whaletb)

    I just realized I had disbled the design page for single product. I disable it when I was testing to see if the plugin works with wordpress default theme which it did and didn’t enable it back. I have enabled it now. So please take another look at it.

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    Thanks for the update! However, I’m not entirely sure what you mean by disabling/enabling the single product design page.

    Currently, your product page is displaying only a few product elements. For the chart to work properly, your product page template needs to include a product meta section or product summary, depending on the position you’ve chosen in the chart settings.

    If you’re building the template with a page builder, please check which element outputs the product meta or summary. If you’re creating the page template using PHP, make sure to include the following action hooks in your template:

    • do_action('woocommerce_product_meta_start');
    • do_action('woocommerce_after_single_product_summary');

    These are the locations where the chart is inserted.

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.