One plugin that gives more option and replicate exactly what you are expecting is could be done withUltimate Shortcode plugin.
Step1: Install it according to preferred method
Step 2: Create a standard layout using shortcode, that is, as given in your example link; Header text with description and title, create sing row and columns as required for your project, insert images with 180x100px in each box with your product.
Step 3: Create Tabs for price option using shortcode.
Step 4: Copy the same page code and paste it in each product page and simply give proper particular page links, that’s it!
hope it helps you!
Thank you very much! It works, but one thing: i have added a button and want to to show another page on clicking the button like the URL above.. So a toggle button. Is this possible with this plugin?
Most probably it would work. I believe you had set your permalink with “postname” and in case using category, you should be using “category” as well. for instance in custom structure: /%category%/%postname%/so this would give you nice url: http://websitename.com/topic/postname.
Hi Thank you,
When clicking on a button, i want to stay on the same page and tab and toggle another WordPress page or form. Is this possible? I’ve tried a little bit with javascript, but does not work; it redirects to the homepage when clicking. See the website that i described above..
(so when clicking on button, it must not redirect to a page, but show as a toggle)
Thanks again!
Solved with the spoiler shortcode. Thanks!