Paolo
Forum Replies Created
-
AuthorPosts
-
that’s weird, is it the same in posts and pages? Would you provide a link and wp admin credentials pls?
Thx
January 30, 2015 at 10:25 pm in reply to: problem with the widget "gd buscar " :/"gdlook for" #29284Is the option in GD >> MultiLocations >> Disable Google address autocomplete? (down at the bottom) checked?
If it is not, please provide a link and wp admin credentials so that we can have a look.
There could be a javascript error.
Thanks
It’s been solved already and will be in next version.
Thx
you’re welcome… 🙂
Hi,
you should still be able to do it.
If you don’t see the “Allow comments” checkbox, click on “screen options” on the top right of your screen and check “Comments”.
See image attached and let us know if this helped.
Thx
Hi,
you should disable that module of jetpack. We haven’t fully tested compatibility with it yet.Thanks
Hi,
I’d add the image with a text widget into your Gd Header Right widget area.
<img style="max-width:500px;" src="http://cotswoldalluredirectory.co.uk/wp-content/uploads/2015/01/Cotswold-Allure-728-Banner.png">Example in image attached.
Using a background image to add a responsive banner isn’t a viable option.
Thanks
Hi,
yes you can import CSV with neighbourhood names, but this will not create the neighbourhoods in the system. Only main locations are created via CSV import, everything else, such as catgeories, custom fields and neighbourhoods must be be created in the system before importing.
For neighbourhoods you need to add this column in your csv :
post_neighbourhood.
For custom fields you will add the column using the HTML variable name of the custom field adding geodir_ as prefix. So if you created custom field Non Smoking with HTML variable name
nosmokingyou will need column
geodir_nosmokingin your csv.
Thanks
January 30, 2015 at 8:15 pm in reply to: Woocommerce Items in Detail View tab show 1st item in grid view/bubble #29271If the vendor is the user ID and the user has claimed the listing or he submitted it directly, than
the_author_meta('ID')should be what you are looking for. If it’s not the ID the_author_meta args are:
user_login user_pass user_nicename user_email user_url user_registered user_activation_key user_status display_name nickname first_name last_name description jabber aim yim user_level user_firstname user_lastname user_description rich_editing comment_shortcuts admin_color plugins_per_page plugins_last_view IDLet us know,
Glad you found the solution. 🙂
And thanks for sharing it in the forum…
Hi,
we barely started planning the API development. We hope to have them ready by GD’s 1st birthday which is April 21st, but it’s not going to be easy.
Thanks!
Hi Mike,
it’s in the queue for the next batch of releases. If everything goes well we should have it ready for tomorrow.
Thanks
Hi,
you could use a combination of function in your theme header.php file.
You could use a combination of 3 wordpress function.
is_front_page()
http://codex.wordpress.org/Function_Reference/is_front_pagewp_is_mobile()
http://codex.wordpress.org/Function_Reference/wp_is_mobileand
wp_redirect()
http://codex.wordpress.org/Function_Reference/wp_redirectsomething like before the
tag of your header.php
:<?php if ( wp_is_mobile() && is_front_page() ) { wp_redirect( 'http://www.example.com', 301 ); exit; } ?>I haven’t tested it so user with care.
Let us know how you went.
Thanks
Most likely tomorrow.
ThanksTo be honest with you, I don’t understand what the problem is…
-
AuthorPosts