-
Author
-
August 4, 2017 at 00:04 #169524btroeschParticipant
Hello! I am trying to manually add a button in my sidebar by using the html widget. I put in the following code:
[kleo_button title="Test" style="highlight" href="www.we-together.ch/test" tooltip_position="left" tooltip_action="hover"]
However, when clicking on the button it opens the following link: http://www.we-together.ch/freizeitaktivitaeten/www.we-together.ch/test
It adds the link of the button behind the link of the page where the button is located.
Can you help me out with that?
August 4, 2017 at 19:49 #169590Kieran_SQModeratorHey @btroesch,
The issue appears to be coming from using a full URL without defining HTTP:// or HTTPS:// first. To resolve this with external links please use the below snippet:
[kleo_button title="Test" style="highlight" href="http://www.we-together.ch/test" tooltip_position="left" tooltip_action="hover"]
If this is for internal links it should only contain the URI only, like so:
[kleo_button title="Test" style="highlight" href="/test/" tooltip_position="left" tooltip_action="hover"]
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 5, 2017 at 15:36 #169674Kieran_SQModeratorHey,
Please update the ticket with login credentials and where I can see this button and I will send you some CSS to style it like KLEO.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 5, 2017 at 16:50 #169685Kieran_SQModeratorHi,
Please add the below CSS to your Child Theme’s style.css or to Quick CSS under Theme Options > General Settings > Scroll to: Quick CSS.
#invite-anyone-widget-submit .button {margin: 3px 0 3px 0;background-color: #00b9f7;color: #ffffff;border: solid 1px #e5e5e5;border-radius: 3px;padding: 6px 12px 6px 12px;font-size: 13px;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.