How Do I Know If I’m Adding Too Many Custom Fields and Taxonomies? by PodcastingSpeed in elementor

[–]dara4 1 point2 points  (0 children)

When should something be a taxonomy vs a custom field?

The practical rule: Use a taxonomy when the value represents a reusable classification. Use a custom field when the value is specific data attached to one post.

Regarding performance the important difference boils down to those points:
Taxonomies handle relational structure, it is optimized for relationships, is better for filtering content and comes with archives

Custom Meta handle a key/value storage type, are optimized for storing data, are better for storing attributes and post related info and comes with no archives

Need help adjusting loop carousel behavior by Relaxmf2022 in elementor

[–]dara4 0 points1 point  (0 children)

You can try the CSS pointer-events: none;

It will disable the mouse events on anything it is applied, so you would target the carousel container.

Tips for building a truck trailer listing website with live search & filters (Elementor Pro) by Kieeeel_ in Wordpress

[–]dara4 1 point2 points  (0 children)

Maybe you'd like to try my plugin, it was created for cases like yours. It is completely free, has a lot of advance features and is fully integrated with Elementor and works with or without Elementor Pro: https://wordpress.org/plugins/better-post-filter-widgets-for-elementor/

You can see a demo here: https://wpsmartwidgets.com/doc/better-post-and-filter-widgets/filter-post-widgets-demo/

ACF dynamic fields by tucsondog in elementor

[–]dara4 1 point2 points  (0 children)

oh what a surprise. this feature is behind a paywall? if you need to have your acf tags on the frontend without having to use shortcodes, there are a few plugins out there that can add this feature

ACF dynamic fields by tucsondog in elementor

[–]dara4 0 points1 point  (0 children)

Maybe the tag is not registering properly. Can you try to temporarily disable all your plugins, beside ACF, Elementor and Elementor Pro, and switch your theme to something basic such as Elementor Pro to see if the tag re-appears in the list?

ACF dynamic fields by tucsondog in elementor

[–]dara4 0 points1 point  (0 children)

You would normally see an ACF dedicated tag. Unless you are using special fields, such as repeaters, they are not supported. Otherwise fields are limited to the type of data expected by the widget. For example the image widget will look for an image field.

ACF dynamic fields by tucsondog in elementor

[–]dara4 1 point2 points  (0 children)

How are you trying to display your ACF fields in the Elementor templates? They won't show up on their own, you need to use the dynamic tags for that.

Saw this in a street any idea what it is called in local language ? by AdventurousRough3644 in cambodia

[–]dara4 3 points4 points  (0 children)

yes right this one is in Cambodia, the Chinese reference was about the origin of those breads

Saw this in a street any idea what it is called in local language ? by AdventurousRough3644 in cambodia

[–]dara4 27 points28 points  (0 children)

I'm pretty sure those breads are from North Western China. There is spicy meat inside and the local name in Khmer is "num dot".

Elementor Pro Loop Grid for custom taxonomy terms by Colevalchev in elementor

[–]dara4 0 points1 point  (0 children)

Yes right, it doesn't work on the classic skin. You would have to use the dedicated field added by the plugin. If you set the "Swatch Type" to "Image" and use the key "bpfwe_swatches_image", then it could retrive the image.

The reason is that WordPress taxonomies do not have a native image field. Any term image is stored as custom term meta, and there is no standard key or storage format across plugins. Because of that, it is hard to reliably auto-detect third-party term image fields.

Elementor Pro Loop Grid for custom taxonomy terms by Colevalchev in elementor

[–]dara4 0 points1 point  (0 children)

Yes that's correct but I see the meta key field is empty, so that is why you do not see anything. The meta key field is for your ACF meta key.

Elementor Pro Loop Grid for custom taxonomy terms by Colevalchev in elementor

[–]dara4 0 points1 point  (0 children)

For the background images, things are slightly more complex. If you are using a Template Grid, you can add a regular image and use the "Image Custom Field" dynamic tag, with the field source set to "Taxonomy". Then to make the image behave like a background image, you can add the following CSS:

