How to add website url to 'View your website' button at the last step
Hi,
Firstly, thank you for creating this! I had to make a few changes to get it working, but it's still not working as expected.
At the last step 'themes.php?page=merlin&step=ready', the view website button shows the same url, and just refreshes the page on clicking it. How do I change the url so it links to the website url? eg., https://example.com
Can anyone help please? Thank you!
Screenshot video: https://i.imgur.com/K59POG6.gif
Also, the icons are not showing, just shows blank white space ( have added css: display:none; on the screenshot video website)
Thanks and have a great day!
it's in config - the sample defaults it to an empty string. Remove that empty string and it'll go to the site homepage.
$config = array(
'directory' => 'merlin', // Location / directory where Merlin WP is placed in your theme.
'merlin_url' => 'merlin', // The wp-admin page slug where Merlin WP loads.
// .... get rid of the next line
'ready_big_button_url' => '', // Link for the big button on the ready step.
),