Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
The devs fixed this:
Hi,
Review image max upload size now uses the GD max upload file size setting – CHANGEDNow review image max upload file size also uses global GD file size upload which is set from GD -> General -> Maxi upload file size(in mb)
Also,
– Validation to upload image types extension added.
– Text messages are now translatable which are not translatable early.This will be available from the next version of MultiRatings, to be released next week.
Thanks
Hi Colleen,
I’m sorry I missed a message from the developers.
Hi Paolo,
Some themes style conflicts with popup image style and this is already fixed but will be available in next version release 1.5.4.
Please check my above post of “Oct 5, 2015”.
===
Image gallery lightbox popup image stretches problem with some themes – FIXEDTo quick fix please go to WP Admin -> GeoDirectory -> Design -> and add following css line in “Custom style css code”.
#lightbox-container-image #lightbox-image { max-width: none; }
===
Thanks
I’ve already applied the fix to your website.
Thanks
October 16, 2015 at 5:30 pm in reply to: Split: Geo-Travel – Create similar homepage like demop #57225You are welcome 🙂
Hi,
most websites out there use a “report this” system to get help from visitors, moderating their website content.
Something like: https://wordpress.org/plugins/report-content/ that could be easily added with their php snippet to all listings:
add_action( 'geodir_details_main_content', 'wprc_report_submission_form',60);Thanks
Hi,
I see you are using a plugin for that. I don’t think GeoDirectory has much to do otherwise it wouldn’t work in all other GD tabs like reviews or favorites.
You should ask to its developers to see if he can help.
It also add a shortcode inside each meta title [fa class=”fa-bookmark”] | Favourites | Urbanfix…
Thanks
p.s. GeoDirectory already adds the font-aswesome css to your website…
HI,
I thought you were referring to the search form. It is not possible to add place holder for all input fields of the add listing form, without doing a massive customization of the function that creates the add listing form.
Thanks
Hi,
no it is not and it would require a complex customization. Images are saved in different database tables.
Thanks
Hi,
if the link is not present anywhere on your website, they should not be able to access it.
GeoDirectory doesn’t provide the option you are looking for, this was a possible workaround to accomodate your needs.
Thanks
Hi,
I’ve just double checked and it seems to be working fine for me too now.
Sorry about it Stiofan 🙂
Let us know,
Hi,
this happened because you had WPML installed and not correctly setup. Places were not translatable.
In this case WPML didn’t know for which language that listings was.
I’ve enable places to be translatble via WPML and now it works.
Thanks
Hi,
you can’t show the entire USA, because with the free plugin you can only submit listings in one city (Philadelphia in your case).
You will need the MultiLocations add-on for that. https://wpgeodirectory.com/addons/multilocation/
Currently your map is set to autozoom so it will zoom to include all listings position, found in your database.
Let us know if this helps.
Thanks
Hi,
the problem here is that you are adding the banner as background to a div that spans full screen, that’s why it is sitting on the left.
You should remove the custom css you added for header and add it to #inner-header.
#inner-header { background-image: url("http://www.sustainablehomes.com/inc/themes/gdchild/images/sthupobanner.png"); background-size: contain; }With background-size: contain, you make sure the image fits the div.
At this point you can remove the margin I gave you for the menu as it’s no longer necessary.
Thanks
October 16, 2015 at 4:34 pm in reply to: Using columns on Advanced Search Filter, or using Multi Selector #57207That sounds correct…
Thanks
You are welcome 🙂
-
AuthorPosts