Problem with X-Theme 3.2.1 with X-Theme Compatibility Add-on?

This topic contains 5 replies, has 2 voices, and was last updated by  Stiofan O’Connor 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #29390

    sguilliard
    Expired Member
    Post count: 25

    Sorry if I’ve posted this in the wrong forum; there doesn’t seem to be a forum for this particulat add-on…

    After updating X-Theme to v3.2.1 (problem actually occured with v3.2.0) all the formatting seems broken.

    Having investigated, the code appears to be referencing a CSS class that no longer exists: x-container-fluid (seems to have changed its name to just ‘x-container’).

    I’ve managed to apply a kind of ‘fix’ by duplicating some of the .x-container class styling in a child theme and adding it as .x-container-fluid:

    
    
    
    /*********** START Fix For Geodirectory using .x-container-fluid *****************/
    
    .x-container-fluid{margin:0 auto;position:relative;*zoom:1}
    .x-container-fluid:before,.x-container:after{display:table;content:""}
    .x-container-fluid:after{clear:both}.x-container-fluid.max{max-width:1180px}
    .x-container-fluid.width{width:88%}.x-container-fluid.main{position:relative}
    .x-container-fluid>.offset{margin:35px auto}
    .x-post-slider-archive-active.x-container-fluid.main:before{top:0}
    .geodir-search input[type="submit"], .geodir-search input[type="button"] {
        line-height: 19px;
        margin-right: 0px;
        width: 15%;
    }
    
    /*********** END Fix For Geodirectory using .x-container-fluid *****************/
    

    This obviously isn’t ideal as I still keep coming across problems where I haven’t managed to go through every reference to .x-container-fluid

    Is there going to be an updated to the X-Theme Compatibility add-on or have I wasted my time because I’ve seriously missed something? Am I the only one with this problem?

    #29393

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    We have just added compatibility for X into core, you should update GD core and deactivate x compatibility pack (should be done automatically).

    Let us know how u get on.

    Thanks,

    Stiofan

    #29398

    sguilliard
    Expired Member
    Post count: 25

    OK, just noticed that X-Theme addon no longer works since the GeoDirectory plugin update, and compatibility is now built into the theme.

    I think I’ll just keep my CSS in the child theme though! 🙂

    #29399

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great 🙂

    #29400

    sguilliard
    Expired Member
    Post count: 25

    Is there some documentation on the ‘Theme Compatability Settings’?

    #29401

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Not as of yet its new and i will be doing it this week. If you have any questions u can ask here.

    Thanks,

    Stiofan

Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket