Notifications
Clear all

Doesn't work on a lot of themes

8 Posts
4 Users
1 Likes
3,634 Views
(@arena)
Eminent Member
Joined: 8 years ago
Posts: 38
Topic starter  

Hello,

I have downloaded a lot of themes and your plugin doesn't work on those themes and I tried a lot before finding one where I can use your plugin.

Any reason for this?

 


   
Quote
(@wpdiscuz)
Active Member Admin
Joined: 8 years ago
Posts: 7
 

Please leave some URL to allow us check it.

Also, please provide your hosting server details.


   
ReplyQuote
(@arena)
Eminent Member
Joined: 8 years ago
Posts: 38
Topic starter  
Posted by: Martin Polak

  Please leave some URL to allow us check it. Also, please provide your hosting server details.

URL to the website where I'm using your plugin is: rsca-arena.be

I have a dedicated server by OVH (physical dedicated server).

I have this small website and 2 big forum platforms and the server is running well.

Regards,

 


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

I think the problem doesn't related to themes. This may be plugin conflict.

Could you please leave a list of theme names you've tested? This is very important.

Also we see wpDiscuz on your website right now, and it works fine. What exactly doesn't work?

 


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

Ok, I just spent a few minutes and found a big problem on your website.

It sees you use some plugin which de-registers jQuery Library. This is a big issue, all plugins and theme features can not work on your website because of this. I don't want to give you the original way of jQuery loading function, because the plugin which de-registers jQuery will do that for my code too. I'll ask you just put this two lines in your current active theme header.php file before <?php wp_head() ?> tag:

<script type='text/javascript' src='https://www.rsca-arena.be/wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='https://www.rsca-arena.be/wp-includes/js/jquery/jquery-migrate.min.js'></script>

This should turn on all JavaScript plugin actions. wpDiscuz is also affected right now, it can't work without jQuery Library. So all problems are come from some plugin which disables WordPress jQuery Library. You should find it. Also it may be the theme as well if it doesn't have <?php wp_head() ?> in header.php file.

 


   
ReplyQuote
(@arena)
Eminent Member
Joined: 8 years ago
Posts: 38
Topic starter  
Posted by: Tom

  Ok, I just spent a few minutes and found a big problem on your website. It sees you use some plugin which de-registers jQuery Library. This is a big issue, all plugins and theme features can not work on your website because of this. I don't want to give you the original way of jQuery loading function, because the plugin which de-registers jQuery will do that for my code too. I'll ask you just put this two lines in your current active theme header.php file before <?php wp_head() ?> tag:

<script type='text/javascript' src='https://www.rsca-arena.be/wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='https://www.rsca-arena.be/wp-includes/js/jquery/jquery-migrate.min.js'></script>

This should turn on all JavaScript plugin actions. wpDiscuz is also affected right now, it can't work without jQuery Library. So all problems are come from some plugin which disables WordPress jQuery Library. You should find it. Also it may be the theme as well if it doesn't have <?php wp_head() ?> in header.php file.

Thanks Tom, I have added those 2 lines but I will use another  theme.


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

This issue may be caused by some plugin, so after changing the theme make sure it has jQuery or not. Plugins can de-register jQuery from WP system, and theme changing will not help to load it.


   
arena reacted
ReplyQuote
(@jalvac)
Active Member
Joined: 9 years ago
Posts: 11
 

Same for me sometimes in a OVH dedicated server too. But I solved the issue refreshing our CDN cache (optional service) and deactivating/ activating the plugin. Works now like a charm!


   
ReplyQuote
Share:
Scroll to top