-
Hi there, is this plugin end of life? A lot of issues and last commit over 6 months ago? It's really easy to use and wish it will continue.
-
When I enable dragging functionality I'm unable to click the link and can not redirect.
-
Hi DW,
Is there a reason EditProfile adds a novalidate tag to the form, which disables all "requires" attributes on the input fields?
https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Te…
-
Hi.
Does it exist a script to generate the tables on an existing database after a dw10-generated template project?
Or do I need to download the db-image and reconfigure settings on my dw10-proj to u…
-
https://github.com/dynamicweb/swiffy-slider/blob/f1db755c251a4a63aa454adc2a8a2cd5779e0779/src/swiffy-slider.js#L58
During usage, an issue was identified where the slider fails to return to the begi…
-
Hi,
I tried to use DW9 in an ASP.NET Core project (because .NET Standard 2.0, it should work right?).
When using Swift 1.19 in the project, I get a lot of compilation errors because the templates is…
-
When I click on the top right download button on https://swiffyslider.com/ , I get redirected here:
https://github.com/dynamicweb/swiffy-slider/releases/download/v1.6.0/swiffy-slider-1.6.0-dist.zip
…
-
Hi,
Looping from right arrow is not working.
-
Is there the possibility to make a "bare bones" version of Swiffy Slider? Or does that not fit into the concept?
I have replaced a couple of old sliders on clients' websites with Swiffy Slider, and…
-
I am trying to copy a page with ID 150 as a child of another page with ID 149 using this command:
dw command PageCopy --json '{ "SourcePageId": 150, "DestinationParentPageId": 149 }'
**Expected …