X-Theme Irregularities

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 9 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #35083

    jonesen
    Full Member
    Post count: 10

    Hey there,

    I’ve been having some formatting issues when using the GD plugin on my X-Theme powered site. I’ve got the X-Theme compatibility plugin installed but it doesn’t appear to be resolving the issues. The main problems are as follows:

    1) There is a gap between the top section widgets and the navigation window. On the “listing” pages it appears as blank but on the “detail” pages it shows as “The Blog”. How can I remove this?

    2) When using the GMap-Home Page widget, the map overlaps the top of the next widget.

    3) The “Popular Categories” aren’t spaced properly – they are shifted over to the left side of the screen.

    Thanks in advance for your help – good plugin!

    #35140

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the compatibility for X has been added to core. The compatibility plugin is now useless.

    Do you have X selected when you go to GD >> Theme Compatibility?

    If you don’t please go to GD Tools and run the tool to Clear GD Versions. That will run the upgrade script again and it will autodetect X.

    In case the above doesn’t solve the problems, please provide URL and wp admin credentials in a private reply.

    Let us know,

    Thx

    #35170

    jonesen
    Full Member
    Post count: 10
    This reply has been marked as private.
    #35237

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    1 seems to be part of renew stack
    They suggest this: https://theme.co/x/member/forums/topic/remove-blog-title-but-keep-shop-title/

    I’d say you can hide it completely with :

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

    2) For this you can fix with:

    
    
    .map-places-listing {
        margin-top: -43px;
    }

    3) The popular category widget there is in added full width area, so that is how it would normally show. If you want to contain it you could add:

    
    
    .geodir-cat-list {
        margin: auto;
        max-width: 1200px;
    }

    4) for the claim modal:

    
    
    
    #geodir_claim_form h4 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    #simplemodal-container .row textarea {
        height: 80px !important;
    }
    

    All this css can be added to GD >> design >> scripts >> custom css.

    Let us know how you went.

    Thanks!

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

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

Open Support Ticket