GD Compatibility Pack for X released

This topic contains 97 replies, has 10 voices, and was last updated by  John Allsopp 9 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #13349

    leandrorosa
    Free User
    Post count: 168

    im also a newbie, its ok! lol

    you have to go to customizer and then custom and then css

    #13361

    thebirdiemachine
    Expired Member
    Post count: 246

    I did it & it worked…BRILLIANT! Thank you @leandrorosa!

    #15366

    jonahcoyote
    Expired Member
    Post count: 89

    Hi there,

    I’m not sure if anybody else has posted something about this already, but the check for get_theme_mod( ‘x_breadcrumb_display’ ) does not work anymore in the latest version of X. Not sure if this is a WordPress 4.0 issue or what, but the only way I can get the breadcrumbs working for my whole site is to remove this conditional. You guys might want to look into fixing this.

    Cheers!
    – Jonah

    #15373

    John Allsopp
    Expired Member
    Post count: 399

    Thanks for the heads up. Is there any chance you could share a link to a download for the latest version of X in a private reply so i can see what has changed?

    Thanks

    #15374

    jonahcoyote
    Expired Member
    Post count: 89
    This reply has been marked as private.
    #15484

    John Allsopp
    Expired Member
    Post count: 399

    Thanks for the file Jonah. I’ve updated the plugin and the breadcrumb looks fine 🙂

    After i check the forum for any other issues i will give the new version back to the team so they can make it available for download.

    #15489

    jonahcoyote
    Expired Member
    Post count: 89

    Sounds good John, thanks!

    #20150

    thebirdiemachine
    Expired Member
    Post count: 246

    I am also having a problem with breadcrumbs not showing. I am using the renew stack. I have been told that the breadcrumbs are not showing is because of this code in the Css Customizer:

    .x-header-landmark {
    display: none;
    }

    However I originally put this in because I was getting my Blog Title above the map which I do not want.

    Is there a way for me to get the breadcrumbs to display without having my Blog title above the map?

    #20168

    Paolo
    Site Admin
    Post count: 31206

    I would need to have a look at the website to tell.

    Thx

    #20177

    John Allsopp
    Expired Member
    Post count: 399

    Try adding the display:none to x-landmark instead:

    
    
    .x-landmark {
         display:none;
    }
    #20180

    thebirdiemachine
    Expired Member
    Post count: 246
    This reply has been marked as private.
    #20192

    thebirdiemachine
    Expired Member
    Post count: 246

    I seem to have it fixed!

    I got rid of:

    .x-header-landmark {
    display: none;
    }

    And added this:

    .blog .x-header-landmark {
    display:none;
    }

    As always thank your for your continued great support. Hope this helps others.

    Stacey

    #20193

    John Allsopp
    Expired Member
    Post count: 399

    Hi Stacey,

    You had the old version of the X compatibility plugin. The current version is 1.0.3 but i see that you don’t have an update message.

    I have just made the changes to your plugin file for you but temporarily disabled the update function, and the breadcrumbs are now working.

    #20198

    thebirdiemachine
    Expired Member
    Post count: 246

    I am still having a little bit of a problem…I still get my Blog Title (The Hydrant) appearing on the DETAILS page(s). So I have both the breadcrumbs and the Blog Title LOL!

    http://www.muttmaps.com/restaurants/united-states/massachusetts/boston/outdoor-dining/stephanies-on-newbury-street/

    I wonder WHY I did not get a message to update??? How do I re-enble the update function.

    #20317

    ak
    Expired Member
    Post count: 67

    Hi,

    I tried looking for a solution the discussion above but could not find it.

    X theme compatibility plugin – Activated
    – The breadcrumbs in the integrity theme is not working.
    – The search widget is not aligned.

    X theme compatibility plugin – De-activated
    – The breadcrumbs in the integrity theme is working.
    – The search widget is better aligned.

    Need help to resolve this.

    Thanks
    Ajay

Viewing 15 posts - 61 through 75 (of 98 total)

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

Open Support Ticket