Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the pictures are stored in the uploads folder, but we avoid the media uploader because it creates a post (type=attachment) for each media uploaded, 4 if you have thumbnail created too.
Basically in your database you’d end up having 1 post for the listing and 1 to 4 for each imaged uploaded. It would become too big too fast and depending on your server, it would make your website unusable after few hundreds listings.
The only solution would be to add the image via URL. Right click on any image on the front end that you want to re-use and copy the image URL. Go to your add/edit post page, click the add media icon, click on “insert from URL” and paste the image URL that you want to use.
Hope this helps,
Thanks
Ok, I’m really sorry, now I see what you mean.
I’ve asked to the team to fix it.
To fix this now quickly, please add this to GeoDirectory >> Design >> Scripts >> Custom css
#geodir_wrapper h1 { width: 100%; }Thanks
October 16, 2015 at 8:20 pm in reply to: How I can display only one record for events lasting several days?? #57258Hi,
I’ve asked to stiofan if there is a hook to add the end date too in the listing listview template for events.
We’ll let you know,
Thanks
Hi,
* Yoast Analytics : YES
* Yoast SEO : YES
* Bad Behaviour : not sure probably YES
* SuperCache : NO (only caching plugin that works with GD is GD Booster)
* Jetpack most modules YES
* LoginLockDown : not sure probably YES
* Use Google Libraries : not sure if use GD Booster.The best way to see if a plugin is compatible or not is to test it and reoprt results here in case you have problems. If we can fix the problem we will.
Thanks
You could use plain html :
example:
<i class"fa fa-icon-name"></i>Thanks
Hi,
The user you provided doesn’t allow me to check network settings.
Did you network activate the GD plugins? If yes, please network deactivate them and activate them on each individual website where they are needed.
Let us know,
Thanks
Hi,
In web standards this is the definition and usage of the ALT attribute:
The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.
Using “rating icon” as the ALT attribute for a rating star image, can’t be wrong.
The fact that you have several on your pages, doesn’t automatically means you are keyword stuffing. Google can’t penalize anyone for using webstandards correctly.
Thanks
Hi,
it is the “email” field in Post fields for each price.
If an email is entered the “send inquiry” link will appear.
Let us know how you went and if you can’t make it work, please provide a link and admin credentials.
Thanks
Hi,
that string is available in the po file. (see image attached)
That is the only way to rename it, there isn’t a back end option for it.
Thanks
Hi,
that is currently not possible. Please see this alternative: https://wpgeodirectory.com/support/topic/make-listing-description-optional/#post-55624
Thanks
Hi,
I’m almost positive there are hooks that we can use for this. I’ll ask to Stiofan to provide an example.
He’ll probably reply tomorrow. Today he’s already off.
Thanks
Ok, I’ve found it and could recreate on our demo too. I have flagged this for the developer.
Thanks,
Hi,
I’m not sure of what option you are talking about:
1 listing per review option
Let me know,
Thanks
Hi,
all fields have classes already. Otherwise our own validation wouldn’t work. So you should be able to write your own JS validation.
However none of the above is provided out of the box.
Thanks
Hi,
Uncaught ReferenceError: geodir_advanced_search_js_msg is not definedIs due to the fact that you have no footer.
You can’t remove the footer entirely from a template, because WordPress adds script in them.
If you don’t want anything in your footer for the home page, leave it blank, but don’t remove it.
Same would go for the header, but that is less important. It breaks your page validation, but it still works.
Thanks
-
AuthorPosts