Get country selected from Checkout form and take action accordingly?
I would like to display a message if a customer is from certain countries. After the customer selects the country from the dropdown list on the Checkout page is there any hook or anything I can use to...
View ArticleWhat is the difference when I register_nav_menus direct and by the action init?
In the tutorial where I watching, the guy created a function contains register_nav_menus, and called this function by add_action(‘init’, ‘myFunction’); to enable Menu option. But I tried put...
View ArticleOverriding function in a plugin
Hi there, I have a piece of code in a plugin that i had had previously just overwritten, but i realise this can cause security problems. It’s the WOOATM plugin (WooCommerce Accordions & Tab...
View ArticleSpecify different/additional form action target
Would love to know how the form data can be sent to a different/additional target. Usually a form’s action=”” attribute would specify where the information is being posted to. CF7 obviously takes of...
View ArticlePopup Close button not working
I recently updated the plugin to the latest version, and now the popup close button [×] dznt work. I use it to display a email subscribers form after some seconds..it opens, but clicking on the close...
View ArticleCustom Form Example
Hi Support Your plugin is awesome, thank for sharing. But, could do you provide a Html Custom Form Example (with another input field) that work here? Regards, Pescadito.
View Article[Pull request] remove schema from action
// action $buffer = str_replace('action=\'https://' . $_SERVER['HTTP_HOST'], 'action=\'//' . $_SERVER['HTTP_HOST'], $buffer); $buffer = str_replace('action="https://' . $_SERVER['HTTP_HOST'],...
View ArticlePost fields for Email&Actions
So I am trying to add the field “post:title” to the admin email but when it is sent its empty like there was no post title, but I am sure there is. What could be the problem? Can someone please help me?
View ArticleChange Action URL
Hello, I am getting nuts with changing the action URL. I put this in the “Aditional Settings field” add_filter( 'wpcf7_form_action_url', 'wpcf7_custom_form_action_url' ); In my functions.php I use this...
View ArticleUse in do_shortcode
Trying to get the tooltip short code to evaluate in an action to hook into another plugin. The function below does not evaluate properly, is there a special technique for doing this? function...
View Articleorder action : send invoice to admin
Hi, I created a new order action, in order to send to the admin an email with the exact same content as the customer-invoice.php (usualy sent to the customer) Problem is I can’t get all the content...
View ArticleAJAX action ewpq_query_generator is undefined
Good afternoon! query-generator.js is firing the ewpq_query_generator AJAX action which is not defined. And sadly (or not?) I am protected against unknown actions....
View ArticleSort by date is not working if i modify the sorting through filters/actions
function en_set_custom_query( $parameters ) { $query = $parameters[ WpSolrFilters::WPSOLR_ACTION_SOLARIUM_QUERY__PARAM_SOLARIUM_QUERY ]; // Clear sorts first $query->clearSorts(); a) // Add orderby...
View ArticleCall to Action Buttons
Hey, I really enjoy your guys WordPress theme, I’m excited to get to use it. I had a quick question though. I’m using your “ultimate free WordPress theme” page as a base to understand the theme better....
View ArticleAdd action hook when displaying page
Hi, I’m trying to execute some code whenever Instapage pages are displayed on my WordPress site. I’d like to do this with an action hook, which I suspect could be easily added to this plugin. Here’s...
View ArticleInclude additional days in a month query
This is kind of hard to explain, so please bear with me. I need to modify a loop that uses a monthly query to include several days at the end of the preceding month in the currently viewed month. The...
View ArticleAutomatic action to update the database
Hello, I have many Woocommerce sites the management of the updates are alarming. I need a filter or action that executes the rum command the update database altomaticamente without having to click the...
View ArticleAction hook to delete user when removed from blog
Hello, I am trying to find out which hook can I use in order to delete a user from network when removed from blog. Actually I have tried “remove_user_from_blog” action but it only fires when I delete a...
View ArticleHide update alert for no admin user
Hello, I have this alert for “no admin user” Sorry, but you do not have the correct permissions to update the Page Builder by SiteOrigin plugin. Please contact the administrator of this site for help....
View Article“Galaxy master” results
Hi, i’d like to get the post datas only from the solr index. Almost everything works fine, my index is perfect and there are results in the WPSOLR_Query, but i got stuck :S In the...
View Article