Jeff Adams
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
I just updated this listing https://veganlinked.com/food/united-states/north-carolina/asheville/plant/
Renewal didn’t go away and now ratings are gone from Archive page for that listing: https://veganlinked.com/food/ (look for plant).
It also used to be featured. Somehow that changed and all I did was go to the listing, click edit, scroll down and click Submit and then checked out… I couldn’t replicate that in this video but this video replicates some other things:
Video is demonstrating how ratings disappear. This time the featured listing stayed featured. Renewal remained when it shouldn’t. And why does it require a second checkout when it’s already paid up/discounted? Shouldn’t they be able to make changes to a listing without having to pay or use a discount code again? And “Use Once Per User: Limit this discount to a single use per user?” was not checked so why couldn’t it be used again? I also showed how the iframe effects the video.”
Attached you can see how I had limit set, I failed to include that in the video:
This reply has been marked as private.Here’s another example. You’ll notice the renew doesn’t go away, preview doesn’t work, and maybe some other things…
You’ll notice also it take very long to check out. Is that something that may be improved? It also takes super long to add a new listing, after clicking Submit Listing the first time for a new listing. Can either be improved?
This reply has been marked as private.That worked great, I used the “Code Snippets” plugin to inject:
add_action(‘after_setup_theme’, ‘remove_admin_bar’);
function remove_admin_bar() {
if (!current_user_can(‘administrator’) && !is_admin()) {
show_admin_bar(false);
}
}🙂 thanks again!
This reply has been marked as private.Thanks Guust, I’m not sure I’m following you though. I have it showing 5 grid on both I think. But, really, I’m not concerned about grid view.
The featured badge is showing different on the homepage than it does on the archive page. How can I make it consistent?Also, the link you shared to the banner showing over the image, I had already looked at that. The documentation appears to suggest editing the archive template, does this mean move shortcode? Does this mean in the “archive template” page? that’s what it says. However, Archive page doesn’t have a way to move badge over image. Does this mean “archive item” template? I tried moving the badge over the image in the shortcode and of course that alone doesn’t work so I added the CSS offered but that didn’t work either. I also looked at archive.php under the child theme supreme theme. Do they mean archive.php?
As for making the featured badge a banner, that may be a workaround but it wouldn’t really help if I ever want to make this new V2 badge feature work for something else (like a “new” badge).
I did get the banner to work, but not using the documentation. I have another site that is a V1 to V2 conversion showing the banner badge. I just copied it’s shortcode and used it and wahlah it worked:
[gd_post_badge key=’featured’ condition=’is_not_empty’ badge=’FEATURED’ bg_color=’#1694e2′ txt_color=’#ffffff’ css_class=’gd-ab-left-angle gd-badge-shadow’]
Maybe the documentation could be simplified by saying something like:
to make a banner badge that shows over the image add css_class=’gd-ab-left-angle gd-badge-shadow’ in place of size=”extra-large” alignment=”right”So, I’m good for now. Whenever I need to use the badge feature for something else though I imagine I’ll probably need help again because of the difference between how it was showing on the homepage and the archive page.
This reply has been marked as private.Furthermore, there’s nothing under invoicing related to featured.
Furthermore, there’s nothing under the pricing tab related to featured.
I don’t understand. I have pricing manager installed for when I setup pricing packages. But I haven’t setup any packages, all packages thus far are free.
Cool, I’ll try this Guust, thanks!
I tried editing a listing that is using a “Basic Plan” just like the problem listing mentioned above and it too is opening up to the edit page in a new tab after clicking on preview. https://veganlinked.com/food/united-states/north-carolina/charlotte/ma-ma-wok/
The MaMa Wok listing also had renew and I went ahead and checked out with the same discount code (neofilm) I used on the first problem listing and renew went away.
MaMa Wok also isn’t showing ratings on the archive page either after updating with checkout.
I tried editing this listing that was also a free listing but featured and it worked fine: https://veganlinked.com/places/united-states/arizona/mesa/soul-center/
I noticed that this free listing had “renew” and after updating it the renew went away. Where’s renew didn’t go away on the problem listing even after updating with a discount code on https://veganlinked.com/food/united-states/north-carolina/hendersonville/sanctuary-brewing-company/
And now the problem listing isn’t showing rating stars on the archive page: https://veganlinked.com/search/?geodir_search=1&stype=gd_food&spost_category%5B%5D=&s=+&snear=&sgeo_lat=&sgeo_lon=
-
AuthorPosts