Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
March 13, 2017 at 1:12 pm in reply to: Supreme Directory: Repositioning the ratings in list-view #366952
This would get the comments and stars under the title:
add_action('geodir_after_listing_post_title','_my_listview_change',10,1); function _my_listview_change($post){ global $preview; $review_show = geodir_is_reviews_show('listview'); if ($review_show) { if (!$preview) { $post_avgratings = geodir_get_post_rating($post->ID); echo geodir_get_rating_stars($post_avgratings, $post->ID); } ?> <a href="<?php comments_link(); ?>" class="geodir-pcomments"><i class="fa fa-comments"></i> <?php geodir_comments_number($post->rating_count); ?></a> <?php } }The rest could be done with CSS or hooks if you really wanted.
Thanks,
Stiofan
Hi Cherly,
Did u change your email address at all?
We do send reminder emails maybe this is what you got? Both licences should show at the moment.
We are in the middle of making the licence system clearer as you moght notice in your account area.
I can extend your current licence by any lost days.
Let me know if i can help further.
Thanks,
Stiofan
Hi Crystal,
Sorry this seems to be a custom implementation of a category filtering, our defaults work, what you are doing seems to now work. We can’t help with custom implementations.
Thanks,
Stiofan
Hi Cheryl,
You first licence looks like it does not expire until the 17th of this month,
It looks like you bought another membership instead of renewing the old one, it will just mean the old one will expire in a few days but your new one will work ok.It will mean that you will have to change over your licence keys to keep updates, or if you want i can disable your new licences and extend your old ones?
Stiofan
🙂
How would u expect it to look?
Stiofan
Thanks for the info, please check now.
Stiofan
Hi jotomas,
Can you please provide FTP info, there is an error on your site, please provide FTP info and we will resolve this.
Thanks,
Stiofan
Hello, please check now 🙂
Stiofan
March 10, 2017 at 12:05 pm in reply to: Customer Support Scenarios — I Currently Feel Ill-Equipped #366547Hi Curtis,skim over the ones Guust already answered.
#1. If you have listings set to go to draft then free ones will, paid ones once paid for should go live, for stripe to work you need to setup the correct notifications URL’s actually in stripe settings otherwise it wont notify the site and publish the listing.
#2. Stripe keeps track of it and then sends payment info to your site.
#3. This will be changing very soon, we will be releasing our “invoicing” plugin which will create a new invoice for each recurring payment.
#4. Yes, you can login to stripe and add a new card for the customer, you would need to know all card details though.
#5. You would go to stripe.com and you can only refund one at a time.
If you have any further questions please just ask.
Thanks,
Stiofan
@Brandon I think u forgot the screenshot? 🙂
Stiofan
You are trying to use a theme that has similar functionality to GD, as such you will have far more conflicts than usual.
Either you switch theme, i’m sure we can replicate its features in GD.
OR if you list each problem and explain where to find it we can take a look. To be able to resolve any problem i need to know how to replicate it, what page to visit , what to do etc.Stiofan
The problem seems to be the old listings have cached the short url as a post meta _wpt_short_url
If you need the old listings to work then you should delete all postemeta with that key “_wpt_short_url” from the DB
Thanks,
Stiofan
I have made a further small change, please check now 🙂
Stiofan
Hi Ollie,
I just tested and it worked fine, check your twitter account?
Stiofan
Please check now, i needed to add tinymce.min.js to the JS exclude list.
Thanks,
Stiofan
-
AuthorPosts