Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Lightbox conflict Wp-eStore and yootheme widget kit
- This topic has 9 replies, 3 voices, and was last updated 10 years, 2 months ago by admin.
-
AuthorPosts
-
August 30, 2014 at 7:51 am #11394petersmith_61Member
Hi there appears to be a conflict with lightbox in wp-estore with yoothemes widget kit [http://yootheme.com/widgetkit]
the issue is if you have pictures using the light-box function from widgetkit then install wp-estore the lightbox when clicking on the images no longer dims the page that the loading animation appears off canvas.
The css from the wp-estore if taking priority over the widgetkit’s likely to be same id’s if you disable wp-estore lighbox works perfectly again.
Are they any work arounds or solutions for this bug.
many thanks in advance.
August 31, 2014 at 12:24 am #65229wpCommerceModeratorHi, please provide a link to the page in question so I can take a look.
August 31, 2014 at 12:24 am #65230adminKeymasterHi, Please check the following to make sure you don’t have any javascript errors:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
September 2, 2014 at 5:03 am #65231petersmith_61MemberHi, This page uses lightbox from widget kit
[https://builtritetrailerplans.com/trailer-plans]
This is the shop page [https://builtritetrailerplans.com/store]
When wp-estore is enabled the loading animations is off canvas to the far left of the page, When you disable it it works as normal.
There are no javascript error’s just seems like a id conflict somewhere in wp-estore as they must call a same id somewhere or the css called for wp-estore takes prority over widgetkits.
Same in localhost with standard wordpress theme, Install widgetkit then wp-estore.
Its not really a major problem but its a little incovienent to potential customers not having a visual indicator (Loading) when they click on the image to view it.
Many thanks in advance
September 2, 2014 at 10:33 pm #65232adminKeymasterHow do I see the “loading animations” that is off canvas? I poked around the pages but couldn’t see any issue because I don’t know where exactly the loading animation appears.
September 4, 2014 at 8:30 am #65233petersmith_61MemberHi here is a video showing the widgetkits loading animation,
This animation is usually center screen.
[https://builtritetrailerplans.com/wp-content/uploads/temp_support/loading.mp4]
When you click on the images on the shop page, [https://builtritetrailerplans.com/store]
The loading icon that’s usually center of the items image is missing.
Its the loading icon id’s that are conflicting somewhere.
If wp-estore is disabled the widgetkits loading animation works correctly, If you disable widgetkit wp-estores loading animation works correctly.
You can reproduce this in localhost with the free version if you require testing.
Many thanks in advance.
September 5, 2014 at 2:59 am #65234adminKeymasterThank you. I see the issue now. The lightbox effect from images embedded by estore’s shortcode should ONLY be handled by the estore plugin’s lightbox. Not sure why that other plugin is trying to do the lightbox there.
If you want to use that other plugin’s lightbox, go to the settings menu of estore and uncheck the following option the save the settings:
Enable Lightbox effect on Images
September 6, 2014 at 12:29 am #65235petersmith_61MemberHi yes
I have tryed that already but wp-estores still causes the issue with widgetkit as its wp-estores still loading the lightbox script and loading image even when disabled.
So all this does is make the stores item images open in new tab and the other issue of no loading icon on widgetkit.
As for widgetkit its a plugin for all youtheme themes and supply’s allot of additional functionality to the warp framework.
Many thanks in advance.
September 6, 2014 at 12:46 am #65236petersmith_61MemberJust thought i would let you know.
If i disable lightbox on wp-estore and remove this from the wp_eStore_style.css
#lightbox-loading {
height: 25%;
left: 0;
line-height: 0;
position: absolute;
text-align: center;
top: 40%;
width: 100%;
}
Then the lightbox on widgetkit works correctly, how ever the wp-esote image open in a new tab, How can i make the wp-estore images not clickable like remove the anchor tag as this will solve both issues for now.
Many thanks in advance.
September 6, 2014 at 1:46 am #65237adminKeymasterYou could enter a value in the “Thumbnail Target URL” field to control that. For example, you could use the URL of the product’s landing page in that field.
-
AuthorPosts
- You must be logged in to reply to this topic.