- Posts: 4
- Thank you received: 0
Designation and Carroussel problems after updating
-
golasso
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #32152
by golasso
Designation and Carroussel problems after updating was created by golasso
Hi guys,
I just updated my site to most recent Wordpress 3.6 (It has been a while since I've updated). Now I noticed that the Slider (Designation) is not working any longer and also the Caroussel does not show up:
Please see: www.lastminutebelgique.be
I've browsed the help forum and tried the following things, based on what helped others:
When I disable the designation plugin, then the Caroussel does work! But when I disable the Caroussel plugin, the Designation Slider still does not work.
What happened and how can I fix this please?
I just updated my site to most recent Wordpress 3.6 (It has been a while since I've updated). Now I noticed that the Slider (Designation) is not working any longer and also the Caroussel does not show up:
Please see: www.lastminutebelgique.be
I've browsed the help forum and tried the following things, based on what helped others:
- - I've downloaded the most recent template, extracted the plugin files on overwrite them via ftp - did not work, still problem
- - I've downloaded the most recent template, extracted the THEME files on overwrite them via ftp - did not work, still problem
When I disable the designation plugin, then the Caroussel does work! But when I disable the Caroussel plugin, the Designation Slider still does not work.
What happened and how can I fix this please?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 4 months ago #32153
by milos
Replied by milos on topic Designation and Carroussel problems after updating
Hi,
Please try this, edit file /wp-content/plugins/wp_hot_designation/hot_designation.php. In this file, find this line (around line 69):
and change it with:
Let me know if that worked.
Thanks
Milos
Please try this, edit file /wp-content/plugins/wp_hot_designation/hot_designation.php. In this file, find this line (around line 69):
Code:
wp_enqueue_style( 'jquery-ui', plugins_url('/jquery-ui.css', __FILE__),false,'1.8.13');
Code:
wp_enqueue_script( 'jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js',array('jquery'),'1.10.3');
Let me know if that worked.
Thanks
Milos
The following user(s) said Thank You: golasso
Please Log in to join the conversation.
-
golasso
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 4 months ago #32154
by golasso
Replied by golasso on topic Designation and Carroussel problems after updating
Hi Milos,
thank you for your quick reply. I did exactly what you told, went back to the site, pressed CTRL+F5 but it is still the same... I have no clue :S
I hope you have other suggestions as this is my best converting site...
thank you for your quick reply. I did exactly what you told, went back to the site, pressed CTRL+F5 but it is still the same... I have no clue :S
I hope you have other suggestions as this is my best converting site...
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 4 months ago #32155
by milos
Replied by milos on topic Designation and Carroussel problems after updating
When I open your site and check source code, I still see this line
Perhaps you haven't made changes I suggested yet. Please check.
Thanks
Milos
Code:
<script type='text/javascript' src='http://www.lastminutebelgique.be/wp-content/plugins/wp_hot_designation/js/jquery-ui.min.js?ver=1.8.13'></script>
Thanks
Milos
The following user(s) said Thank You: golasso
Please Log in to join the conversation.
-
golasso
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 4 months ago - 11 years 4 months ago #32160
by golasso
Replied by golasso on topic Designation and Carroussel problems after updating
Hi Milos,
please find below a piece of the code of the hot_designation.php file, which is currently online. As you can see, I do have replaced the line that you have suggested .
What else can I do to prevent that you still see that line when checking the source code of my site?
please find below a piece of the code of the hot_designation.php file, which is currently online. As you can see, I do have replaced the line that you have suggested .
What else can I do to prevent that you still see that line when checking the source code of my site?
Code:
function admin_utils(){
wp_enqueue_script( 'jquery-colorpicker', plugins_url('/js/jscolor.js', __FILE__),array('jquery'),'1.0.0');
wp_enqueue_script( 'jquery-hotutil', plugins_url('/js/hotutil.js', __FILE__),array('jquery'),'1.0.0');
wp_enqueue_script( 'jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js',array('jquery'),'1.10.3');
wp_enqueue_style( 'hot-designation-style', plugins_url('/admin.css', __FILE__));
}
Last edit: 11 years 4 months ago by golasso.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 4 months ago #32165
by milos
Replied by milos on topic Designation and Carroussel problems after updating
Hi,
This piece of code is correct, but what I see in the source code of your site is still the old code. Are you sure you uploaded the edited hot_designation.php file to the right place?
Thanks
Milos
This piece of code is correct, but what I see in the source code of your site is still the old code. Are you sure you uploaded the edited hot_designation.php file to the right place?
Thanks
Milos
The following user(s) said Thank You: golasso
Please Log in to join the conversation.
Time to create page: 0.086 seconds