rgalpin
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Automate reindexing of dynamic content?I have a custom plugin that opens a database connection, grabs some data and loops through records to display the data in a page. The plugin is called using a shortcode. I cannot seem to get Revelanssi to index the content that I am dynamically displaying in the page in this way.
What do I need to do?
Thanks
Forum: Plugins
In reply to: [Max Mega Menu] Changing Event Trigger to 'click' for Mobile onlyIs there a solution for the original poster’s question? Currently, if a user resizes the browser to a smaller window the dropdown menus are unusable as they appear and disappear on hover jusmping all around in the accordion view. Is there a way to get click event on mobile menu and hover event otherwise?
Thanks!
- This reply was modified 8 years, 5 months ago by rgalpin.
Forum: Plugins
In reply to: [Contact Form 7] Stop Users from Entering HTMLI found after more testing that a filter I had added to functions.php while testing some other solutions was forcing CF7 to send the email in text/HTML format. With that turned off, I think I am getting what I need since although the messages are not HTML they do render the line breaks that make the email readable – which is something that I couldn’t get the default contact in Enfold to do.
Forum: Plugins
In reply to: Multiple Payment Gateways Used on One WP SiteWP eStore plugin – possible solution.
WP Payment GatewayBundle AddOn Plugin offers a list of payment gateway providers. If the one you want to use is not on there – it’s not clear as to what the process would be to modify the plugin to add it. Level of effort?Still looking for more insights on this.
Forum: Fixing WordPress
In reply to: Upgraded To Bigger Sever and Now Weird Characters ?yes! i changed:
define(‘DB_CHARSET’, ‘utf8’);
to
define(‘DB_CHARSET’, ‘utf8_general_ci’);
and the weird characters went away. thanks!