Eliran
Forum Replies Created
-
That’s clear, many thanks guys!
Hello again guys,
1) In last page in the WooCommerce sales funnel (Order Completed), what happens if the client will refresh his page? will it send another transaction to GA and result in discrepancies of Enhanced eCommerce data?
Or is there some built-in protection on your module to avoid duplicate orders/data on GA?
2) Can you please specify how can we tell what are the “Funnel Steps” in our EEC setup?
Many thanks,
EliranHello,
Thank you for your quick response.
We have completely removed the GTM tag and things worked fine.
Can you please confirm that the UA and EC snippets will only be embedded in the page source if I’m browsing not from an admin account?
It seems like I can see the code only via Incognito tab, and can’t see it while I’m logged in as an admin.
Please advise.
Thanks again!
Forum: Plugins
In reply to: [Custom Content Shortcode] CCS [related] tag doesn't work anymore.Interestingly, it seems like 2 weeks later the problem fixed itself.
I wonder what could have caused that!
I’ll report back within a few more weeks, thank you for your assistance thus far ??
Forum: Plugins
In reply to: [Custom Content Shortcode] CCS [related] tag doesn't work anymore.1) Does the code work when Visual Composer is disabled?
No, I used the classic editor and it’s still not working when I’m using the [if not tag=exclude] condition.I also disabled the Visual Composer plugin, getting the same result.
2) ..when loaded from somewhere other than current post content, for example, a field or another post?
In order to test this I created a new post, with the following code:[if not category=recommend] Must watch! [/if]
And it generated the same result.
3) ..without using quotes? [if not tag=exclude]
Still the same result.4) ..with other conditions? For example, [if name=something]..[/if]
Every condition I’m using holding the page from load and results in the same issue.In summary, every time I’m using conditions the page load is crashing.
Back to you,
Thanks!Forum: Plugins
In reply to: [Custom Content Shortcode] CCS [related] tag doesn't work anymore.Hi Eliot,
I updated the plugin to the latest version.
Unfortunately, I confirm that even simple codes like:
[related taxonomy=tag] [if not tag="exclude"][field title][/if] [/related]
Still don’t work once I’m using [if not tag=”exclude”][/if]
Same with [loop] is crashing the page.
– Please note that I am using Visual Composer, probably the most popular page builder for WordPress.
– I would love to volunteer more information and I’ve been trying to reach out to you via Slack as well.Please advise,
thank you for your time!Forum: Plugins
In reply to: [Custom Content Shortcode] CCS [related] tag doesn't work anymore.Hi Eliot,
Thank you for your reply!
The [related] shortcode might be valid as you say, but I ended up using the [loop] code instead to which can do the same as [related], which is OK.
However, when I incorporate [if not tag=exclude] which I used previously in [related] and now in [loop] what happens is that the plugin seems to crash and doesn’t allow the rest of the WordPress post to load.
For example, this piece of code work:
<div class="post-related section-container clearfix"> <h2 class="section-title">????? ??????</h2> <div class="row"> [loop type=post count=3 tag=this exclude=this orderby=rand] <div class="post-box-wrapper col-sm-6 col-md-4 "><article class="post-972 post-box post-box-headline"> <h3 class="title title-small">[field title-link]</h3> <div class="post-thumbnail-wrapper vw-imgliquid imgLiquid_bgSize imgLiquid_ready">[field image-link size="vw_small"]</div> </article></div> [/loop] </div> </div>
While this piece of code does not work:
<div class="post-related section-container clearfix"> <h2 class="section-title">????? ??????</h2> <div class="row"> [loop type=post count=3 tag=this exclude=this orderby=rand][if not tag="exclude"] <div class="post-box-wrapper col-sm-6 col-md-4 "><article class="post-972 post-box post-box-headline"> <h3 class="title title-small">[field title-link]</h3> <div class="post-thumbnail-wrapper vw-imgliquid imgLiquid_bgSize imgLiquid_ready">[field image-link size="vw_small"]</div> </article></div> [/if][/loop] </div> </div>
And if you look at the code of the initial post, it didn’t work either with [related] tag instead of [loop].
Please advise, thanks!
Forum: Plugins
In reply to: [Custom Content Shortcode] CCS [related] tag doesn't work anymore.Update:
After reading the updated plugin guides, I realized that [related] shortcode does not exist anymore so I updated my code and this one worked well:
<div class="post-related section-container clearfix"> <h2 class="section-title">????? ??????</h2> <div class="row"> [loop type=post count=3 tag=this exclude=this orderby=rand] <div class="post-box-wrapper col-sm-6 col-md-4 "><article class="post-972 post-box post-box-headline"> <h3 class="title title-small">[field title-link]</h3> <div class="post-thumbnail-wrapper vw-imgliquid imgLiquid_bgSize imgLiquid_ready">[field image-link size="vw_small"]</div> </article></div> [/loop] </div> </div>
However, I didn’t find a replacement for this part:
[if not tag=”exclude”]
[/if]Which intends to remove all posts from that loop that has the “exclude” tag/flag.
Please advise,
Many thanks!Hi Thomas,
That’s so great to hear, many thanks!
Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detect module doesn't workHi,
Your test worked well!
There was something wrong with my code, or maybe I forgot to save it.
It’s now working well. Thank you ??Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detect module doesn't work[Edit]
Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detect module doesn't workHi Eliot,
You’re most welcome!
That’s good to know that my code is valid.
I did enable “Mobile Detect” module:
https://gyazo.com/62917752ae00fcd7e4f8e4f889acbc12I’ve been testing it on an iPhone 4S with Chrome or Safari. Same results.
It shows [is_computer] with 6 articles and not [is_mobile] with only 3.Any ideas?
Thanks a lot Eliot.
Your plugin is outstanding!
Many thanks Eliot,
Quick question before I mark this case as solved:
Can I also mention specific categories and tags to show?
For example:
[related category="apple" tag="orange" count="3"] [field title-link] [/related]
Thanks a lot for the update!
Thanks a lot for the response and for consideration my suggestion for a future update.
Can you please update me once that feature is being introduced?
I hope that’s not much of a hassle,Many thanks, both for this and for your great plugin!