Paolo
Forum Replies Created
-
AuthorPosts
-
inspect element and style.css go together. With inspect element you get the css to add to style.css whenever you need to change STYLE. Size, color, position of any graphic element of the website.
In functions PHP you add code to change functions. (how the system operate and what it displays).
Thanks
Hi,
clicking pintpoint now does what is expected. It scrolls back up where the map is and opens the infowindow of the marker for the listing selected.
I changed width of your map to 100% and it seems to be working?
Let us know,
thx
This reply has been marked as private.If you are searching the custom fields as keywords in the “Search for” field, that will not work.
The keyword field only looks into Title, Content, tags and catgeories.
For the custom fields, you must activate the custom field as an advance search filter.
A quick example here: https://wpgeodirectory.com/docs/advanced-search-filters-addon-search-by-distance/
Let us know if this helped.
Thanks
Hi,
non of the GD addons could do that during an update.
We have no code related to blog posts at all.
Either you didn’t save your changes or you clicked on a revision link and reverted to an old version.
Have you checked if you have the latest version between your revisions?
Let us know,
Thanks
If ajax calls are returning 500 internal server error, the social importer will not be able to work.
Please ask to your server admin to solve the 500 error.
Thanks
November 23, 2015 at 6:02 pm in reply to: Can users who have posted a listing comment on reviews? #61250Hi,
1) That is correct. Listing owner can reply to review.
2) the more link is to show users uploaded pictures on reviews and to see the multiratings.
If you test on any review with images attached you’ll see what I mean.
Thanks
Hi,
the featured image is set automatically taking the 1st picture uploaded using the GD uploader.
let us know if this helps,
Thanks
Hi,
you can import them as gd_place (Places) instead, or any other custom post type except events.
Thanks
Hi,
the correct code for my understanding should be:
add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 ); function wpdocs_dequeue_script() { if (!geodir_is_geodir_page()){ wp_dequeue_script( 'geodirectory-choose-ajax'); wp_dequeue_script('geodirectory-goMap-script'); wp_dequeue_script('geodir-jRating-js'); wp_dequeue_script('google-geometa'); wp_dequeue_script('geodir-on-document-load'); wp_dequeue_script('geodirectory-script'); wp_dequeue_script('geodirectory-jquery-flexslider-js'); wp_dequeue_script('geodirectory-lightbox-jquery'); wp_dequeue_script('geodirectory-jquery-simplemodal'); wp_dequeue_script('geodirectory-jquery-ui-timepicker-js'); } }I’ll ask to Stiofan to check it and let us know what we are doing wrong.
Thanks
Hi,
you can’t remove columns from the file. Blank the data instead. The column post_id must be there or import will not work.
You can’t import events without dates. they are mandatory fileds.
You must put at least a dummy date and edit them once you have the correct date.
Thanks
HI,
we never tested, but it should.
Just do a backup of your database before testing.
Thanks
This reply has been marked as private.Hi,
try this into your custom CSS:
.site-logo img { max-width: 100%; }Thanks
Hi,
website takes far too long to load for me to even test it.
Please let us know your location so that we can emulate it.
Thanks
-
AuthorPosts