- Posts: 53
- Thank you received: 3
Menu - Sliders conflict
-
larry
Inactive member -
Topic Author
- Member
-
Less
More
10 years 2 months ago #43977
by larry
Replied by larry on topic Menu - Sliders conflict
This is the response from the plugin vendor:
"It looks like the url of the css file is being built up incorrectly.
I suspect this is caused by something in your template."
"It looks like the url of the css file is being built up incorrectly.
I suspect this is caused by something in your template."
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #43980
by ivan.milic
Replied by ivan.milic on topic Menu - Sliders conflict
try this, open index.php of template, find this line:
$css_url = $u->toString();
add code below as this:
$css_url = $u->toString();
$css_url = explode("#",$css_url);
$css_url = $css_url[0];
$css_url = $u->toString();
add code below as this:
$css_url = $u->toString();
$css_url = explode("#",$css_url);
$css_url = $css_url[0];
Please Log in to join the conversation.
-
larry
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 53
- Thank you received: 3
10 years 2 months ago #43983
by larry
Replied by larry on topic Menu - Sliders conflict
Thank you so much for looking at this, Ivan. So far, it seems to be working for both layout and functionality.
Please Log in to join the conversation.
Time to create page: 0.097 seconds