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

    leandrorosa
    Free User
    Post count: 168

    oh ok, thanks for that…

    – any idea how to put the widget title (arrow in red) in the right place?

    – i’m also wondering why my sidebar has the CPT in one line and the search boxes and bottom on the other line. it was already like this? i thought it was one line only, can’t remember. (red squared)

    thanks for the help!! =)

    #9494

    leandrorosa
    Free User
    Post count: 168

    the image is giving me upload error, i dont know if it is going

    #9501

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Widget title needs a clear

    
    
    .geodir_full_page section.widget {
    clear:both;
    }
    

    Renew is overriding a style for the search which i need to include (thanks for spotting it)
    Try something like this as a start

    
    
    .widget .geodir-search select {
    width:26%;
    }

    You may need to play around with the width – i will take a look tomorrow as it’s gone midnight here and i need my beauty sleep.

    #9508

    leandrorosa
    Free User
    Post count: 168

    thanks John, I’m going to play around here.

    – the search bar I got ok;
    – the widget title is in the right place now, but it is not like the other widget titles on the site, it is without formating.

    stay beautiful, John! lol

    thanks for the help!

    #9510

    leandrorosa
    Free User
    Post count: 168

    another issue, with this hook of the search bar it is wrong on mobile devices…

    #9554

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Please add this to your plugin.css

    
    
    /* Media Queries
    --------------------------------------------------- */
    @media only screen and (max-width:767px) {
    	
    	.widget .geodir-search select,
    	.geodir-search input[type="text"],
    	.geodir-search input[type="button"],
    	.geodir-search input[type="submit"] {
    		margin: 0 0 10px;
    		width: 100%;
    	}
    }

    It will be included in the next release 🙂

    #9596

    leandrorosa
    Free User
    Post count: 168

    thanks John, what is it for? lol (sorry, no code experience, just giving my best to learn it all with your help!!)

    because when I put it, the search bar goes to 2 lines in the mobile version, but the CPT selector stays with 26% (because of the other css thing you told me; I took the css thing again and the search box of the web version goes back to 2 lines.

    did I make my self clear?

    #9614

    John Allsopp
    Expired Member
    Post count: 399

    It is css that specifically targets screen widths of less than 768px – typically tablets in portrait mode and mobile phones.

    Once i tidy up the search bar and we release the plugin update, you won’t have this issue.

    #9623

    leandrorosa
    Free User
    Post count: 168

    thanks man! you’re great!!

    #10035

    John Allsopp
    Expired Member
    Post count: 399

    The widget title you mentioned doesn’t have a “widget-title” attribute, so won’t pick up the styling. I will take a look at the core files & speak to the guys to see if it needs fixing.

    #10046

    leandrorosa
    Free User
    Post count: 168

    ok man, if you can please help me with this… but if you cant find an answer its ok too!

    i’m not sure if this is a X problem or what.

    another issue i’m having here is the top section of pages, I included the search bar in all the top sections but the home is different from the other pages. at the home the search bar is together with the header and on the other pages not, as you can see in the picture below.

    any idea of what might it be?

    thanks a looooot dude! i owe you guys a lot!

    #10053

    migs
    Free User
    Post count: 42

    I think there’s another issue.

    The footer is definitely not right on on the GD pages. All non-GD pages are fine.

    I didn’t have the footer active originally, so it’s only just come to light. Screenshots attached of both gd and non-gd pages.

    migs

    #10061

    John Allsopp
    Expired Member
    Post count: 399

    Hi @migs,

    Please add the following to your child theme – i will add it to the plugin’s next release

    
    
    .x-colophon.bottom {
    clear: both;
    }
    #10062

    John Allsopp
    Expired Member
    Post count: 399

    Hi @leandrorosa,

    On the homepage it is designed to be fullwidth because it accompanies the map – on the other pages it is designed to be above the content/sidebar area within the width of the main wrapper.
    This is something you could change with functions in your child theme, but it is not something i would change in the compatibility plugin because it would affect everyone.

    #10079

    migs
    Free User
    Post count: 42

    @john

    Hmmm, I thought I’d tried that, but I obviously missed something, as it’s just worked 🙂

    Thanks John (again)

Viewing 15 posts - 16 through 30 (of 98 total)

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

Open Support Ticket