Hey ,
After updating the theme, I created a hero component with parameters . At the back end its shwoing but fromend everything is blank
I tried to deactive the plugin and all other go to process for issue . But it didnt solved
please check
Hey ,
After updating the theme, I created a hero component with parameters . At the back end its shwoing but fromend everything is blank
I tried to deactive the plugin and all other go to process for issue . But it didnt solved
please check
Hi Kazi,
Thanks for reaching out.
The component is returning the attachment ID, but you need the full URL to set it as an image. You need to use the following Dynamic Content to get the URL.
{{dc:p:setup.colorBackimage type=“image”}}
Hope it helps.
Thanks