You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
),
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!
The text was updated successfully, but these errors were encountered: