Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
Hi,
we’ll need to have a look at your website for that.
Please share a link and possibly admin credentials in a private reply and we will have a look.
Thanks
Hi Jan,
please provide link, admin and FTP credentials again and I’ll ask Stiofa to follow up. I thin kwe totally missed this.
Sorry about it.
Let me know,
Thanks
Hi,
this one you could have found it by yourself with a search: https://wpgeodirectory.com/support/topic/featured-status-and-review-star-rating-in-the-sidebar-on-detail-page/#post-59992
global $post; if(isset($post->is_featured) && $post->is_featured){ // do your thing... }Also I’d suggest to have a look at the database table: wp_geodir_gd_place_detail
Thanks
January 3, 2016 at 6:34 pm in reply to: Category Page Description and Location Page Description #66399Hi,
there is a global variable geodir_location_geo_home_link
You could try something like this:
global $geodir_location_geo_home_link; if ($geodir_location_geo_home_link){//my custom description} else {//normal description}I haven’t tested it though.
Let us know if it worked.
Thanks
This reply has been marked as private.Hi,
we’ll need to have a look at the website to help you fix that. Images can’t be inspected.Please provide a link and admin credentials in a private reply.
Thanks
Hi,
it appears that our re-captcha is added to all comments form, not only GD reviews form and probably a plugin is removing the captcha widget from your posts (as Guust suggested).
Have you tried disabling non GD-Plugins to see if the captcha widget comes back?
Or would you prefer not to have the captcha widget added on posts and pages?
Let us know,
Thanks
Hi,
you need to create new columns for custom fields. The name of the column will be geodir_html_var_name.
So if the “html variable name” of your custom field is “fax”, you’ll need to add the colum geodir_fax to your CSV.
The best way to do this is to create a dummy listing with data in all custom fields and export it. The exported CSV file will have all custom fields already in place.
Let us know if this helps.
Thanks
Hi,
this must be done via function.php. If you want to do it in a new file, than you will have to inlucde that file from functions.php.
I’d just do it in functions.php directly.
Thanks
Hi,
you can remove that margins with this in GeoDirectory >> Design >> Scripts >> Custom css:
.home .geodir-common, .home .entry-content { margin-top: 0; padding-top: 0; } .home .article-header { display: none; }This article explains how to write this css by yourself: https://wpgeodirectory.com/docs/customizing-your-style/
Just FYI, it is almost simpler than using a VC IMHO.
Thanks
Hi,
with that code you should be able to deduce how to do this.
Please have a look at this topic and let us know if this helps better: https://wpgeodirectory.com/support/topic/custom-fields-3/#post-31897
Thanks
and sorry about the file name confusion, this month we’ll come up with something to eliminate this file names issues.
Thanks for your patience 🙂
January 3, 2016 at 5:32 pm in reply to: Geodirectory not publishing listings or displaying correctly #66383Hi,
the directory home page isn’t showing anything because the widget areas for it are empty:
GD Home Top Section
GD Home Content Section
GD Home Right SectionAlso all other GD widget areas are empty, so you basically haven’t finished setting up the site yet.
There is also a plugin that creating a conflict in the back end. I believe it is YITH WooCommerce Wishlist: https://wpgeodirectory.com/support/topic/drop-down-menus-in-gd-backend-design-area-not-working/
However you ahve so many plugins installed, that there could be something else. I’d suggest to disable all non GD Plugins to see if all problem disappear and if one of them is the culprit, re-activate one by one until the problems come back to point one which one is causing this.
Let us know if this helps.
Thanks
-
AuthorPosts