Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
no need for it, we can keep the conversation here.
Thanks
Hi,
author should be an ID, in your case that user is ID = 2.
You cannot have – in post_address, post_city, post_region. They must all have an address (can be the city name), a city name and a region name.
Regions must be full words, abbreviations are not accepted.
You don’t have multilocations installed, so you can only submit listing int he default location: Cocoa, Florida, United States. Your listings are from everywhere.
There is only one listing that could be imported currently on your install and it is Cliff Berry Inc, if you correct everything reported above.
Thanks
For the 1st question:
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); add_action( 'geodir_detail_page_sidebar','geodir_action_details_slider',0);For the second part you can have a look at these:
https://wpgeodirectory.com/support/topic/individual-fields-for-template-of-details-page/
https://wpgeodirectory.com/support/topic/customize-your-pages-strictures-in-templates/
https://wpgeodirectory.com/support/topic/relocate-the-favorite-link-only/Thanks
Hi,
I can’t find the search form anywhere on your website?
Let us know,
Thanks
Hi,
you can use the action:
do_action('geodir_checkout_before_page_content');Example:
add_action('geodir_checkout_before_page_content', 'my_checkout_message'); function my_checkout_message() {echo 'My message here!';}You would add this in your theme functions.php
Let us know how you went.
Thanks
Hi,
about copying and pasting from other websites, that could carry over some unwanted formatting or characters. You should always paste in a text file and copy it from there, before pasting the data in your forms. That would remove any unwanted element.
I’ve tried logging in with both Firefox and Chrome and I get this error:
ERROR: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.
This could be part of the problem, in the error log I see errors about GD Lists, that is not compatible with you theme and another fatal error from the Events Add-on.
Is GeoDirectory activate and v 1.5.6 and all add-ons updted too?
As long as I can’t access he dashboard there isn’t much I can do to help. Can you ask to your server admin why am I getting this error?
Thanks
Hi,
please add this to your custom css for the search page:
.search-results #content { width: 100%; }and this for the select:
.geodir-list-view-select > select { width: 100%; }These things are due to the theme css, interfering with the plugin.
Thanks
December 23, 2015 at 6:43 pm in reply to: Integration checkbox within AffiliateWP settings is missing #65145Hi,
just tested with latest version of AffiliateWP and our integration and it works.
See image attached.
Please provide credentials and we will check on your website.
Thanks
Please ask to your server admin why /wp-content/plugins/ is replaced with /ext/.
If he doesn’t know, please provide wp admin and FTP credentials.
Thanks
Hi,
I’m not 100% sure I understand the problem, I’m sorry.
Could you explain with a bit more details and possibly provide a link and credentials were we can see this?
Thanks
The only way is with CSS, if you provide a link and possibly more details about what you want to achieve, we’ll tell you more.
Let us know,
Thanks
Hi,
I’m sorry but I don’t understand the question.
What do you mean by:
I tried changing the slug from ‘xxxxxxxxxxxxxxxxxxx’ to ‘xxxxxx-xxxxxxxx-xxxxx’ at Permalink Settings
Please clarify.
Thanks
Keep us posted…
Thanks
Hi,
the code I provided above is correct and works, we’d need to have a look at how you pasted it on your functions.php to see why it gives an error.
Please provide admin credentials in a private reply.
Thanks
-
AuthorPosts