WP Page Bakery styling is overruled by Geodirectory.

This topic contains 10 replies, has 3 voices, and was last updated by  Kor 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #507555

    Peter Houtman
    Expired Member
    Post count: 9

    Hi!

    After installing and activating Geodirectory, WP Bakery elements do not work properly anymore. The website is supposed to look like this https://imgur.com/a/38TyUXr but currently (with Geodirectory activated) looks like this https://www.zzpvergelijker.nl/zakelijke-energie-vergelijken.

    It seems like Geodirectory overrules the styling of WP Bakery as upon loading the elements are displayed in the correct manner.

    What could be a solution to this problem?

    Thanks a lot,

    Casper

    #507564

    Guust
    Moderator
    Post count: 29970

    The site and the image look the same to me.
    What exactly are we supposed to look at?
    Thanks

    #507642

    Peter Houtman
    Expired Member
    Post count: 9

    Hi Guust,

    I see that I forgot to turn on Geodirectory. You should be able to see the problem now (https://imgur.com/a/VGJDmkZ).

    Thanks

    #507663

    Kor
    Moderator
    Post count: 16516

    Hi Peter Houtman,

    Thanks for your reply. Kindly share your Website WP admin access here in private reply and we’ll troubleshoot this further for you.

    Thanks!

    #507671

    Peter Houtman
    Expired Member
    Post count: 9
    This reply has been marked as private.
    #507707

    Kor
    Moderator
    Post count: 16516

    Hi Peter,

    Thanks for your reply. You can apply the custom CSS code below to fix it.

    .ui-state-default,.ui-widget-content {
        border: 0px !important;
        background: none!important;
    }
    #508010

    Peter Houtman
    Expired Member
    Post count: 9

    Hi there,
    Thank you for the effort.

    The code you provided however only styled the first column.

    What could be the reason/solution for the fact that WP bakery is overruled in the first place?

    Thanks a lot!

    #508037

    Guust
    Moderator
    Post count: 29970

    Have you cleared your cache?

    #508052

    Kor
    Moderator
    Post count: 16516

    Hi Peter Houtman,

    Could you share some screenshots of what you’re seeing on your end? it seems to work fine when I inspected it again. Also, it seems GD is conflicting with WP Page Bakery stylings.

    #508074

    Peter Houtman
    Expired Member
    Post count: 9

    Hi Kor. That is exactly what I think is going wrong. GD seems to conflict with the stylings. What could be a fix for that?

    As you can see in the screenshot the second column is still styled differently.

    The right version: https://imgur.com/a/38TyUXr
    Now:https://imgur.com/a/FXm4TbJ

    #508092

    Kor
    Moderator
    Post count: 16516

    Hi Peter,

    Thanks for your reply. I’ve made the changes and it should work alot better now. Could you check?

    
    
    .ui-state-default,.ui-widget-content {
    border: 0px !important;
    }
    
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: none;
    }
    
    .ui-widget-header {
        border: 0px;
    
    }
    .ui-widget-content {
        background:none;
    
    }
    
Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket