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?