GnuandYou
Forum Replies Created
-
Gelo,
Yes I tired ticketType and I’m still having no luck.
Gelo,
I did see that and its how I created my filter for another custom attribute. However for some reason I can’t get it to respect what is selected.
Here is my original code => http://pastebin.com/Fffpy78G
I added what you said code now looks like this => http://pastebin.com/UVvkHbHH
Let me know if I’m missed something!
Forum: Plugins
In reply to: [Modern Accordion Shortcode] Accordion disabling auto p tagsThanks graphicactivity.
The plugin disables wpautop to prevent extra tags being injected into the accordions content, you can’t comment out that in line that appears on 195 of accordion-shortcode.php.
Original:
// Removes automatic formatting from WP remove_filter( 'the_content', 'wpautop' );Fixed:
// Removes automatic formatting from WP //remove_filter( 'the_content', 'wpautop' );I will remove this in 0.7 which I should have complete this week. Sorry for the inconvenience!
Forum: Plugins
In reply to: [Modern Accordion Shortcode] Why doesnt my accordions work anymore?@ikingvegasi – I just pushed out a new version which should address any errors/notices you where receiving. Let me know if you run into anymore issues.
Forum: Plugins
In reply to: [Modern Accordion Shortcode] Why doesnt my accordions work anymore?It appears to be working normally on the link provided.
Sounds good, thought i’d double check thanks.
I think I’m looking more for a EM_Events::output… I’m working with a custom calendar-day.php template for the plugin not my theme. I have it setup so that when you click on the day on the calendar widget it takes you to that template. Any ideas?
huh… that was it! super UBER odd, I hadn’t changed anything with location I actually disabled it right after I installed it (don’t need it for right now.)
Thanks for the help!!
Tried that, thing is it was working. I haven’t installed anything as of late to cause it to conflict.
Correct.
Marcus, I WAS still having an issue with the AJAX loading on search and pagination.
Cache cleared and all is as it should be. I hadn’t added the define to wp-config which was the root the problem. The “still not work” was me just needing to clear the cache.
Thanks for the awesome support every!!!
I did not. I added it just now and still now working… This is a multisite that shouldn’t have any effect that I know of… but just a heads up.
Sure think Link it almost looks like the formatting (css/js) isn’t getting loaded correctly. But I look with Chrome dev tools and no errors.