Home › Forums › Basel support forum › Thrive leads infinite loading
Thrive leads infinite loading
- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by Artem Temos.
-
AuthorPosts
-
August 9, 2019 at 4:05 pm #137208
JacintheParticipantHey basel team,
i’ve seen a lot of people having the same problem as me with infinite loading page from thrive architect.
They sent me an email so i’ll copy paste it because they explain everything :I logged in to your site and upon investigation, this issue is caused by a
conflict with the current theme that you’re using, which is the Basel child
theme. See this: https://cl.ly/1ad8db808312 There might be some coding in
your current theme that breaks an aspect in Thrive Leads, hence causing the
issue you’re experiencing.I tried to switch to a default WordPress theme — it seems that fixes the
issue Please watch this screencast: https://cl.ly/c1333f5e2e41Note: Deactivating current theme & switching to default WordPress theme
is a troubleshooting step to check if the conflict that is causing the issue
you’re experiencing is coming from the theme in use.Now, I have reverted back to the Basel child theme so that your site is the
same as you left it. Feel free to deactivate it yourself so that you can see
the difference, also, make sure you clear your cache so the changes take
effect.Unfortunately, we can’t hide the fact that in WordPress there are lots of
plugins and themes that you can use but not all of them are properly coded
or written according to WordPress standard. A poorly coded plugin will cause
problems regardless of what theme and plugins you are using. But as long as
that the WordPress plugin is properly written using WordPress Codex it will
work correctly without Thrive Themes products.Please be advised: Thrive Themes themes and plugins are built to the
standard WordPress codex and so they should work with other plugins that are built
to the same standard. Here’s a short explanation about this:“The most common cause of conflicts is different versions of jQuery loaded
directly by one of your plugins or your theme. WordPress comes with jQuery
included in /wp-includes/js/jquery/ and every theme and plugin should load
it from there. However, some developers choose to include a different version
of jQuery in their products and this might cause issues with Thrive Themes
products.”You can read more about this from this link:
https://thrivethemes.com/tkb_item/jquery-conflicts-quick-fix/And if you want to keep using your child theme with Thrive Leads plugin then
you may need to contact the theme developer and show them that console
error – they should be able to help you out since they know better how the theme
was built.attached a pic of the infinite loading page. which access do you need to fix the problem ?
thank you very much for your help (Y)
Attachments:
You must be logged in to view attached files.August 10, 2019 at 9:23 am #137289
Artem TemosKeymasterHi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_gradients_enabled', '__return_false' );
Regards
August 10, 2019 at 10:42 am #137322
JacintheParticipantI’ve just tried it and it is not working.
Please help me as soon as possible
thanks
August 10, 2019 at 11:08 am #137325
Artem TemosKeymasterTry to edit the file
basel/inc/assets/js/colorpicker.min.js
and replace the code
if ($.fn.spectrum.load) { $.fn.spectrum.processNativeColorInputs(); }
with this
if ($.fn.spectrum.load && typeof $.fn.spectrum.processNativeColorInputs !== "undefined") { $.fn.spectrum.processNativeColorInputs(); }
Regards
August 10, 2019 at 12:20 pm #137335
JacintheParticipantdone
and it doesn’t work as wellAugust 10, 2019 at 5:03 pm #137342
Artem TemosKeymasterPlease, clear your browser cache and check. If it will not help, please, send us your FTP.
-
AuthorPosts
Tagged: thrivleads
- You must be logged in to create new topics. Login / Register