Okay
  Public Ticket #2618949
Product Archive Page Override
Closed

Comments

  •  3
    temkatemka started the conversation

    Hi there, it's been a while :D (not really...)

    Now it's about customizing shop page (and all archive pages all along).

    It seems like either theme itself or Woocommerce overrides template I create in Elementor theme builder and assign to archive pages.

    Also when I try to create template in Elementor Pro starting canvas looks really weird, unlike it usually does. 

    I made screens to show it all. 

    How could I fix this?


  • [deleted] replied

    Hi temkatemka,

    Our theme has predefined archives for:

    BLOG - kalium/archive.php
    PORTFOLIO - kalium/archive-portfolio.php
    SHOP - kalium/woocommerce/archive-product.php

    If you fail to override these templates you can add blank template code and see if that works:

    <?php
    get_header();
    the_content();
    get_footer();
    Then try editing that template and see if it works for you.

  •  3
    temkatemka replied

    Nope. 

    Maybe I paste code in a wrong place or what, but this is what I did:

    1. Pasted code in parent Kalium

    2. Followed recommendation from archive-product.php

    And got the same result anyway.

  • [deleted] replied

    Hi temkatemka,

    As I've checked, the Elementor is not able to edit the shop page that way, I've found this YouTube video that gives you the idea how to create your own customized shop page, which in this case is not related to archive page, rather its a shop page:

    https://www.youtube.com/watch?v=HgZ__E5qrEo

    The plugin in the video is just for demonstration purpose and you can use Elementor widgets to build the archive.

    I hope this will help you.

  •  3
    temkatemka replied

    I know, that's why I use Elemtor Pro theme builder which allows to do that usually. 

    Hm, it's seems like theme builder doesn't override those pages no matter what for some reason. 

    I'll try to find out this on elementor side then. Thank you.

  • [deleted] replied

    I believe that this has to do with Elementor.

    If you were using WPBakery Page Builder you can edit shop page and add content above the products such as slider and other content/widgets.

    I hope you can find a quick solution.