Paolo
Forum Replies Created
-
AuthorPosts
-
This is the developers reply:
I checked and don’t see any problem in listing description for chinese characters. Please see http://silong.woonb.com/schools/ there is already “read more” for “stoney creek school” listing description.
The listing description trimmed by using WP function wp_trim_words() (@see https://core.trac.wordpress.org/browser/tags/4.4.2/src/wp-includes/formatting.php#L2960). On site current setting for “Description word limit” is 50 words, and as per this settings the description with chinese characters are trimmed correctly.Basically you need to reduce the words number.
Thanks
Hi,
that’s normal, when a listing has no image the place holder only appears in indexes to avoid having a hole when in a index there are listings with and without images. On the detail page that is not needed.
Thanks
1) you are probably missing the Listing success page, go to GeoDirectory >> Permalinks and make sure there is a page selected for that option. If you don’t create a page for that or go to GD tools and run the tool to fix the GD Pages.
2) You will need to add the Loginbox widget somewhere on your website. That will show the links to My Place and favorites when logged in.
3) You can only sort by Featured, not by pricing, so all featured will be on top and non-featured will be below the featured listings.
Thanks
Hi,
I quickly tested your code in a demo and it seems to be working just fine.
Let us know if you see any glitch and we will double check it.
Thanks
This reply has been marked as private.Hi,
when we changed our ecommerce system at the end of January, we also changed affiliate system. We sent an email to all affiliates to let them know about this, asking to register in the new system and use the new links.
Didn’t you receive it?
I see you on the list. (maybe it went directly into your spam folder?)
Let us know,
Thanks
Hi,
we would need your website credentials too, espeically to check about the notifications.
What is your VAT number, we’ll check on our side too. We have had almost no problems with EU vats so far.
Let us know,
Thanks
For the CPT, you can add this to your functions.php:
add_action('geodir_top_content','cpt_description',10,1); function cpt_description($page){ $cpt = get_post_type(); if($page=='listings-page'){echo get_gd_cpt_description($cpt);} } function get_gd_cpt_description($post_type) { $geodir_post_types = get_option( 'geodir_post_types' ); if (isset($geodir_post_types[$post_type]['description'])) { $desc = $geodir_post_types[$post_type]['description']; return $desc; } else { return ""; } }Thanks
Hi,
1) the free plugin allows to create a directory for a single location (city/town/village), you can extend that with the location manager add-on: https://wpgeodirectory.com/downloads/location-manager/
2) You can rename the tabs if using the custom post type add-on. You can also use a code snippet to do so, without the add-on and that will also allow you to re-order the tabs.
You can find the tutorial here: https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
Thanks
You are welcome 🙂
Hi,
the link to add a franchise from the front end can be found in the sidebar of all the listings of one franchise.
Let us know if that helped.
Thanks
Hi,
please provide a link and admin credentials and we will have a look.
Thanks
Hi,
please provide a link and admin credentials and we will have a look.
Thanks
Hi,
you’d need to add
<?php echo category_description(); ?>Into archive.php below the ending tag and before the loop.
I asked to the developers to let me know about the CPT description, because there isn’t really an html field for that where you can add a translation for the front end.
Thanks
Hi,
I’m sure you have the rights and the orange icon next to your “GD Translator” status confirms it.
Please see image attached. Don’t you see the highlighted “Waiting” link?
Let me know,
Thanks
-
AuthorPosts