Robert Davenport
Forum Replies Created
-
AuthorPosts
-
I see the plugin now…
That worked!
Thank you!!!
Hi Guust!
So I added a new file called add_new_gd_schema.php in wp-content/plugins using Filezilla FTP and copied the following code snippet you provided in your example located here: https://wpgeodirectory.com/support/topic/schema-type-for-custom-post-type-what-is-schema-type/page/3/#post-122410 and saved it and refreshed my cache in Google Chrome and even opened up a new browser login in FireFox and when I navigate to the “Place” categories, I’m not seeing the new schema for Product or Offers.
<?php
/*
Plugin Name: Add new GD Schema
Plugin URI: https://wpgeodirectory.com/
Description: This plugin adds new category Schemas to GeoDirectory Categories.
Author: GeoDirectory Team
Author URI: https://wpgeodirectory.com/
License: GPLv2 or later
*/add_filter(‘geodir_cat_schemas’, ‘add_new_schema’,10,1);
function add_new_schema($schemas){
//add new schemas
$schemas[‘Product’] = ‘Product’;
$schemas[‘Offer’] = ‘Offer’;
ksort($schemas);// sort array a-z
return $schemas;
}Please explain how to make this work…?
Thank you,
RobertOk, will do Guust!
In the meantime, we are using the v2 Supreme Directory theme and I don’t see where you have a child theme available for this particular theme.
What is your recommendation on using a child theme for the v2 Supreme Directory theme so that we do not loose any of our customizations?
Thank you,
RobertHi Guust,
What does this code get added…?
Thank you,
RobertThis reply has been marked as private.Hey Guust,
We did not change domains…we have GeoDirectory installed on both sites. Let me clarify…when you guys updated from v1 to v2; we used ShopHawaii.me as our test site for this update/upgrade….meaning that ShopHawaii.me was our first site we upgraded to v2 to work out any bugs or issues before we upgraded ShopRVA.com.
So the problem we are having as you can see in the video with ShopHawaii.me is that the v2 plugins are not allowing us to deactivate and update the license keys even though we’ve already paid for another year’s subscription…and the plugins are not updating.
So we’re not trying to change domains or move sites or servers or anything like that…we’re just simply trying to update the v2 plugins on ShopHawaii.me….Does it now make sense with what is going on?
Thank you,
RobertHi,
So can someone please explain how and where to go about updating the licensing keys and plugins (and in which order) if the existing licensing keys have already expired and I’ve paid for another year of renewal…for ShopRVA.com…?
Thank you!
Robert
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Yes.
Kiran,
That’s the baffling part of this! I had already upgraded to v2 over 3 months ago and had already setup the new pricing plans, payment gateway etc. etc.
So are you telling me that you did not login and try to go thru the update process from our backup restore to see what is happening?
This reply has been marked as private.Hi Guust,
This definitely helped us setup our packages for free and paid.
We still have one question to ask that we’re not seeing a solution for…if you could please provide us an answer.
How do we Exclude Reviews from our free listing package?
Thank you,
Robert -
AuthorPosts