antonv
Forum Replies Created
-
Tobias, I found the answer in your extensions, Thanks you provide all I need.
Thanks, yes that takes me to 90% where I want to be — Thanks.
Another question have you got a shortcode that includes a filter
[table id=123 col-5=”ABC” /] and it will only print rows where the value in column 5 is ABC.Forum: Plugins
In reply to: [Post Type Switcher] Hundreds of empty pages with “no title”This is a big problem, if you have another plugin that also modifies the save process of a post, this plugin will go into an infinite loop and save the the same post thousands of time.
This is a big problem, if you have another plugin that also modifies the save process of a post, this plugin will go into an infinite loop and save the the same post thousands of time.
Forum: Plugins
In reply to: [WP QuickLaTeX] Quick Latex with bbpressAdd this custom function to WP and render QuickLaTex in bbPress
function bbp_quicklatex( $content ) { return quicklatex_parser( $content ); } add_filter('bbp_get_reply_content', 'bbp_quicklatex', 10, 2); add_filter('bbp_get_topic_content', 'bbp_quicklatex', 10, 2);
Forum: Plugins
In reply to: [W3 Total Cache] Why is W3 Total Cache writing into my databaseNo, I found no way and it is pretty bad case that the module authors have not answered this mail. If I remember correctly I may also reported it to W3 also no response.
I no longer care as I unloaded W3 as my page content depends on paid membership level and thus I have to run un-cached.
I think that data has to do with the help page for W3 admin, but I do not understand the various links to other sites in that data.
actually, all non recurring membership types should not be cancel-able only upgradeable
Forum: Plugins
In reply to: [W3 Total Cache] Why is W3 Total Cache writing into my databaseand I found following link in my SQL wordpress database
Forum: Plugins
In reply to: [Contact Form 7] Failed to send messageand now it reverted back to “Failed to send your message…”
Forum: Plugins
In reply to: [Contact Form 7] Failed to send messageI have a similar problem
Contact form would not send a message if user was logged out
error message was in a red framed box “Failed to send your message. Please try later or contact the administrator by another method.”I then logged in, could send a message successfully. After this action I could then send messages from logged out state and everything functioning OK again
I now modified this message in ..\contact-form-7\includes\functions.php giving an email address in lines 36 and 46