Guust
Forum Replies Created
-
AuthorPosts
-
Please have a look at https://wpgeodirectory.com/support/topic/beta-testers-invoicing/page/2/#post-306779
The VAT invoicing plugin is to be released very soon in its final version.
Have a look here: https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/
Thanks
Have a look here: https://wpgeodirectory.com/docs/faqs/claim-listing-link-not-showing/
Thanks
You’re welcome 🙂
Pretend you are adding a listing in the frontend, and see Google populate the City and region names. That will tell you what to use.
If you have duplicates, you can always merge them: https://wpgeodirectory.com/docs/manage-location/#mergeInstall this plugin: https://wpgeodirectory.com/docs/useful-plugins/#snippets
Then create a snippet with this content:
add_filter('geodir_show_post_address', 'geodir_change_address_order' , 100 , 2) ; function geodir_change_address_order($html , $vars) { global $post, $preview, $wpdb; $field_icon=''; if (strpos($field_icon,'http') !== false) {$field_icon_af = '';} elseif($field_icon==''){$field_icon_af = '<i class="fa fa-home"></i>';} else{$field_icon_af = $field_icon; $field_icon='';} if(!$preview) { $html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">'; $html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af; $html .= ' Address: '; $html .= '</span>'; //print_r($_POST); if($post->post_address){ $html .= '<span itemprop="streetAddress">'.$post->post_address.'</span><br> ';} if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span>, ';} if($post->post_region){ $html .= '<span itemprop="addressRegion">'.$post->post_region.'</span> ';} if($post->post_zip){ $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span><br> ';} if($post->post_country){} $html .= '</p>'; } return $html ; }Whether the post page can have a sidebar depends on the theme you are using.
This should assist with changing the address layout: https://wpgeodirectory.com/docs/changing-the-layout-of-addresses/
Unless you have made any changes to the theme itself, which is to be avoided, you should not loose anything on your website.
Thanks.
I am not sure we have the answer to that one, but the BuddyPress forum should be able to help you.
Thanks.Can you post your URL and WP admin details in a private reply please, then we can check your settings for you.
1. I cannot find why the listings cannot be submitted from the frontend. I’ll get the developers to have a look after the weekend.
2. Supreme cannot have footers on listings and location pages.
1. Go to GD > Design > Listings and disable the sidebar
https://wpgeodirectory.com/docs/layout/#directory2. Please see https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-number-of-listings-per-page/
3. Grid 4 will only show 4 in a row.
To set that go to GD > Design > Listings > Listing content section viewThanks
The new shortcode will not work yet in GD 1.6.15
It will only be included in the next version.Some more info as to how things work:
S2 works by hiding pages and content from visitors and users.
A basic membership would unlock some of these pages.
A higher membership would unlock more pages etc, the higher the membership, the more content becomes available incrementally.
You can only have one membership at the same time.
GD allows users to submit listing using the Add Listing page.
So all you do is hiding some Add Listing pages from some levels of membership.
There is no connection between S2 and GD.
S2 is for user control, and GD is for directory listings.Is it possible to restrict a monthly membership to just one listing for both events and non-event memberships and also to just one listing but unlimited events for an events-based membership?
No, because all S2 will do is allow access to these pages for a specified level of membership and others above it.
And by default, S2 memberships are incremental, so if you want a level that only allows listings, and one that only allows events, you will need some customization.
The simplest way to do something similar is to have a free or cheap membership but charge for listings and events.
And create a free event package that only can be submitted by premium members.Should a member cancel their subscription, I would like their non-event listing to default/downgrade back to a basic free listing.
There is no connection between S2 and GD.
S2 is for user control, and GD is for directory listings.
So if a membership is cancelled, there is no effect on listings.
The simplest way to do something similar is to have a free or cheap membership but charge for listings on a recurring basis.This reply has been marked as private.It works correct from the producers page, so I guess it is some caching issue.
But I cannot find it, so I’ll get the developers to have a look. It might be after the weekend though. -
AuthorPosts