lazyym
Forum Replies Created
-
I have also linked this post to their support group: https://www.peepso.com/community/?status/10632-10632-1592144575/. Peepso has become as essential as wprss. Would make a great team.
I just got an email response. Thanks!
I just sent another one through pre-purchase and even replied yesterday to another one from a previous question. Did you get either of them?
A link to the specific on site support location? It’s very confusing and asks way too many questions that can’t be verified and wouldn’t let me continue…..
Forum: Plugins
In reply to: [Collapse-O-Matic] Stay closed after initial open but open on click?I’ve purchased and installed. I’ve set a cookie name of collapse in settings, added it to the shortcode in my instance and it still opens every time.
That did it! Thank you sir!
I’m sorry Greg, tell it to me like I’m five. I don’t write php.
Which code above? I need a copy and paste of the entire thing that I need to display featured ads below every ad posted in single php but not in the preview page.
Let’s restate this. I notice that using the featured ad shortcode in single php is breaking all of the links in the ads. How can I pull featured ads to only display in the bottom of every ad? The shortcode displayed them but broke all of the links in the ads….
That disables it everywhere mrthiemann.
I know this isn’t right. Help me fix it Greg. 🙂
<?php if(is_page(25070)):[adverts_list list_type="featured" search_bar="disabled" switch_views="0"] endif; ?>This issue ended up being solved by Peepso’s team working with your advice to solve the issue with their integration plugin. Kudo’s to all of you! Cheers!
After removing deleted_post, it deleted posts again.
I have sent a message to your contact form.
Also, it does still leave the peepso post in the activity, but it’s empty. meaning all ad related info is gone.
The code on line 878 is run only when the tmp post is deleted that is when user abandons the page with [adverts_add] shortcode.
One other thing you can try is on line about 963 before adverts_delete_post( $id ); add
remove_all_actions( “before_delete_post” );
remove_all_actions( “delete_post” );
remove_all_actions( “deleted_post” );
remove_all_actions( “after_delete_post” );Try again deleting an Advert and see if the activity will be deleted.
That has seemed to work for ads deleted using Manage Ads page! However, when I delete through admin, it still deletes posts. Can I apply that fix somewhere else too?
I’ll relay this to peepso!
I tried disabling that one and no luck either.