Tagged: x
-
AuthorPosts
-
November 17, 2016 at 9:03 am #1261079
A plug-in I have purchased is having issues with ThemeX. It seems an easy fix for someone who gets it, but I do not 🙁
Plug-In Support Ticket: https://www.designsandcode.com/forums/topic/initial-selection-works-on-page-load-then-no-more/#post-70866?winst=1479084555118&of=0
When you make a selection, the page loads automatically using Ajax, if you make a second selection you just see the loading animation for ever. They say that because ThemeX uses Isotope, the page needs re-initializing after our the plug-in’s Ajax is done. The ticket above refers to the FAQ which is found at https://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/
And the Ajax snippet:
//detects when the ajax request has finished and the content has been updated
// – add scripts that apply to your results here
$(document).on(“sf:ajaxfinish”, “.searchandfilter”, function(){
console.log(“ajax complete”);
//so load your lightbox or JS scripts here again
});The page on my site where you can see this issue can be found at http://www.appdetails.com/blog/ (just make one selection, then a second to reproduce the issue).
November 17, 2016 at 10:36 am #1261221Hi there,
Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
November 17, 2016 at 12:47 pm #1261392Please take a second look at my request. The limitation is due to ThemeX’s use of Isotope and the recommendation is very specific leaving no risk of unaccounted variables. I’ve stumbled several times as a result of my choosing ThemeX; clearly there are great benefits but also risks. As someone that understands how ThemeX works (and what Isotope even is) I believe this should be a relatively simple inquiry.
November 17, 2016 at 5:50 pm #1261736Hi there,
I’m sorry, but please refer to the following post (https://community.theme.co/forums/topic/isotope-upgrade/#post-907200).
Thanks for understanding.
-
AuthorPosts