×
Please select the right Template below! And please insert a live URL where we can see what do you mean. A screenshot is helpful too.
[SOLVED] Dot Nav Menu module in Perfect II templates
- daspsrl
-
Topic Author
- Posts: 3
Dot Nav Menu module in Perfect II templates was created by daspsrl
Dear team,
I'm trying to modify the code of this module, for example, for the NEWS button I have as standard with the Perfect II template this code:
<a title="Home" class="menu-icon" data-uk-smooth-scroll="" href="#top" data-uk-tooltip="{pos:'left'}">
<i class="uk-icon-button uk-icon-home uk-icon-large"></i></a><br/>
I put in RED the href section: I want just to insert a webpage of my website (for example href="/pageofmyinterest"). I changed the code but every time I click on the menu icon simply nothing is happening ?!?
Can you help me ?
Regards
I'm trying to modify the code of this module, for example, for the NEWS button I have as standard with the Perfect II template this code:
<a title="Home" class="menu-icon" data-uk-smooth-scroll="" href="#top" data-uk-tooltip="{pos:'left'}">
<i class="uk-icon-button uk-icon-home uk-icon-large"></i></a><br/>
I put in RED the href section: I want just to insert a webpage of my website (for example href="/pageofmyinterest"). I changed the code but every time I click on the menu icon simply nothing is happening ?!?
Can you help me ?
Regards
1 year 1 month ago
#1
Please Log in or Create an account to join the conversation.
Replied by joomlaplates on topic Dot Nav Menu module in Perfect II templates
Hello,
if you want to link it to a webpage you have to insert a ink like this
if you want to link it to a webpage you have to insert a ink like this
<a title="Home" class="menu-icon" href="xxx.de/pageofmyinterest" data-uk-tooltip="{pos:'left'}">
<i class="uk-icon-button uk-icon-home uk-icon-large"></i></a><br/>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
The following user(s) said Thank You: daspsrl
1 year 1 month ago
#2
Please Log in or Create an account to join the conversation.
- daspsrl
-
Topic Author
- Posts: 3
Replied by daspsrl on topic [SOLVED] Dot Nav Menu module in Perfect II templates
Problem solved.
1 year 1 month ago
#3
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates