• anonymized-14293447

    (@anonymized-14293447)


    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?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Could you please leave forum URL to allow us check this conflict?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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

    Plugin Author gVectors Team

    (@gvectors-team)

    As far as I see this is the same issue, this is a theme or plugin conflict, you should find the conflict maker.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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.

    Plugin Author gVectors Team

    (@gvectors-team)

    Please explain the problem.
    Where exactly and what exactly you want to change or re-style?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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.

    Plugin Author gVectors Team

    (@gvectors-team)

    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');

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    …unfortunately all that didn’t work

    Plugin Author gVectors Team

    (@gvectors-team)

    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 7 years, 5 months ago by gVectors Team.
    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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.

    Plugin Author gVectors Team

    (@gvectors-team)

    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');
    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    sorry it doesn’t ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘jquery CSS conflict’ is closed to new replies.