jquery CSS conflict
-
I have a CSS conflict generated by Wpf-assets/css/jquery.ui.css for .ui-slider but I cannot create extra classes neither IDs. Is it possible to pass it in WpForo style settings?
-
Could you please leave forum URL to allow us check this conflict?
sure, this is my forum, the conflict appears when you open the small world icon (top-left of screen) that opens the search sliders. The correct style can be seen on every other page. thank you
As far as I see this is the same issue, this is a theme or plugin conflict, you should find the conflict maker.
I’m aware there might always be a theme conflict. And for the other problem you might be right, but what about this one? I mean, if the conflict is only generated on the page where the forum is, and if I can see that’s because WpForo is using the same Jquery style, then the conflict is right there. It’s not really a conflict but two things using the same styles… just guessing.
Please explain the problem.
Where exactly and what exactly you want to change or re-style?if you have noticed the search sliders on top of the forum page, and if you have compared its style with that any other page, you have noticed that the slider and the handle are different. Since that is a jquery function, I believe the styles are conflicting, yet I don’t see any slider-like feature in WpForo.
Could you please try to de-register wpForo jquery-ui.css by putting this PHP code in your active theme’s functions.php file. Then don’t forget delete all caches and do Ctrl+F5 on front:
wp_dequeue_style('wpforo-uidialog-style');…unfortunately all that didn’t work
If you removed wpForo jquery-ui.css then why it doesn’t work? I think you’ve not removed it. I still see that on your website. Maybe you’ve put this code in wrong place, or the cache is not well removed.
Also for some reason your website is blank, but it has HTML source when you “view page source”.with the code above, also use this one:
wp_deregister_style('wpforo-uidialog-style');-
This reply was modified 8 years, 7 months ago by
gVectors Team.
sorry have I missed something? We didn’t talk about removing WpForo jquery-ui.css.
I did cache and even restarted PC but these codes in function.php don’t perform.
Also, my site has not been down.These two lines should remove wpForo jquery-ui.css. This will fix all conflicts:
wp_dequeue_style('wpforo-uidialog-style'); wp_deregister_style('wpforo-uidialog-style');sorry it doesn’t π
-
This reply was modified 8 years, 7 months ago by
The topic ‘jquery CSS conflict’ is closed to new replies.