Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Adele,
which tool did you use to export/import the database from the old to the new server?
There seems to be options missing from the wp_options table.
How did you change the URLs path in the DB? Via notepad or txt file editor? That would break serialized options.
You should use a tool like this: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Let us know,
Thanks
That shortcode doesn’t have a paramenter to filter individual categories.
Sorry
This reply has been marked as private.January 7, 2016 at 8:00 pm in reply to: no emails arriving for Send Enquiry or Send to a Friend #67354If using a STMP plugin doesn’t help, please provide a link and admin credentials and we’ll have a look.
Thanks
Hi,
I think images should be re-uploaded to the current month folder in uploads via FTP or moved from the original folder into the current folder.
If you provide a link, FTP and admin credentials I’ll check this for you.
Let us know,
Thanks
January 7, 2016 at 7:26 pm in reply to: how to add extra fields to the Send Enquiry form and email #67347Hi,
we only consider new features if voted by many members.
https://wpgeodirectory.com/requests/
Thank you
Ok, I understand now.
Did you try removing the schema tags from all elements of that function?
from this:
$html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">';to
$html = '<p class="" style="clear:both;">';from
if($post->post_address){ $html .= 'Address:<br><span itemprop="streetAddress">'.$post->post_address.'</span><br>';}to
if($post->post_address){ $html .= 'Address:<br><span>'.$post->post_address.'</span><br>';}and so on…
Let us know, I’ll ask to the theme developer to also share his thoughts.
Thanks
January 7, 2016 at 7:18 pm in reply to: no emails arriving for Send Enquiry or Send to a Friend #67342Hi,
in that case the problem isn’t with our plugin, but the server not playing well with wordpress.
In many cases you can resolve this by installing a SMTP plugin.
https://wpgeodirectory.com/support/topic/no-gd-emails-sent/
or
https://wordpress.org/plugins/tags/smtp
Thanks
You are welcome 🙂
Just removing the
tags shouldn’t break schema, what did you do exactly?Hi,
this is not possible.
Sorry
hi,
1) You need to add that code to your theme’s functions.php file as explained in that tutorial.
2) You need to install the custom post type add-on.
Please read our support policy to know when to expect a reply: https://wpgeodirectory.com/support-policy/
Thank you
Hi,
WordPress Managed Hosting with interal caching system will also break multilocations and advanced search.
We strongly suggest to stay away from them, unless you can manually disable the cache system.
Thanks
Hi,
1) is not possible. The top description is full width, you’d need to customize the template to change that and would be a complex customization.
2) is not possible, you cannot create a relation between listings that way. Only events can be linked to a listing.
Thanks
-
AuthorPosts