Paolo
Forum Replies Created
-
AuthorPosts
-
hi,
there are few themes that removes it.
I think both Whoop and GDF.
Thanks
hi,
you can use something like this:`
global $post;
if ( $post->package_id == 1) {
// your custom code here;
}
else {}`This is for 1 paid package id only, if you have more than one this part
if ( $post->package_id == 1)will become like this:
if ( $post->package_id == 1 || $post->package_id == 2 )You will need to change the price package IDs to reflect your current ones.
Let us know how it goes,
Thanks
Hi Roelien,
let us know if you need help or anything. I’m not sure why you opened this topic.
Thanks
If you use a full width page for them, you have full control wih beaver builder.
Thanks
Hi,
I’m sorry, but we don’t provide customization services.
Thank you
hi,
For the system to work correctly, the database must use what the Google Maps API returns and accept as data.
The only way you can use the system with abbreviation is if you don’t allow users to submit listings from the front end and you disable this 3 options at the bottom of the MultiLocations settings page:
1 Disable Google address autocomplete?
2 Disable set address on map from changing address fields
3 Disable move map pin from changing address fieldsIf you allow users to add listings, they will have to find and add manually the lat and lon coordinates, the system won’t be able to find the using abbreviations.
Still this wouldn’t be 100% error free, users could still create listings with the complete country or region name, creating duplicates.
FYI:
urls shorter, much shorter, which is better for users and SEO.
I’m sorry, but this is an assumption and there is no data to prove it.
Hopefully this makes it 100% clear once and for all and we can close this topic.
Thanks
Hi,
the only one I’ve briefly tested is Beaver Builder. You’ll have to activate it for the GD CPTs.
Thanks
February 6, 2017 at 8:30 pm in reply to: Near me Compass works on some mobiles but not others #356068Hi,
this has been flagged for a developer who will check and let you know is finding as soon as possible.
Thanks for your patience,
Hi,
please see: https://wpgeodirectory.com/support/topic/invalid-post-type-on-server-move/#post-338017
Let us know how it goes,
Thanks
Hi,
you reverted what I did (you probably save design settings having the old code in the CSS field).
I corrected it again, please make sure to avoid messing with it again. (log out and log back in before doing anything else.)
Thanks
p.s. your server is so slow that providing support is almost impossible. You should really consider upgrading your server or your visitors’ bounce rate will go through the roof.
Hi,
In Tools > Email Log I see more than one:
[Pik A Yoga] New User Registration
Are you sure it is not forwarded into the spam folder?
If it’s not, the problem must be SMTP related, please try to install a SMTP plugin: https://wpgeodirectory.com/support/search/?bbp_search=smtp+plugin
For the events widget, filter by must be : Upcoming. Now you have all.
Let us know how it goes,
Thanks
Hi,
we can’t recreate this in any of our websites, nor any other member reported anything like that. I would suggest to stay away from cheap shared hosting providers like hostgator.
https://wpgeodirectory.com/docs/server-requirements/
Can you please provide an example of an image that is cut off?
Thanks
HI James,
I asked to the developers if there is hook and code snippet that would allow us to change the link event to place logic and allow users to link their events to any place.
They’ll let us know asap.
Thanks
Hi,
they are sorted by popular (The category with highest number of listings), hence the widget name.
You can only that option with CSS.
Thanks
Hi,
that’s because of the custom css you had in Design >> Scripts >> Custom CSS:
I changed it from :
#geodir-wrapper { width: 1025px; margin: auto; }to :
#geodir-wrapper { max-width: 1025px; margin: auto; }and now it works again as it should.
Thanks
-
AuthorPosts