Not change to dynamicpage

Use list&grid.
I want to do when click the bottom, go to dynamicpage.
I created some sites, that bottom worked well.
But this site is not work.

Please check this site

URL https://www.samplesite.design/blank-8
Edit URL https://editor.wix.com/html/editor/web/renderer/edit/fa43f4c0-eefb-4bab-9553-9a054769b8dc?metaSiteId=2d4351c1-3170-49bb-845e-afd4e47f6bbf&editorSessionId=e1914ee3-a8bd-5509-92ba-18bd401c7712

Hello nanami

make sure both you title and category fields have values (not empty) as your dynamic page URLs depend on both to be generated.

in your database the title field is empty so no URL field is empty, links are not being generated, that’s why the buttons aren’t linking. you can solve that by:

  • filling the title fields in the database
  • remove the title from the dynamic page URL - here

also, make sure your button is linked to the dynamic page in the right way.
you can link the button to the dynamic page or you can add on button click event that redirect the user to the dynamic page using wixLocationto(). and to know to what dynamic item page to open, you can get it from repeaters data set using getCurrentItem() function.

you can check the following documentations for more:

for more help,can you please provide screenshots of the nonworking buttons.

Best!
Massa

Thank you Massa salah!

You solved it.