purpleedge
Forum Replies Created
-
AuthorPosts
-
Can someone please answer my questions from the previous page???
Thanks Brian,
I would still like an answer to my question, so that I have a front end means for users to add to the title tag.
So you want to be able to manually order them, like you can with the WP menu system?
I wonder if you could create a vertical menu and place it in the sidebar?
Let’s take the 12 month expiry out of the equation for now.
If a customer signs up for a monthly recurring (Paypal only) listing (no expiry) do they need to renew their GD listing every month?
If yes, why?
If yes, how do they do that?
If yes, how is this different from a non-recurring listing?Paolo, please explain.
1. With “recurring” (Paypal Only) payments is there any checking in GD that the payment has been made by Paypal?
2. With “recurring” (Paypal Only) payments if the customer hasn’t cancelled their Paypal payment why do they need to renew their listing? How do they renew their listing if the payment is already made by Paypal?
3. With “recurring” (Paypal Only) payments if there is NO automatic checking of the payment being made by Paypal within GD then surely the site owner MUST be responsible for terminating the listing?
Can someone please document exactly how recurring payments work in GD? Recurring payments in Paypal are made automatically until cancelled – the automatic payment is what makes them useful to the customer and site owner.
The GD subscription is via a recurring payment – do we need to renew our subscription when the subscription expires – I don’t think so? If we cancel our recurring payment then YOU need to do something, we don’t need to do anything if we don’t cancel.
@adyp – what order do you want for your categories?
September 6, 2014 at 1:39 pm in reply to: Popular Posts View – character count stops display of "More" link #14514I set 200 characters Simone, I’m not going to count them, I suspect they were. I have left it blank and it works OK, fix it or not, I’m passed caring.
I need to put in a request for you to let us know which ones are complete, in progress, etc etc ?
Don’t add “gd_” to the name of your CPT – geodirectory adds it for you.
September 6, 2014 at 2:32 am in reply to: Popular Post Categories widget – More Categories link to nowhere #14477I have resolved the second bug referred to in the above post, I have reported the cause in this bug report…
September 5, 2014 at 11:30 pm in reply to: Popular Post Categories widget – More Categories link to nowhere #14474This reply has been marked as private.September 2, 2014 at 12:04 am in reply to: Change height of popups for send enquiry and send to friend #13994Thanks Guys,
I didn’t see those divs, and Guust’s solution seems to have solved it.
I’m using a child theme so Stiofan may well have made changes to the css somewhere else?
Yeah, but it’s not returning that and if you have a look at the geodir_gd_place_detail table I think you’ll see the rating count isn’t being updated properly either?
Removing your replacement for `get_comments_number’ fixes the incorrect count…
remove_filter('get_comments_number', 'geodir_fix_comment_count', 10, 2);
…so I suspect that’s where the problem lies?
Sorry Stiofan, typo in my code was causing an error should have been post comment_count, not comments_count…
if($review_show){ $comment_count = $post->rating_count; $post_ratings = $post->overall_rating; //if($post_ratings != 0 && !$preview){ $numposts = $wpdb->get_var("SELECT comment_count FROM $wpdb->posts WHERE ID = $post->ID"); // This works gwb $comments_number = get_comments_number($post->ID); // This doesn't gwb echo '!' . $post->comment_count . '!' . $numposts . '!' . $comments_number . '!'; //gwb $post->comment_count works, was misspelt in original if(!$preview){ if($comment_count > 0)
-
AuthorPosts