Paolo
Forum Replies Created
-
AuthorPosts
-
November 25, 2015 at 7:44 pm in reply to: SEO problem. Homepage cannot be indexed by crawlers #61507This reply has been marked as private.
Hi,
please provide a link and admin credentials in a private reply (only staff can read them) and we will provide the css needed to do that.
Thanks
Hi,
I can’t recreate this in any of my test websites.
Probably there is a conflict with another plugin.
Have you tried disabling the other captcha plugin you have on the login page?
I also see that you are using w3tc, which is not 100% compatible with GD. You should delete deactivate it and then delete it (both plugin and files it created in wp-content). The only caching plugin compatible with GD is GD Booster.
If the above doesn’t fix the problem, you should try deactivating all non GD Plugins and test. If that fixes the issue, you should reactivate the plugin one by one and test eevry time to find the culprit.
Let us know how you went,
Thanks
Hi,
that’s not possible.
Home Map and widgets each use their own queries and are not interconnected.
Thanks
Hi,
I don’t see any grey section on that page, everything looks white to me.
Let me know?
Thanks
Hi,
1) I’ve just tested on our demo and changing the status of the invoice from pending to confirmed, does also change the listing status from draft to published.
2) Just select publish in GeoDirectory >> Design >> Listings >> New listing default status
3) That is not possible.
If you want us to check the problem 1, please provide a url and admin credentials. Given that we can’t recreate this, we need to test on your website.
Thanks
November 25, 2015 at 7:03 pm in reply to: Determining Buddypress Author (or any author) From Listings Page #61496I’m sorry, I should have read the 1st question.
get_userdata returns an object.
https://codex.wordpress.org/Function_Reference/get_userdata
Depending on what the shortcode needs as parameter and I assumed it needs : username.
This should be something like:
$vendor_user_login->user_loginusing just :
$vendor_user_loginWill return the whole object and your shortcode will not work.
Let us know how you went,
Thanks
Hi,
please try this code instead:
add_action( 'wp', 'wpdocs_dequeue_script', 100 ); function wpdocs_dequeue_script() { if (!geodir_is_geodir_page()){ remove_action('wp_enqueue_scripts', 'geodir_templates_scripts'); remove_action('wp_enqueue_scripts', 'geodir_templates_styles', 8); } }This will remove all scripts realted to the core plugin. This will remove the bulk.
You may need another function for each add-on too if you want to remove those scripts too.
If you give us the list of add-ons you have installed, we will provide the code.
Thanks
November 25, 2015 at 6:54 pm in reply to: Determining Buddypress Author (or any author) From Listings Page #61494Hi,
you can display the author of a listing with the regular wordpress function:
the_author();https://codex.wordpress.org/Function_Reference/the_author
Buddypress or WordPress, this doesn’t change.
Let us know how you went,
Thanks
Hi,
I’ve just tried searching for both the keywords “bob” and “builder” and both worked.
Can you please tell us step by step what are the actions that return no results?
Do you have you location shared?
Let us know,
Thanks
Hi,
I’ve flagged this for Stiofan.
Thanks
Hi,
please provide a link where we can verify and possibly wp admin credentials in a private reply (only staff can read them).
Let us know,
Thx
Hi,
the right.jpg infowindow has been replaced with the present few versions back (couple of months).
The problem with that infowindow was the image that would appear in different sizes according to the format.
I’ve added a line of css to your website to fix the borderbox problem, this removed the scrollbar too. You find the css in your child theme style.css.
Thanks
Yes of course. If you want to stop loading GD on non GD pages, you will have to avoid using GD widgets or shortcodes on these pages.
Thanks
Hi,
adding the code provided here https://wpgeodirectory.com/support/topic/seems-not-to-work/#post-61243 in your theme’s functions.php file, should remove calls to GD scripts on all non GD pages.
Let us know if that worked.
Thanks
-
AuthorPosts