ventio
Forum Replies Created
-
Forum: Reviews
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Tag placement issue.
- This reply was modified 6 days, 19 hours ago by ventio.
Here’s a solution for others with a similar problem. Please add this code to your theme or child theme functions.php file. It will fix this issue.
if ( defined( 'GTM4WP_PATH' ) ) {
? ??add_action( 'init', function(){
? ? ? ??require_once GTM4WP_PATH . '/public/frontend.php';
? ? ? ??require_once GTM4WP_PATH . '/integration/woocommerce.php';
? ??} );
}- This reply was modified 1 week, 6 days ago by ventio.
Hey, is the feature we talked about already on the list for the next updates?
Forum: Plugins
In reply to: [Yoast Duplicate Post] Using the value from the url parameter when cloningOk, which filter should I pay attention to?
Forum: Plugins
In reply to: [Yoast Duplicate Post] Using the value from the url parameter when cloningLet me show you what I mean with an example:
- I open the page that I want to clone, an example url of such a page is: https://your-domain.com/page1/?parameter1=value1¶meter2=value2 (Pay attention to this url. In the url there is parameter1=value1 and parameter2=value2)
- I would like it to be cloned to the draft page along with parameter 1 and parameter 2 after clicking “Duplicate post, new draft”, where the values ??of these parameters are saved in the appropriate fields
Is there a way to copy parameters from a URL?
thank you for your answer, below is the link to the plugin Query Monitor:
Forum: Plugins
In reply to: [Yoast Duplicate Post] Using the value from the url parameter when cloningI’m sorry but I don’t understand… What exactly should I select in these settings if I want to transfer parameters from the URL to the appropriate fields?
I confirm, I have the same.
Additionally, when trying to change the password, a link to reset the password from an external host comes (looks like a scam)I was going to automate it with zapier where the input is the post permalink. In such a situation, I have no idea how to get the post id without unnecessary steps and burdening the server.
I would be very grateful if you could add such an option to your plugin. This will make it much easier not only for me ??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] problem with reflection and outputyour plugin blocks the standard CF7 option forcing you to purchase PRO plugin. This is not a good move
ok, after removing and reinstalling it started working
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Errors when WP_debug is enabledPHP 8.3
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Errors when WP_debug is enabledThank you ??
version 3.11.1
- This reply was modified 8 months, 3 weeks ago by ventio.
Forum: Plugins
In reply to: [WooCommerce] no “Any” variants for manual ordersThank you for the response, unfortunately, this plugin does not meet my expectations. Is there another way to ensure that ANY variants can be displayed when adding an order manually? Perhaps there is a function that can unlock this?