HI, i'm using elementor and wp-types/views to replicate this hidden link which is types/views and another editor but we're re building it using elementor on hidden link
It shows the table from types/views ok but it seems to be ignoring the rest of the elemetor page and still showing things like the in correct page title and header.
you can see the page at: hidden link by logging in using, username: Elementor and password: Vp4LE%YqpkxbQEMW8g%zHxfk
basically i want the header and footer i've created then the woocommerce product list (as the table)
HI Nigel, i've added a template within there and it's showing the same results, it's crammed everything into one slim section within the website and i can't figure out why
With the addition of templates, Elementor now overlaps with Toolset in respect to such functionality, and both are aiming to intervene in the template hierarchy to display something other than what would normally be displayed by the theme (with the additional complication that WooCommerce also does the same for the product archive, or shop page). Not everyone can win this race.
If you want to use Elementor templates for the product page you cannot also create a custom WordPress archive with Views (as you currently have).
You should
- go to Toolset > WooCommerce Views and choose the standard WC templates for products and product archives—I did this already. (You are not going to design the single product or product archive templates with Toolset, but you still need the Toolset WooCommerce Views plugin active if you want to be able to use the special shortcodes to insert WC fields with Views.)
- create a View which outputs products the same way your custom archive for products currently does
- go to Toolset > WordPress Archives and delete (or, at least, un-assign) your custom product archives, you can't use them
- edit your Elementor template for product archives and insert the View you just created to replicate the archive as a module in the template
I think that should give you the result you are looking for, but if not let me know.