Menu - Sliders conflict

  • larry
    Inactive member
  • Topic Author
  • Member
  • Member
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."

Please Log in to join the conversation.

More
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];

Please Log in to join the conversation.

  • larry
    Inactive member
  • Topic Author
  • Member
  • Member
More
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
Powered by Kunena Forum