Please, make it compatible with WPBakery Page Builder. I would like to use Uncode in one of my websites and I’m stuck with Custom Content Shortcodes because of it.
Editor: https://wpbakery.com/
Uncode: https://undsgn.com/uncode/
Also, I’ve tried?sending?this request through your website, but I can’t login and it’s showing the error “Please Verify You’re a Human”,?although?it?doesn’t?show any kind of captcha.
Thanks in advance!
]]>We had to rollback to version 4.0.2 b/c our ACF Repeater Loops all broke on 4.1.0. I double checked the documentation our loop is correct. I see in the new version we have to declare a type but what would that be for an ACF repeater loop?
<ul class="rar-links-list">
<Loop acf_repeater="_readaloudrevival_master_class_event_links">
<li>
<a href="{Field link}"><Field text /></a>
</li>
</Loop>
</ul>
]]>
I have one challenge that is confusing my head a little.
If you look at this Page– https://prnt.sc/M9JDeuRYgyzY
You will see that it has an Accordion, but we need this Accordion to show Dynamic Content pulled from Post Content.
So that all Headings within a particular part of the Post Body will be a new Accordion Heading, and all contents below that Heading will form the Accordion Content.
HOW IT IS SET UP
I will create a Container, and give it a Class Name of “Post Content”.
WHAT IS INTENDED
All information within this container needs to be displayed on the frontend as an Accordion dynamically.
All Headings within this container will become each Accordion Heading, and all contents below each Heading in this conainer will be the Accordion Content of each Accordion Heading.
Example:
In the container, Heading 1 is “What is Product Management“. Then it has contents below it.
Heading 2 in the container is “Product Research“. Then it has contents below it.
QUESTION
How can I create a Dynamic Accordion with LOOPS & LOGIC— which will display every Heading within the specified container, as an Accordion Heading, and the Content below that Heading as the corresponding Content, in a dynamic way: such that the number of Accordion Headings and contents per Post, will be according to the Headings and contents within the specified container in the Post?
MY THINKING
You see, I don’t think it is possible to achieve such Dynamic Accordion in this life.
But at the same time, such statement could be my ignorance talking ??
REQUEST
Please, if you have any smart way to achieve this with LOOPS & LOGIC, Please educate me on it.
2.) Also show me how to make this outcome a Shortcode that I can paste anywhere on my Post or Pages.
Needing to hear from you soon.
Regards.
Hi there,
I would like to use wp-built in dashicon in L&L templates.
I’ve set dashicon properly, and I can add it in any post/page content through a custom html bloc.
However, in L&L template, it renders as an empty black contour square.
Any guess ?
All best ??
]]>Hi, i was using custom content shortcode before and since is was discontinued i’ve been trying to create a similar loop with this plugin. But whatever I try, I can’t get any products to show.
My shortcode with custom content shortcode was:
[loop type=product order=DESC count=100 orderby=[acf field=”last_updated” image=image_link] <table width=”auto”> <tbody> <tr> <td width=”15%”>[field image width=”200px” height=”auto”]</td> <td width=”50%”>[link][field title][/link] [field excerpt] [acf field demo_url] [field add-to-cart]</td> <td width=”33%”>Last updated: [acf field=”last_updated”] [acf field=”membership_download_link”]</td> </tr> </tbody> </table>
[/loop]
Now I created a template with tangible and started with a simple loop, but the page remains blank. I’ve added the shortcode [template id=21605] to my page. Am is missing something?
<Loop type=woo_product count=1>
<h4><Field title /></h4>
</Loop>
]]>
Hello,
I’m trying to show the featured image of a post and I want it to be responsive. I’ve added the code form this page https://docs.loopsandlogic.com/docs/how-to/resolution-size-featured-image (the second one under the solution) but I don’t understand why I’ts not working.
The image is displayed but sizes, srcset and alt are empty.
Is someone having the same issue?
]]>Hi, I don’t know if this has been answered before, but I can’t find it out there. I have this:
My terms: <Taxonomy my_taxonomy><a href="{Field url}"><Term title /></a></Taxonomy>
The output is nice enough:
My terms: X Y Z
However, I’d like to know if there’s a chance to get these two variations:
1) Adding “and” before the last element:
My terms: X Y and Z
2) Adding commas and “and” before the last element:
My terms: X, Y and Z
Bonus: That’s an example of taxonomy listing. Is is also possible to achieve those when listing elements of a checkbox field? Thank you!
]]>What’s the code to filter the results according a keyword contended from a previews module search? (I work with Divi Builder).
Thank you!
]]>Hi
I have used the plugin Custom Content Shortcode to create short codes that automatically write out the name of certain taxonomies tied to a CPT (the link is an example of that single CPT). Short codes in my page builder look like this:
Nummer
[field title]
Konstn?r
[field taxonomy=portfolio-category]
Teknik
[if exists]
[field taxonomy=teknik]
[else]
—
[/if]
Material
[if exists]
[field taxonomy=material]
[else]
—
[/if]
But this plugin has been discontinued do to some security issue, so my question is if your plugin could replace this function with similar short codes on my site? I realize I would need to create new short codes and replace the ones in use now, but wanted to check in here before I start the process of trial and error.
Thanks!
]]>If you go here: https://getbootstrap.com/docs/5.3/examples/
and here: https://docs.flutter.dev/ui/widgets
and here: https://vuetifyjs.com/en/components/all/
You will notice that these are Component Libraries for BootStrap, Flutter and Vue.
On your website( https://loopsandlogic.com/snippets), I noticed that you have a Snippets Page.
Can you copy Components examples from BootStrap and Flutter, and build all these Components in your Snippets Page— so that those of us who are not too good with Coding, can just Copy- Paste those Snippets into our website, and we would have a fully functional Component on our website straight up?
]]>Hello Sir,
I am 100% confused about this plugin.
Now I want to create a WooCommerce Shop Page that will look like this– https://prnt.sc/ISCcFIXgG_bB
How do I achieve it, with loops and Logic?
Regards.
]]>Is it possible to use it with DIVI?
I neither use Elementor nor Gutemberg.
]]>Superb plugin. But in my Loop I can’t manage to show a sticky post, even setting parameter ignore_sticky_posts as FALSE
]]>To create a template of the content of a specific post works fine. It uses the gutenberg content.
eg.
<Loop type=post name=hello-world>
<Field content />
</Loop>
And when I try with a page (it uses muffin builder page builder) it doesn’t seem to work eg
<Loop type=page name=faq>
<Field content />
</Loop>
When I update the page content to use gutenberg, it shows.
Does L&L content not display if it uses a pagebuilder?
Hi, How would I go about applying a template to all single posts of a custom post type?
Thanks
]]>Hi,
I have just installed this plugin and am failing my first test setup miserably. I am trying to set up an If condition to display an ‘Edit Post’ link on the post with the edit link URL contained in an ACF field within the post. I have tried a myriad of combinations, including this one:
<If user_field=name is value="{Field author_name}">
<a href="{Field acf_text=edit_post_link}" />Edit post</a>
<Else />You are not the author.
</If>
It shows the words ‘Edit Post’ but some combinations link to the Post itself and others remove the link but keep the words. I can’t seem to get it to link to the link contained in the ACF field.
I did try searching L&L’s docs but there was nothing about how to include the ACF field within a HTML link. Thanks in advance.
]]>Hi, I have placed a shortcode of a L&L template in a page.
Shows fine on desktop, but on mobile it disappears. Why might this be happening?
To clarify, it shows fine on chrome when narrowing the browser to mobile size, but doesn’t show on an actual mobile phone.
]]>Please see this screenshot:
https://share.cleanshot.com/vyCjqfbt
In the Tangible → Templates capitalized Loop etc. change into lower case when I update or publish the template. It’s been happening since day 1 when I started using L&L.
Am I missing something here?
]]>Looks like Loops & Logic came with some backend CSS changes in 3.1.3 and loads some new CSS in the Block Editor.
This is making all UL and OL lists look like this: https://share.cleanshot.com/8FM0fy58
Can you please check on this?
]]>Hi, will the loop feature of this plugin allow me to create a carousel of buddyboss groups?
]]>I have created custom post and fields using ACPT. ACPT provides short code that contains metabox and custom field but I can’t seem to figure out how to make it work. I want to loop thru’ each custom post and display some custom fields of each custom post from a page. Any help is appreciated. ACPT also has a function that returns OR displays custom field but again not sure how to use that either using your plugin. Any help is appreciated. Thanks Vishal
]]>Hi, I’ve looped through the Woo products and now need to style it just like regular products on the shop page or products in Related Products. It feels like there’s some template part responsible for the display as custom plugins use it and display their products styled as the standard product through all the related parts of the site.
I found <Template> tag and it feels like that meant to be a solution or not?
Thanks a lot for the reply!
Dear all,
I have 2 custom post types: Locations and Trainers. I am using ACF, CPT UI, Loops & Logic and Tangible.
I want both CPT to refer to each other dynamically: on a Single Page Location (Locations), there should be a list of links to the Single Pages of the Trainers teaching at the specific location.
What does this loop look like? Do I loop on the CPT Trainiers and then have to specify an attribute that sets the location name dynamically?
Preferably a change is made at 1 location, after which it is also changed at the other CPT. So: if a trainer is going to teach in Nijmegen as well as Velp, this only needs to be indicated at the CPT Trainer. On the Single Page of Nijmegen, this trainer will then automatically appear. Is this possible?
Hope you can help me!
]]>Hello
Please tell me, using your plugin, I can display ACF fields the vendor dashboard in the vendor dashboard (I have the MultiverodX multivendor plugin installed) – the product has ACF fields: I need to show them to the vendor in each product and allow them to be filled in from the vendor dashboard.
This is real?
Thanks for your help and answer
]]>Hey guys,
I noticed on a multisite, the tags get stripped out for Tangible. This is when I am acting as admin and not super admin.
Is this a multisite restriction or a Tangible issue? Is there anyway to allow general site administrators to use Tangible without it stripping out the changes?
Very best,
Mark.
Hi, I don’t need to create loops but I just need simple shortcodes like [field title], display dates, etc. This was easy to do with Custom Content Shortcode but I haven’t figured out how to do it now. If I try things like <Field title /> directly on a post, it just vanishes and does not work. Can you guide me to how to use shortcodes like these directly on my posts? Thanks!
]]>I was getting errors after saving a new template in the WP admin so used WP Query to find that in save.php the table was not taking into account a custom prefix
$wpdb->update(‘wp_posts’,
[
‘post_name’ => wp_unique_post_slug(
$slug,
$post->ID,
‘publish’,
$post->post_type,
$post->post_parent
),
],
[ ‘ID’ => $post->ID ]
);
};
In our instance wp_posts is customprefix_posts
]]>How can I call the ‘Reading Time’ in the Tangible Template?
Please refer to this URL as an example and scroll down to ‘Latest Posts’ and see the time icon.
https://demo.gloriathemes.com/eventchamp/demo/
I tried this code but I’ve had no luck <Field reading_time />.
]]>Is it possible to select the render size of an image field? How?
]]>Ich bin kurz vor der Verzweiflung, weil ich absolut den Fehler nicht sehe. Was mache ich hier falsch?
Ich migriere Custom-Content-Shortcode-Befehle in Loops & Logic und habe hier zwei Befehlss?tze. Der für CCS funktioniert:
[loop type=jobs]
[field url]
[/loop]
The code for L&L looks like this, but there is no output:
<Loop type=jobs>
<Field url />
</Loop>
I’m using a plugin called “Jobs for WordPress” which is generating an own Custom Post Type (“jobs”).
]]>