Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
December 5, 2015 at 5:39 pm in reply to: Place Settings: Saving customised sections after efit #62700Hi Alex,
the server must have some sort of pattern recognition and it somehow thinks it’s a hack attempt or something, while we are only trying to save data in the db via a normal wordpress ajax call.
Even when posting direct to admin-ajax.php and all we have is a
print_r($_REQUEST);exit;we still get 404 from that request, and WP has never been loaded.
You should ask assistance to your server admin, there is really nothing we can do about it.
If they are not willing to fix it, you should consider moving to a more flexible provider, we can help you with that.
Let us know,
Thanks
Did you disabled varnish in cloudways server settings?
If you provide cloudways credentials too, I’ll have a look.
Let me know,
Thx
Hi Stuart,
you only have GD Booster and the GD Buddypress integration installed.
Where is GeoDirectory?
You need to install the core plugin: https://wordpress.org/plugins/geodirectory/installation/
Let us know,
Thanks
I’ve replied here:
https://wpgeodirectory.com/support/topic/details-page-are-showing-differently/#post-62696
Let us know,
Thx
Hi,
you are using wordpress 3.6 (coupe of years old), current version is 4.3.1.
Is there a reason for it? If not can you please try to update?
Let us know,
Thx
Doing it from the database is really not a walk in the park unless you do an export / import of the whole database.
You’d need to export from several tables and you’d have to export selected data from them. Not the entire table.
It’s really not an easy task…
Why not using the built in import/export features?
Let us know,
There is no option to stop notifications.
Why not importing them as published directly?
Let us know,
Thx
Hi,
GeoDirectory >> Design >> Scripts >> Custom CSS isn’t a file, it is an options page.
Pls see image attached.
Thx
HI,
we’d need credentials to have a look at settings pls.
Let us know,
Thanks
Took me a while to figure it out too… 🙂 You are welcome
Hi,
with options you can’t the contact field adds the inquiry/send to friend form and that can only work in the details page.
You could display the email using a code snippet taking advantage of this hook: geodir_after_listing_post_excerpt
Please try this in your theme functions.php:
add_action('geodir_after_listing_post_excerpt' ,'geodir_my_new_listings_content'); function geodir_my_new_listings_content($tab_index) {global $post; echo $post->geodir_email; }Thanks
You are welcome, and thank you again 🙂
Hi,
you are using fixed header, the menu cannot move it.
Either you use fixed header or you use the mobile menu, you can’t use both.
Thanks
Hi YA,
would you mind giving us URL, admin and FTP of both websites. Having one that works will make it much easier to track down the issue. Let us know,
Thanks
-
AuthorPosts