GD Compatibility Pack for X released
This topic contains 97 replies, has 10 voices, and was last updated by John Allsopp 9 years, 9 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Geodirectory, x theme
-
AuthorPosts
-
July 22, 2014 at 9:45 pm #9487
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!! =)
July 22, 2014 at 10:22 pm #9494the image is giving me upload error, i dont know if it is going
July 22, 2014 at 11:13 pm #9501Hi,
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.
July 23, 2014 at 12:19 am #9508thanks 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!
July 23, 2014 at 1:11 am #9510another issue, with this hook of the search bar it is wrong on mobile devices…
July 23, 2014 at 10:53 am #9554Hi,
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 🙂
July 23, 2014 at 2:30 pm #9596thanks 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?
July 23, 2014 at 3:51 pm #9614It 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.
July 23, 2014 at 5:51 pm #9623thanks man! you’re great!!
July 26, 2014 at 2:50 pm #10035The 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.
July 26, 2014 at 6:16 pm #10046ok 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!
July 26, 2014 at 7:46 pm #10053I 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
July 26, 2014 at 9:55 pm #10061Hi @migs,
Please add the following to your child theme – i will add it to the plugin’s next release
.x-colophon.bottom { clear: both; }
July 26, 2014 at 10:19 pm #10062Hi @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.July 27, 2014 at 4:15 am #10079 -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket