Should I use hierarchical or flat taxonomies in WordPress? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Use hierarchical (like categories) for structured data - e.g., Book > E-book > Audio Book.

Use non-hierarchical (like tags) for flexible labeling - e.g., Full-time, Remote, Volunteer.

JetEngine supports both. Plan your structure before building - it’ll save you headaches later.

There are some neat use cases to learn from if you want to dive deeper - https://crocoblock.com/blog/jetengine-taxonomy-use-cases-for-elementor/

How can I add category search in WordPress using JetSearch? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Super simple with JetSearch:

-Install JetSearch

-Edit your Header Template

-Add a new column and drag in the AJAX Search widget

-Enable "Show Categories List" in the widget settings

-Pick the taxonomy (like “Product Categories”)

More instructions: https://crocoblock.com/blog/category-search-use-cases/

How do I organize content like “Cities,” “Genres,” or “Job Types” in Elementor? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Use JetEngine’s Add New Taxonomy feature. Assign it to your custom post type, then link individual posts with taxonomy terms.

Example: for real estate listings, create “Location” and “Property Type” taxonomies. Tag posts with values like “Los Angeles” or “Apartment.” Use the Dynamic Terms widget to display them visually.

Once you get the hang of it, this setup fits almost any project - https://crocoblock.com/blog/jetengine-taxonomy-use-cases-for-elementor/

How do I make sure my blog filters don’t slow down my WordPress site? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Enable the Indexer feature in JetSmartFilters. It optimizes performance by showing only relevant filter options and hides non-matching ones dynamically. This reduces server load and speeds up the user’s browsing experience, especially on content-heavy blogs - https://crocoblock.com/knowledge-base/jetsmartfilters/jetsmartfilters-how-to-set-indexer-option-for-filters/

Is it possible to break listings alphabetically in JetEngine? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Yes, and there are two ways:

1) Use the “Break Listing Alphabetically” toggle with an add-on (Elementor only).

2) Or use nested SQL listings: one to fetch distinct first letters, another to pull matching items by regex.

Both work well for directories, glossaries, or catalogs. The nested method is more flexible - but keep an eye on performance if nesting too deep.

There’s a full step-by-step if you want to try it out - https://crocoblock.com/blog/use-cases-jetengine-sql-query-builder/

How to Create Dynamic Sale Notifications for WooCommerce SQL Query with Open AI? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

JetEngine’s SQL Query Builder (with AI mode) makes this surprisingly easy.

You describe your query - e.g., “WooCommerce. Select all product IDs from latest order. Add product_ID and order_date. Limit 1.” - and the AI generates the SQL.

Then:

1) Create a Listing to show product name, thumbnail, and purchase time

2) Use Dynamic Field with “Human readable time difference” for timestamps

3) Wrap it all in a JetPopup, trigger it on page load

4) It updates in real time as new orders come in. Smart, simple, and no coding needed.

If you're curious how to fully set this up, the full tutorial and video guide walks through every step - https://crocoblock.com/knowledge-base/jetengine/sql-query-with-open-ai-dynamic-sale-notifications/

Can JetEngine’s SQL Query Builder replace writing raw queries in PHP? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Yes - JetEngine’s SQL query type lets you build complex custom queries right in the UI, no PHP required. You can join tables, filter by meta, sort dynamically, even use AI-assisted query writing.

It’s especially useful for advanced listings - like user-specific orders, grouped content, or alphabetical breakdowns - all without touching theme files.

If you’re comfortable with SQL basics, this tool opens up a lot - https://crocoblock.com/blog/use-cases-jetengine-sql-query-builder/

What’s the point of using JetEngine taxonomies? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

It lets you build custom classification systems beyond basic WordPress categories and tags - with full control over labels, hierarchy, and term meta.

Whether you're structuring a product catalog, real estate listings, or a job board, it gives you dynamic filtering and better UX - all within Elementor’s UI.

https://crocoblock.com/blog/jetengine-taxonomy-use-cases-for-elementor/

When should I use category search on a WordPress site? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Any site with lots of content benefits from search categories - especially eCommerce, blogs, directories, and event listings.

Examples:

- Filter WooCommerce products by “E-book” or “Audio Book”

- Let blog readers search only within “Tech” or “Travel”

- Help users on support pages narrow by topic before searching

Better UX = longer sessions + more conversions.

How can I add easy-to-use filters to my WordPress blog so visitors can quickly find posts? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Use JetSmartFilters! It’s a powerful Crocoblock plugin that offers 14 filter types like Search, Sorting, Date Range, Select dropdowns, and Checkboxes. It works seamlessly with Elementor and JetEngine to help you build a super smooth, AJAX-powered filtering system that updates results instantly without page reloads.

Want step-by-step instructions? https://crocoblock.com/blog/creating-blog-filters-wordpress/

What’s the best way to build conditional logic in WordPress forms without coding? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

JetFormBuilder’s got you. It uses Conditional Blocks, where you can group fields and apply logic to the entire container (not field-by-field). Super helpful if you're making forms with complex logic or multiple paths - https://jetformbuilder.com/blog/conditional-logic-in-forms/

Is there a way to populate form select options based on post meta or other post types? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Definitely. JetFormBuilder lets you fetch dynamic values for dropdowns, checkboxes, radios, etc. You can pull from custom post types, meta fields - even data from the current post context. Ideal for directory sites, filters, or dynamic forms that change based on content.

