flodi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Email Users] Any support for Custom User RolesThis is the plugin: https://it.www.ads-software.com/plugins/members/
And yes, you’re right: I see the roles in “Send Email” but not in “Send Autoresponder Email”!
Forum: Plugins
In reply to: [WP Email Users] Any support for Custom User RolesFor me it is not working. I’ve used Members plugin to customize roles (https://f.fbrz.io/hgzF) but if I try to set an autoresponder by roles, I do not see them (https://f.fbrz.io/175nK).
Thank you.
Forum: Plugins
In reply to: [Custom Content Shortcode] [PLS URGENT :-(] [field] in [loop] strange outcomeWith
[loop type=page parent=564]
[field title]
[-loop parent=this]
[field link]
[/-loop]
[/loop]I’ve resolved. Still very strange.
Forum: Plugins
In reply to: [Custom Content Shortcode] [PLS URGENT :-(] [field] in [loop] strange outcomeOk, outside the href works, inside the href not. Really straaaaange.
I mean:
[loop type=page parent=564] [field title] [-loop parent=this] <a href="[field url]">[field url] [field title]</a><a href="[field url]"></a> [/-loop] [/loop]
The fields inside the href return data from the page I’m viewing, the fields outside, use data from the current looped page.
Forum: Plugins
In reply to: [Custom Content Shortcode] if inside for inside pass not workingWonderful! It works!
You are always the best. Thank you.
Forum: Plugins
In reply to: [Custom Content Shortcode] if inside for inside pass not workingChanged in
Checking if '[each]' is equal to '{TAG}'
and I get
Checking if '三明治' is equal to '三明治'
but still, the if it is not executed
Forum: Plugins
In reply to: [Custom Content Shortcode] if inside for inside pass not workingChecking if ‘%e4%b8%89%e6%98%8e%e6%b2%bb’ is equal to ‘三明治’三明治’
:-)) I forgot to say I’m building a site in chinese.
Forum: Plugins
In reply to: [Custom Content Shortcode] Pass multiple parameters through getThank you.
Forum: Plugins
In reply to: [Custom Content Shortcode] if inside for inside pass not workingAs always, thank you for your help. But it is not working. It always goes in the [else] branch. The filter in the loop I have before – to get only pages by that tag – works, so I know the tag is passed and captured.
But is seems not working in this [if].
There’s anything I can do to debug that behaviour?
BTW, I’m a PHP coder, so if you need help in offloading some specific coding – i.e. a specific function – just ask! flodi at me dot com
Forum: Plugins
In reply to: [Custom Content Shortcode] Filter in Loop?Resolved by myself, it worked selecting all if tag empty.
Forum: Plugins
In reply to: [Custom Content Shortcode] Filter in Loop?As usual your support is stellar!
Everything works but the IF to check if no tag is selected.
I have this code:
[for each=tag] <div class="onetag"><a href="?tag=[each slug]">[each name]</a></div> [/for] <div> [pass global=query fields=tag] [loop type=page fields=url,titolo parent=340 exclude=360 tag={TAG}] <a href="{URL}"> <div class="mitem"> <div>{TITOLO} <div><img src="/wp-content/uploads/2015/11/ricetta-hat.png">[if not field="difficolta" value="1"]<img src="/wp-content/uploads/2015/11/ricetta-hat.png">[/if][if field="difficolta" value="3"]<img src="/wp-content/uploads/2015/11/ricetta-hat.png">[/if]</div> </div> <div>[field image]</div> <div>[for each=tag]<div>[each name]</div>[/for]</div> <div>[ratings] [os_share]</div> </div> </a> [/loop] [/pass] </div>
That works, but does not contains an IF, as you can see because if I try, everything seems going bad.
I want to show everything in case no tag is selected. If I leave the code as is, and tag is empty, it will get everything?
Forum: Plugins
In reply to: [Custom Content Shortcode] Loop stopped workingAs always your support is AAA+
The update resolved everything.
Forum: Plugins
In reply to: [WP STAGING WordPress Backup Plugin - Migration Backup Restore] Not workingHad an errore upgrading, had to remove and reinstall. But same error.
Can you give me some hint on what to search for? Or you want to enter my install (no prob for me)?
Forum: Plugins
In reply to: [Custom Content Shortcode] Loop stopped workingSorry, the right code in the html is:
<div id="recipeslist"> [loop type="page" category="ricette-zh" clean="true"] <div class="item recipeslistitem"> <a href="[field url]">[field image]</a><br> [field excerpt] </div> [/loop] </div>
Forum: Plugins
In reply to: [Custom Content Shortcode] LOOP sometimes not workingWTF!! You are right!!! My brain is getting fused!!
Thank you!!!