78mails
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] vpf_after_every_single_itemHi! Thank for your reply!
Can you please show me the example of code to add custom shortcode after Excerpt?
I need to add it to functions.php of my theme?
Thank you!
Hello! Please, look what I found Select2 performance for large set of items.
working example with 20000 items here: http://embed.plnkr.co/db8SXs/preview
I think it would be awesome to add this to your plugin.
Hi, Thomas! Thank you so much! It works! I’m happy)))
Can you, please, give me advice on how to display order data on the custom thank you page?
Hi, Thomas! Can you, please, help me?
I used the instructions from the Internet, but the truth was there were settings for enhanced ecommerce. But our the analyst claims that he needs the classic version for analysis.
Please poke my nose on how to properly configure your plugin to receive order data. I’m already completely confused. I apologize (
Hi!
I set up only free shipping and payment after receiving the goods.
This is screenshots of my set ups:
https://agromint.com.ua/wp-content/uploads/2020/04/21312.png
https://agromint.com.ua/wp-content/uploads/2020/04/5656.png
https://agromint.com.ua/wp-content/uploads/2020/04/78765.pngThis is the code I add to header.php:
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package storefront
*/?><!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=2.0″>
<link rel=”profile” href=”http://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”><!– Google Tag Manager –>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-KNZRN52′);</script>
<!– End Google Tag Manager –><?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php if ( function_exists( ‘gtm4wp_the_gtm_tag’ ) ) { gtm4wp_the_gtm_tag(); } ?>
<!– Google Tag Manager (noscript) –>
<noscript><iframe src=”https://www.googletagmanager.com/ns.html?id=GTM-KNZRN52″
height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe></noscript>
<!– End Google Tag Manager (noscript) –><?php wp_body_open(); ?>
<?php do_action( ‘storefront_before_site’ ); ?>
<div id=”page” class=”hfeed site”>
<?php do_action( ‘storefront_before_header’ ); ?>Please help! Thank you!
Hi, Thomas! Can you please check out my website. I’m disable all plugins except woocommerce & your plugin. Also I install clean theme Storefronte.
But I still does not see the proper data in dataLayer.Thank you!