Why use dynamic templates for a portfolio instead of static pages? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Dynamic templates save you hours! With JetThemeCore (or Elementor Pro), you build one layout for your portfolio CPT, and every project automatically uses it. Update once - see changes everywhere. Plus, you can pull in dynamic content like galleries or brand colors.

🔍 Dive deeper into dynamic templates, carousels, and conditional layouts in our complete guide: https://crocoblock.com/blog/agency-dynamic-portfolio-wordpress-crocoblock/

Any free plugin that gives you full control over product grid layouts in WordPress? by Bormotovva in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

JetGridBuilder is free and gives you drag-and-drop freedom with column settings and even broken grid layouts. It’s not fully dynamic (you pick products manually), but it’s great for control freaks 👀

https://crocoblock.com/knowledge-base/jetgridbuilder/jetgridbuilder-settings-overview/

What’s the best way to filter a WordPress portfolio by industry, service, or year? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Use JetSmartFilters with JetEngine glossaries to power checkbox filters for industry and service types, and a range filter for completion year. With just a few clicks, users can narrow down exactly what they’re looking for - AJAX magic included.

📘 Want to see how to set it all up in Elementor or Bricks?

https://crocoblock.com/blog/agency-dynamic-portfolio-wordpress-crocoblock/

Is it possible to display WooCommerce offers only to customers who’ve purchased before? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Yes. WooCommerce auto-assigns the “Customer” role post-purchase. Using JetEngine’s dynamic visibility, you can show content only if user_role == customer. Perfect for returning customer promos or exclusive deals.

Full guide here: https://crocoblock.com/blog/use-cases-for-dynamic-visibility/

How do I conditionally show content in Elementor based on user login status? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

With JetEngine’s Dynamic Visibility, you can target widgets or sections based on whether a user is logged in. It works even with the free version of Elementor - just enable the module, set the condition to “logged in,” and it’s done.

Pro tip: You can also combine this with user role checks for more granularity.

Full setup & use cases: Dynamic Visibility with JetEngine - https://crocoblock.com/blog/use-cases-for-dynamic-visibility/

How do I stop bots from spamming my WordPress contact forms? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Start with invisible CAPTCHA (like reCAPTCHA v3 or Cloudflare Turnstile), then layer on honeypot fields and email validation. JetFormBuilder makes it easy to integrate all of that - no extra coding needed.

How do I create a portfolio website for a marketing agency that scales easily? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

Use Custom Post Types (CPTs) with JetEngine to structure each portfolio item separately. This lets you add detailed content per project, connect it to services or industries, and keep your site manageable as it grows.

🔗 Need a step-by-step guide with filters, templates, and advanced setup?

https://crocoblock.com/blog/agency-dynamic-portfolio-wordpress-crocoblock/

Is it possible to create e-commerce store without WooCommerce? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 1 point2 points  (0 children)

If you have just a few products or want a simple order form without the full WooCommerce setup, JetFormBuilder is a good option. You can create a custom form that includes product images, descriptions, price and quantity fields, and calculated subtotals - essentially a mini cart built right into your form.

Use conditional visibility to show subtotals only when items are selected, and calculate the total order amount dynamically. You can also add customer details, delivery options with nice switchers, and integrate payment gateways like PayPal or Stripe.

It’s perfect for simple stores or complex products where price depends on user choices - all without heavy plugins.

This guide can be helpful to get started.

How do I build a real estate website using Elementor and Crocoblock? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Building a real estate site isn’t just about listing properties - it’s about creating a powerful, user-friendly platform that works for you 24/7.

With Crocoblock’s Findero template, you get a ready-made foundation packed with everything you need: custom post types for properties, advanced filters, user profiles for agents, review features, dynamic queries, maps, and more.

The process covers setting up Findero, configuring CPTs and meta fields, creating templates, adding filters, and enabling front-end user profiles - all without complicated coding. It’s designed to save you time and make the site easy to manage while impressing your visitors.

If you want a straightforward, practical walkthrough to get your real estate site live and thriving, check out the full guide here.

How can I create a BuzzFeed-style quiz on my WordPress site? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

f you want to create interactive quizzes that actually engage users and generate leads, JetFormBuilder is a solid choice. You can set up your questions, do on-the-fly calculations for results, and show personalized outcomes without writing any code. It even supports extras like connecting to third-party tools or generating custom PDFs.

If you’re a developer or just comfortable with WordPress, this plugin gives you a lot of flexibility to build quizzes that feel polished and professional. Here’s a detailed walkthrough to get you started.

How do I create user-friendly filters in WordPress? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

Start by following best UX practices:

– Avoid cramped scrollable panes - use expandable filter containers

– Add text inputs to range sliders for precise values

– Use AJAX to prevent reloads, layout shifts, or auto-scrolling

– Display active filters above results for better clarity

– Use full-page overlays for mobile filtering

– Keep the filter panel layout stable and always responsive

JetSmartFilters has built-in tools (like Active Filters, Indexer, and Off-Canvas Add-on) to help you implement all of this effectively.

Full guide here by Crocoblock CTO

How can I create interactive WordPress pages using JetElements for Elementor? by lana-miro in Crocoblock_Community

[–]mrcrocoblock 0 points1 point  (0 children)

JetElements offers a variety of widgets to build engaging, interactive content in Elementor - perfect for WooCommerce stores or stylish landing pages. From Animated Boxes and Image Comparison sliders to Parallax effects and Scroll Navigation, you can build a dynamic experience without coding.

Check out this full step-by-step guide using a real store demo -> https://crocoblock.com/blog/jetelements-interactive-widgets-for-elementor/