[Resolved] Post Form is not showing when browser is using an AdBlocker
This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that user's with Adblockers don't see the CRED forms on this user's site
Solution:
The problem here was because of the names used in the class attribute. Works like "Ad" and "Adform" and "Ads" are natively blocked by Adblockers so you should avoid using names like this for your html classes.
This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Link to a page where the issue can be seen: hidden link
My client uses Adblockers and he cannot see the form when the adblocker is on. I know I could put a notice to switch off your adblocker but is there some way to display this form even when adblockers are on?
Would you mind allowing me to have access to the site so that I can see the form ? Also please let me know which ad blocker is your client using so that I can check this too.
Hi Shane - that was the issue thank you - I am still trying to figure out how to get the single.php page to show up for the custom post type Ad - the entire page is blank!
Another issue I am having is conditional logic - the logic I am trying to achieve is:
if ad category is 'accessories' DO THIS
I've tried lots of different options from the conditional logic function but nothing seems to do it - here is my latest one:
{!{wpv-conditional if="( '{!{wpv-post-taxonomy}!}' eq 'accessories' )"}!}DO THIS{!{/wpv-conditional}!}
Issue was resolved by changing the post-type name from 'ad' to 'listing' which was a big overhaul but also a big lesson for the future to stay away from the word 'ad' or 'advert' for anything :-).