Group: Member 
Post Group: Working Member
Posts: 175
Status: 
|
What do you say "so there is no immediate work around"
What do you think of this approach :- Place a button widget
- Give the button a text such as CTA
- Enter the link field as shown
- Give the Rel field the value "noopener noreferrer"
- Test the page via Preview Change
- Place the mouse over the CTA key
- Right click on the CTA button
- Select the option Inspect element
- Move up a line starting with <a class and click it with the right mouse button
- Select the Edit as HTML option
- Select the HTML code with Ctrl-A
- Copy the selected HTML code with Ctrl-C
- Go back to your web page in SitePad
- Add and open the CTA widget
- Open the Button Style under settings
- Clear the default Button text (this will make the button disappear)
- Open the Text style under Settings
- Click on the </> button to open the HTML view
- Scroll to the text end
- Add <p>
- Paste the saved text at the end with Ctrl-V
- Add </p>
The HTML code for the button can depend on the theme used, for me it looks like this as an example to open google.com with CTA button text:
Quote <a class="pagelayer-btn-holder pagelayer-ele-link pagelayer-btn-default pagelayer-btn-large pagelayer-btn-icon-left" href=""https://google.com" target="_blank"" rel=""noopener noreferrer"">
<span class="pagelayer-btn-text">CTA</span>
</a> You could remove or leave the white space between the > and < characters at the end.
Please let me know if I was able to perform these steps one by one in this order with Firefox browser.
|