- This topic has 4 replies, 2 voices, and was last updated 12 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – Conflict with theme's grid layout
Tagged: conflict, grid, JavaScript conflict, theme
Hi there
I use following theme: [http://wpshower.com/themes/imbalance-2/] and WP Simple Paypal Shopping cart for several of my stores.
After activating eStore, it breaks the grid layout and displays each post under each, in a long row, rather than next to each other like in the demo [http://wpshower.com/demo/?theme=imbalance2]
I disabled all plugins but that didn’t help. I tried it in different browsers too, with the same effect.
Could you please suggest me something?
Thank you so much!
Do you have a link to your website where you are using this theme and the plugin? I am guessing wpshower is not your website correct?
Thanks for the fast reply. I just set up a demo site with a fresh WP install and just one activated plugin (eStore): [http://martinschulze.org/test/]
You have bad coding in this theme (its including the JQuery library in a wrong way) which is creating a conflict with JavaScript code.
I am referring to the following line of code that is coming form your theme:
<script type=’text/javascript’ src=’http://martinschulze.org/test/wp-content/themes/imbalance2/libs/jquery-1.6.1.min.js?ver=3.4.2′></script>
Check the following post which will explain why its wrong:
Thanks for helping me out!