Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add website url to 'View your website' button at the last step #201

Open
birdbrainsolutions opened this issue Jul 27, 2021 · 1 comment

Comments

@birdbrainsolutions
Copy link

birdbrainsolutions commented Jul 27, 2021

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!

@oobi
Copy link

oobi commented Apr 5, 2023

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.
	),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants