Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
currently you are using 1200px as max width of your website.
On a fullHD 1920×1080 resolution it will look narrower than on any lower resolution monitors.
The bigger and better the screen, the wider will be the margins on the sides.
This is normal.
Let’s make an example. wordpress.org see image attached.
With resolution 1600×800 the spaces on the right and left of the website container are much wider than on resolution 1280×768.
Our templates are designed using media query standards.
1 layout for desktop and laptop (no matter the resolution)
1 for tablet landscape
1 for tablet portrait
1 for mobile landscape
1 for mobile portraitThe best solution would be to reduce your max-width to something lower than 1200px in order to avoid seeing it completely streatched on very small resolution laptops.
You can also use media queries to make sure it looks identical on any screen resolution, but that’s not what we offer.
Thanks
Fixed and it will be in the next version. Fix has been applied to your website already.
Thanks
June 12, 2015 at 11:31 pm in reply to: Strange conflict with WP main menu (white screen on save) #42432Ok I was able to finally see it, I’ll ask to Stiofan to have a look.
He might need FTP and phpmyadmin credentials too.
Let us know,
Thanks
You are welcome! 🙂
June 12, 2015 at 9:22 pm in reply to: Strange conflict with WP main menu (white screen on save) #42422Hi again,
for me, unless you mention the theme, the main menu is Appearance >> Menu.
I’m guessing now you are taking about the Enfold Theme Option page? I tried that and it works, it saves and I get the “Alright Sparky” message (see image attached).
If that’s not the page either, please post a link because we have pretty different way of calling things…
If that is the page simply try to clear your browsers cache.
Let me know,
Thanks
This reply has been marked as private.Hi,
we have looked into having single listings with multiple addresses, but it’s impossible to achieve that. Each listing must have it’s own address or the system would become unusable.
The franchise system works like this:
1) When adding a new listing you are asked if it’s a Franchise or not.
2) When selecting yes, it allows to select which fields need to be locked.
3) Locked fields are identical for all listings connected and you don’t need to enter them again.
4) After adding the 1st listing of the chain (and pay if required), in the main listing you will find a link : add franchisee
5) If you click that link you are sent to an add listing form with only the unlocked fields (address, telephone for example)
6) At the bottom of the form you have 2 buttons, save or add a new franchisee.
7) When clicking save you are sent to pay, if required, for all franchisee added.
8) If you edit locked fields in the main listing, info is changed in all franchisee too.In prices, franchisee option can be enabled/disabled for each price package.
This is the best we can do.
Thanks
you are welcome! 🙂
No problem! Just FYI, we read all reply posted on resolved topics too. Sometimes it just takes a little longer to reply…
Thanks
The signup page is created by GeoDirectory at this URL
http://yoursite.com/?geodir_signup=true
example:
http://wpgeo.directory/?geodir_signup=true
Which is where the add listing form redirects non logged in users.
However on your website that URL doesn’t seems to be able to bring up the sign up page for some reason.
The problem could be caused by a plugin or the theme, so I’d need to quickly switch theme back and forth and try to deactivate all non GD plugins to see if we find the culprit.
Once we know if the problem is in the theme or in one of the plugins, we can find a solution.
Let me know if I can proceed.
Thanks
Ok, the error appears only when you ahve more than 1 best of widget in a page. I dont’ think the widget was designed with that in mind.
I’ve asked to the developers to have a look.
Thanks
Hi,
I’ve forwarded FTP to Kiran who will let us know as soon as possible.
Thanks
As Simone said in another topic the server is returning an ajax error…
Thanks
Hi,
some themes override GD design settings and GeoTravel is one of them.
Adding this to GD >> design >> script >> custom css
.post-type-archive-gd_place .content { width: 100%; } .post-type-archive-gd_place .geodir_category_list_view li .geodir-content { float: left; margin-right: 0; width: 70%; }Will solve it.
Thanks
Hi,
in the GeoTravel theme there is this css:
.geodir_category_list_view li.geodir-gridview, .widget ul.geodir_category_list_view li.geodir-gridview:last-child { background: #fff none repeat scroll 0 0; border: 1px solid #bfefff; padding-bottom: 10px; }line 1044 of https://www.sandiegoexpertpanel.com/wp-content/themes/geodir_geo-travel/style.css?ver=1.0.0
You can either remove it, or in GeoDirectory >> design >> script >> custom css add:
.geodir_category_list_view li.geodir-gridview, .widget ul.geodir_category_list_view li.geodir-gridview:last-child { background: #ececec none repeat scroll 0 0; border: 1px solid #e1e1e1; padding-bottom: 15px; }Thanks
-
AuthorPosts