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
  • #20320

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    if the child theme has different html output, the compatibility plugin becomes almost useless and will have to be adapted to the new templates.

    I’ll ask John to see if he can point you in the right direction. We would need at least a URL though.

    Thx

    #20327

    ak
    Expired Member
    Post count: 67
    This reply has been marked as private.
    #20396

    John Allsopp
    Expired Member
    Post count: 399

    @thebirdiemachine

    
    
    .x-landmark {
         display: none;
    }
    
    .x-breadcrumbs-wrap {
         width: 100%;
    }

    You could also add text-align:left; to the second statement if you want your breadcrumbs on the left instead.

    #20401

    John Allsopp
    Expired Member
    Post count: 399

    @ak
    X changed the way they display breadcrumbs – i’ll need to find their changeling to see exactly when that happened, but you are using an old version of their theme.
    If you update your parent theme to the latest version we will be able to get this sorted for you.

    #20414

    ak
    Expired Member
    Post count: 67

    Hi John,

    I have updated as adviced.

    #20420

    John Allsopp
    Expired Member
    Post count: 399

    Tried to take a look but it seems you have memory issues….

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 90 bytes) in /home/takher33/public_html/childcareindia.org/wp-content/plugins/wordfence/lib/wfBrowscap.php on line 87

    #20423

    ak
    Expired Member
    Post count: 67

    Updated as below

    php_value memory_limit 1024M

    #20434

    John Allsopp
    Expired Member
    Post count: 399

    @ak

    Hi, i have updated your compatibility plugin to work with the new version of X that you installed – breadcrumbs are working now 🙂

    #20530

    thebirdiemachine
    Expired Member
    Post count: 246

    @john Allsop

    Thank you. I am having a weird issue with desktop vs. mobile use and the headers (title display).

    On the desktop I have no headers which is fine (although I would like to actually have my blog title display – but only on the blog pages- but I am not sure that is possible at the blog title appear on the GD home page and maybe other if it is allowed), but on my mobile device I get headers on some pages like

    Details Pages for example:
    http://www.muttmaps.com/dog-parks-hikes/united-states/massachusetts/boston/dog-parks/peters-park-dog-run-joe-wex-dog-recreation-space/

    http://www.muttmaps.com (this one seems like a real problem the breadcrumb indicates that I am not even on the home page?)

    http://muttmaps.com/location/
    http://www.muttmaps.com/contact-us/
    http://www.muttmaps.com/us/
    http://www.muttmaps.com/privacy/

    #20533

    thebirdiemachine
    Expired Member
    Post count: 246

    I am wondering why the GD Search – particularly the buttons – do not pick up the X-theme style settings.

    Can this be fixed?

    Thanks
    Stacey

    #20554

    John Allsopp
    Expired Member
    Post count: 399

    Hi Stacey,

    It looks like the css for mobile view is more specific, so it is overriding the display:none; you added. Try adding this to stop the title appearing on mobile view:

    
    
    .x-landmark-breadcrumbs-wrap .x-landmark {
         display:none;
    }

    The buttons will only pick up the X theme settings if they haven’t been styled by the GeoDirectory stylesheet. Anything that has a specific class and styling applied by GD will override standard css. The only thing to do in these cases is to take the styles for the X buttons and apply those to the GD elements yourself through your style.css file.

    #20565

    thebirdiemachine
    Expired Member
    Post count: 246

    Thanks @Joh Allsopp. That fixed the it.

    I still however show Home > The Hydrant when I am on the home page (desktop & mobile) the url in the browser window is:

    http://www.muttmaps.com (which is my home page)

    #20624

    ak
    Expired Member
    Post count: 67

    Thanks John. The breadcrumb issue is resolved.

    However I am not able to figure out the issue with search bar when the “customize my search” gets activated.

    Regards
    Ajay

    #21950

    thebirdiemachine
    Expired Member
    Post count: 246

    Version 3.0 for X-Theme has been released. Any plans to test it’s compatibility?

    Cheers,
    Stacey

    #22066

    Paolo
    Site Admin
    Post count: 31206

    hi,

    I’ll ask John if he has access to it 1st of all. In case he doesn’t, would you mind sharing for testing?

    Thx

Viewing 15 posts - 76 through 90 (of 98 total)

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

Open Support Ticket