Hello!
1) Link "<front>" not working
2) Disable "OPEN IN NEW WINDOW" not working
Thanks!
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Currently, we do not support href = <front>. You can insert the absolute path. We will update awecontent in the next version.
We tested and the site still works fine. Please chech html of button. When enable, the attribute target="_blank" disable will be target="self"
Hi,
Please open file md_awecontent/templates/frontend/theme.inc, find line 231:
replace
$target = $settings['openNewWindow'] ? '_blank' : 'self';
by
$target = $settings['openNewWindow'] ? '_blank' : '_self';