-
dmAPI.dynamicPageApi().isDynamicPage() returns error that it's not a function
I copied and pasted the sample code directly from Console error: TypeError: dmAPI.dynamicPageApi(...).isDynamicPage(...).then is not a function The code in my widget // Verifies page is a dynamic page - this throws an error dmAPI.dynamicPageApi().isDynamicPage().then(api => { console.log(api); }) // Gets dynamic page data…
-
#TuesdayTips: How to Use Duda's Dynamic Filters
Hello Duda Community! Today, I want to show you how to utilize Dynamic Filters to customize dynamic pages within the Duda Editor. I'll walk through an example - let's go! How to Use Duda's Dynamic Filters This tutorial walks through: How to hide elements on different devices Edit and customize widgets based on different…
-
Best way to create custom card gallery with connected data?
We are creating a site which will use an internal collection to generate 'Our Services' pages. We also want to create a 'main' Services page, which should have a clickable media card gallery - i.e., one card for each service, containing an image and descriptive text. The design we're aiming for is this: We're savvy with…
-
Can Duda be what I need?
Hi all, I've been on a search for a CMS for a new project and have been through a cycle of the obvious contenders like Drupal, Wordpress, Webflow etc.. What I am looking to build is a DMO site, something very similar to Discover Puerto Rico. A destination marketing website that contains all relevant info for an…
-
Dynamic Pages Breadcrumbs
I recently started adding a section of dynamic pages to my website runmotorun.com, one of them being . I added the breadcrumb widget to the top of the page (since removed) and even though the pages are nested under the "All Brands" page the breadcrumb only showed Home > alcyon and not the All Brands page. So I don't know…
-
Image Widget on Dynamic page
I have a dynamic page with an image gallery widget, I have a second source file for the images I want displayed connected to the file that populates the dynamic page so I can use the dynamic filter to only show images associated with the current page, runmotorun.com/all-brands/company/alcyon . See attached screenshots, the…
-
Can I export an internally built collection to view offline?
Hello, we are using dynamic pages and have built internal collections into the content library. I'd like to view these fields all at once offline. Is this possible, or is this a lesson learned that we should be building collections externally and then importing them into Duda?
-
How to show an 'Enter' from dynamic data in paragragh widget (Dynamic pages)
Hi guys! I am connecting a dynamic text to the paragraph widget. It looks like this: However, when I click on the save icon in the text bar. It looks like this: Do you know any tricks to show the enters in the text again? Thank you very much 😀
-
H1 and connected data
I am creating a new dynamic page with conencted data. When I connect the H1 text to the collection that format of the widget turn to "paragraph". Impossible to define it as a H1. Is this a new bug? It used to work before,,,, I tried to add the H1 tags in the HTML, but that did not work either. Any tips?
-
How to Set Up Dynamic Filters with the Accordion Widget
Hey Everyone! We recently had a few people reach out to us to learn more about the capabilities of the accordion widget and if dynamic filters can be applied. The short answer is - yes! One of our support specialists, Rebecca, created a short video that helps walk you through the process: These dynamic filters can really…
-
Let's talk directories!
Hey everyone! What kind of directories do you get requests to build? Do you use Duda or do you go with other platforms? (If other platforms, why not Duda?) Or do you turn down those requests sometimes? What features are must haves that you don't have access to easily? Where do you manage your data (And would you use…
-
How to set SOME dynamic pages to noindex
If there is a collection that is filtered on some value, then we can set up a list that displays only the items that pass the filter. Visitors won't be able to click to navigate to any dynamic pages that are connected to that collection However, the automatic sitemap.xml will include all the items, not just those that pass…
-
Is there any way I can add a dynamic data URL into the audio widget?
Howdy! I am creating some dynamic pages for a website. I need to be able to swap an audio file for each dynamic page. Is this at all possible? Doesn't seem that the audio widget can support dynamic data. Is there a way I can do this with a HTML widget?
-
Is it possible to hide a row on a dynamic page if the data is empty?
Hi all, I want to create a collection to generate some dynamic pages of machines. Some of the machines however have additional attachments available that need listing, but the majority do not. Is it possible to hide/show an entire row, depending on whether or not these additional options are available for that product…
-
Dynamic list in dynamic pages, filtered by dynamic value?
Hi, what I'd like to achieve in a dynamic page (CollectionA), is to show a list(CollectionB) filtered by a value from the collection(CollectionA). The intuitive way of doing this, would be to add {{dynamic_value}} as the filtering value. Is this possible somehow? I looked into dev mode, but it seems the filter is handled…