justmark
Forum Replies Created
-
AuthorPosts
-
February 6, 2018 at 1:36 am in reply to: The Shop page of woocommerce is no working with Directory Starter Theme #416179
Just a heads up that the latest version of WooCommerce was withdrawn due to incompatibilities with some themes.
https://woocommerce.wordpress.com/2018/02/01/woocommerce-3-3-1-status-update/
February 3, 2018 at 8:38 pm in reply to: Advanced Search Filters has disappeared from my Downloads account #415797Thanks guys!
@Kor
I am trying out the code. So what do I do if I want to just show city and country as on GeoDirectory Experts? Do I delete:
if($post->post_address){ $html .= ‘<span itemprop=”streetAddress”>’.$post->post_address.'</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>So it only shows the City and Country?
Thanks for this Alex! I will explore the second option as the first plugin is no longer maintained. Maybe Stiofan would like to fork it?
Hmmm. Ok let me think this through. It would probably make things less complicated but I am not sure if I want it to apply to all CPTs. Thank you.
If I make these code changes do they apply to all CPTs?
Thanks Stiofan!
All the best!
Also, I want this to apply to only one CPT who are basically consultants that work from home.
So we basically delete the fields we don’t want to see, correct?
This can be done at the back end as well? I currently add all my listings.Interesting idea Alex!
I like the way GeoDirectory Experts is set up. City and country. That would work perfectly for home businesses.
https://geodirectoryexperts.com/experts/united-states/california/lake-elsinore/back-end/web-app-guy/
My approach is simple. If the data is publicly available, like an address, there is no need to request permission to post this to your directory. This would apply to businesses. For people I would request permission or just post their city/country details.
I am looking into this but from what I can tell is that the purpose of the law is what you do with the personal data you collect from your users and not the addresses you are posting on your directory website.
So for example if you collect credit card information and purchasing patterns and sell that information to somebody and are not transparent in what you are doing and have not obtained the owners permission you would be faced with consequences under this law.
For businesses, posting their address should not be an issue. For individuals this obviously can be so I would think you would need their permission.
Do not consider this to be legal advice. It is always best to consult an attorney in your jurisdiction for legal advice.
There are a ton of plugins to choose from.
Will do! Just having a look at the tool.
Hi @guust
The main reason I would prefer not to do that is because WP Jobs Manager (for example) has some great features that I am not sure how to replicate like RSS notices and the like. It’s all already built so instead of re-inventing the wheel I would be able to use that plugin for jobs with all its built in functionality and then be able to link that to a GD listing as a new tab.
I am just trying to figure my way around all of this but as someone who is not really a developer, using something already built and linking it to GD has a particular attraction.
Hope that makes sense.
-
AuthorPosts