Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
Hi,
I tested adding the extra var in the URL of all our demos and the home page doesn’t change:
https://wpgeo.directory/supreme-directory/?testevar=1
https://wpgeo.directory/?testevar=1so the problem I doubt comes from our plugin.
if you provide a link and admin credentials in a private reply, we will have a look, but it’s most likely something caused by another plugin, the theme or a wp setting.
Let us know,
Thanks
Hi,
the settings for this are in GeoDirectory >> Notifications.
If they are all set to on, I’d do a test with the email log plugin activated to see if the application is passing the email to the wp_mail function.
If it does, the problem can only be at server level and SMTP should solve it.
Let us know,
Thanks
Hi,
please go to design >> details and disable the share this section.
I’ve seen it creating problems to few other websites since yesterday. I think sharethis service has changed something.
The developers are alerted, but disabling it for now should fix your problem.
Let us know,
Thanks
Hi,
there are few things that are not correct.
1) the file was saved with wrong separators.
CSV means Comma Separated Values.
If I try to open your file as CSV, I get all data in the 1st cell (see image attached 1.jpg)
If I try to open it using semicolon as separators it looks as it should (see image attached 2.jpg)
You need to open the file and save it with the correct separators. Please see: https://wpgeodirectory.com/support/topic/bulk-csv-importer-now-working/#post-131913
2) The location ID column should be blank when importing. The application will set the ID after the import is completed.
3) You don’t really need to import the locations in advance. You can set your default location and in MultiLocations settings set the directory to only use the default Country. So the directory will be restricted to Switzerland.
Locations are created automatically when adding new listings from the both the front or back end. They are also created automatically when importing listings in bulk.
Hope this helps.
Thanks
Thanks for letting us know 🙂
Hi,
yes SSL is required now for GeoLocation of most browsers.
Plugin should always be updated, especially if you update WordPress.
Thanks
Hi Thierry,
sorry for the late reply. This is very very strange, did you set that CPT to be locationless at one point?
I believe we will need FTP and phpmyadmin or cPanel credentials to solve this.
Let us know,
Thanks
This reply has been marked as private.Thanks for letting us know 🙂
In that case the only solution without a customization is to add it to the more info tab.
Adding it to the main content area would require code customization.
Thanks
Hi,
if you want to hide a widget title in the entry content and not the sidebar, you need to target the CSS more specifically.
Example:
.widget-title { display: none; }Will hide them in the entire page.
.entry-content .widget-title { display: none; }Will hide them only in the main content area.
.sidebar .widget-title { display: none; }Will hide them only in the sidebar.
Hope this helps.
Thanks
Hi,
I replied in that topic to your answer.
That’s how GeoDirectory works. It creates an index for each listing type:
https://wpgeo.directory/supreme-directory/places/
https://wpgeo.directory/supreme-directory/events/Thanks
Hi Malcolm,
I’ve flagged this for the developers, they will let us know asap.
Thank you,
Hi,
that is supposed to happen out of the box. If you don’t get any of these notifications, you probably have an SMTP problem. There are several plugin that will allow you to fix this: https://wpgeodirectory.com/support/search/?bbp_search=smtp
Let us know how it goes,
Thanks
-
AuthorPosts