Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
this could be due to :
1) the location page being corrupted or deleted (go to GD Tools and run the tool to fix gd pages to fix this)
2) No page is selected for the location page in GeoDirectory >> Permalinks
3) A faulty 301 redirect stuck in your .htaccess file
Let us know if this help, if it doesn’t we will need your wp admin and FTP credentials to have a look (you can set reply as private for moderators only).
Let us know,
You are welcome 🙂
you are welcome 🙂
It is not google finding them is the plugin generating the sitemap and as I told you, you should really ask for support to them, not to us.
If asking them, they’ll tell you where and how thier plugin is finding those faulty URLs and it is effectively GD’s fault, than we will correct whatever they say it is not correct.
But as of now, it seems like the problem isn’t coming from GD.
Thank you
Hi,
there are plenty of wrong locations.
Country, Region and City name must be identical to what Google Maps API provides.
all, Piemonte, Italia
Bologna, Emilia-Romagna, Italia (twice, just merge them)
Collegno, all, Italia
Ferno, all, Italiaand so on…
I don’t know where Yoast SEO is picking up those URLs, I know I don’t get this type of errors.
I’ll ask to Stiofan to have a look and see if it’s anything obivous that I’m missing.
Thanks
Hi and sorry for the delay,
1 as Stiofan said having the prices and payments add-on installed, this label for tags is taken over by the payments po file. I did a quick test on your website and it works.
2 I just resaved your po file and uploaded the mo file generated and it works.
3 The price text is custom text entered by you. We can make it translatable like custom fields, but I’m not positive it’s already feasible. I’ll ask developers. The rest is working
4 Widget titles are translated via WPML because they are user generated strings, not po file
5 Ask Avada support for this
6 Not sure this can be done. I need to ask to Stiofan.
Thanks
Hi,
this should be fixed, please check and let us know…
Thanks for your patience,
Hi,
please check now.
The divi page builder works on normal pages only, not on archives or pages created by plugins.
Thanks
Hi,
I can’t recreate this on any of our demos.
Please provide admin credentials in a private reply and we will check your settings.
Thanks
The featured image can be found in :
/wp-content/plugins/geodirectory/geodirectory-assets/images/featured.png
To change it you can create your own, upload it on your website and get the URL of the new image, add this to GeoDirectory >> Design >> Scripts >> Custom CSS
ul li .geodir_featured_img { background: rgba(0, 0, 0, 0) url("ADD THE NEW URL HERE") no-repeat scroll 0 0; }and you will have changed the 1st banner.
For the new banner the procedure is the same:
Image can be found in : wp-content/plugins/geodirectory/geodirectory-assets/images/new.png
and this is the css needed to override the original:
.geodir_new_listing { background: transparent url("ADD THE NEW URL HERE") no-repeat scroll left top; }Let us know how you went.
Thanks
The video can be removed from wthin the custom field options. Where it says “show in sidebar” select no.
This code in your active theme functions.php will show the lat and long in your sidebar below the address.
add_action('geodir_after_show_post_address','my_theme_add_lat_lon',10); function my_theme_add_lat_lon(){ global $post; if(isset($post->post_latitude)){ echo "<p>".$post->post_latitude."</p>"; } if(isset($post->post_longitude)){ echo "<p>".$post->post_longitude."</p>"; } }This is basic, you’ll need to add title or some html if you want to style it.
Let us know how you went.
Thanks
Hi,
you had no content or sidebars enabled.
for home you had the content area unticked and all sidebars set to show nothing.
If you just want the map andnothing else on the home page, is better to hide those sections with css.
Let us know
Thanks,
you are welcome 🙂
Hi think the problem is coming from the plugin serving the cookie policy.
Can you please try to disable that and see if the problem goes away?
Let us know,
Thanks
This reply has been marked as private. -
AuthorPosts