Support Forum
Is it a paid plugin? can you zip it up and send it to me to search for?
Visit Cruise Talk Central and Mr Papa's World
Yes it is a paid plugin. I downloaded the plugin files from hostgator's file manager and zipped them up:
https://dl.dropbox.com/u/81861.....magnet.zip
And there it is in the main plugin file itself (plm.php) - here:
function plm_add_js() { wp_enqueue_style('plm-style', PLM_URL . 'css/plm.css'); wp_deregister_script( 'jquery-ui-core'); wp_register_script('jquery-ui-core', PLM_URL . 'js/jquery-ui.min.js'); wp_enqueue_script('jquery'); wp_enqueue_script('jquery-ui-core'); wp_enqueue_script('plm-main', PLM_URL . 'js/plm.js'); }
Try changing it like this:
function plm_add_js() { wp_enqueue_style('plm-style', PLM_URL . 'css/plm.css'); // wp_deregister_script( 'jquery-ui-core'); // wp_register_script('jquery-ui-core', PLM_URL . 'js/jquery-ui.min.js'); wp_enqueue_script('jquery'); wp_enqueue_script('jquery-ui-core'); wp_enqueue_script('plm-main', PLM_URL . 'js/plm.js'); }
see if that improves anything.
YELLOW
SWORDFISH
|
That will stop the plugin loading it's own copy of jQuery and ensure that the version supplied with WordPress - i.e., the proper one needed for WP and other WP plugins - is loaded correctly. Whether this solves all issues remains to be seen of course but as we already know that SP needs a kosher WP environment to successfully work it is the first place to start.
If the PLM plugin is written correctly then this should continue to function successfully.
YELLOW
SWORDFISH
|
Thanks, I will test this. By the way, I did contact the Premium List Building support about this, and they said yes, they use their own jquery, and they are aware that this can cause conflicts with other plugins. They said if necessary I should change plugins. I am not sure if they referred to their own plugin or to the SP plugin. One thing is sure, I can always get another opt-in/list-building plugin, but I am definitely not going to change SP forum.
lol, thanks... good question on what they were talking about!
Visit Cruise Talk Central and Mr Papa's World
While I am testing this, I have another question which we talked about earlier. You had told me that the forum needs to be excluded from any caching plugin. Right now I have my caching plugin (WP Super Cache) disabled, but I did enable cloudflare which is a service offered for free by hostgator. It caches the site's content and sends it out to various data centers across the globe, kind of like Amazon S3 cloud front, in order to shorten access time and page load speed. Do I need to exclude the forum from cloudflare as well?
Its hard to say... depends on how it caches... the reasons you need to disable wp caching plugins is because they make a false assumption about the wp page the forum appears on... They assume the wp page is static... In the forum page, it is not static but dynamic... All forum display appears on the single wp page... so it cannot be cached...
This CDN is probably not WP based so it is likely looking at the canonical URL and caching it based on that URL so it wont make assumptions about a wp page... So it could potentially work well... If the WP caching plugins cached based on canonical URL instead of just a wp page, then they could to function with simple press...
Best thing to do is test it... do things work? when you make a new post, does it show instantly? etc...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)