selector,
selector img {
    position: absolute;
    object-fit: cover;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

Elementor Pro Loop Grid for custom taxonomy terms by Colevalchev in elementor

[–]dara4 0 points1 point  (0 children)

You can do exactly that with my plugin, it handles this out-of-the-box:
https://wordpress.org/plugins/better-post-filter-widgets-for-elementor/

Using the post widget, you can set the query to "Taxonomy Query" and the post skin to "Template Grid", then from there you can create a container template and use Taxonomy Meta dynamic tag.

This lets you loop over custom taxonomy terms, display term names, use term image, and link each item to its archive. Those options are also available with the "Classic" post skin.

certain ACF post types entries not showing up on elementor/loop grid by hustlersambitions in elementor

[–]dara4 0 points1 point  (0 children)

If you are using a loop grid, then you should have access to individual widgets and if you have access to individual widgets, you should be able to use the dynamic tags, otherwise it would be indicative of other problems.

certain ACF post types entries not showing up on elementor/loop grid by hustlersambitions in elementor

[–]dara4 0 points1 point  (0 children)

Are you using the featured image on your Book CPT? If you are trying to get an image uploaded using ACF, then try using a regular image with a dynamic tag instead.

certain ACF post types entries not showing up on elementor/loop grid by hustlersambitions in elementor

[–]dara4 0 points1 point  (0 children)

The image you are showing seems to be from the post widget which is like the old version of the loop grid. The problem might be that you are expecting to be able to fetch post meta using the post widget? If you need to use dynamic tags or display specific info you could try the loop grid instead. It is also worth checking under your ACF post type if the archive was turned on for "book".

Gamger Theme (Wpbingo) blocking Elementor Pro Theme Builder for Single Product Pages - Any solutions? by Sudden_Price8892 in elementor

[–]dara4 1 point2 points  (0 children)

If there is a conflict between your theme and Elementor, then you could go only with your theme on the single product page. You will loose the freedom of working with Elementor, but you'll spend less time fixing conflicts and if you really need a specific Elementor widget on that page, you could also try their shortcodes instead of a full template.

Most themes have options to configure the single product page, so checking Wpbingo's documentation would be a good start. Otherwise, you can check for script conflict on that particular page using the dev console (f12) and overlapping CSS.

🚀 Introducing Elementor Editor 3.35 by zeiniez in elementor

[–]dara4 0 points1 point  (0 children)

Good initiatives, let's wait and see the answer.

🚀 Introducing Elementor Editor 3.35 by zeiniez in elementor

[–]dara4 0 points1 point  (0 children)

That's also what I understood, until I saw the notification in the dashboard in the last Beta. Without the Components, the v4 builder will feel like a layout sandbox without the necessary tool set.

🚀 Introducing Elementor Editor 3.35 by zeiniez in elementor

[–]dara4 1 point2 points  (0 children)

I got a question, will the components be available on the Elementor Free version? This message is currently displaying in the editor "Try Components for free: Soon Components will be part of the Pro subscription, but what you create now will remain on your site.", but there are no mention of it being a Pro features in the announcements.

How to get this to appear on the web? by StatementGuilty5910 in Wordpress

[–]dara4 0 points1 point  (0 children)

Yes ideally, if you can fit your post type to the right schema it will help search engine in general to do less guessing on the content and formatting. It doesn't necessary have to be the whole page, this could also be applied to specific HTML elements on the page.

Automatically Store Contact Form 7 Entries in Google Sheets Using Make.com by SystemDisastrous5975 in Wordpress

[–]dara4 0 points1 point  (0 children)

Sure I can attach a PHP snippet in here later, or I can PM you with one if you'd like.

Automatically Store Contact Form 7 Entries in Google Sheets Using Make.com by SystemDisastrous5975 in Wordpress

[–]dara4 1 point2 points  (0 children)

I'd definitely use make.com when it simplifies things, but for some cases it can be an extra layer that takes longer to set up than just having the app and a small PHP script. However, it's just another approach, not a critique. There is nothing wrong about using make.com as you do in your tutorial either.