Hello,
I transfered my site from J3 to J4 and I found two problems with the menu in version J4:
1.The arrows don't appear when menu-item is pointed to e.g. an article. It appears when menu-item ist pointed to annother menu-item.
Please see yellow markers at the attached screenshots.
2. Where can I adjust the width of the menu-block? Please see green markers at the screenshot, the block is a bit smaller in J4.
Hope you can help.
Best regards
Thomas
Hi Thomas
1. Thank you for reporting this issue.
I have just created an update for this template which should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
Ciaran
1. Thank you for reporting this issue.
I have just created an update for this template which should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
.hornav > ul > li > ul,
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > li > ul {
width: 280px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Thanks Ciaran!
1. Update solved the main part of the problem, but arrows in submenus look "different"...
Please see screenshot
I'll send you access data by mail.
2. Works!
best regards,
Thomas
1. Update solved the main part of the problem, but arrows in submenus look "different"...
Please see screenshot
I'll send you access data by mail.
2. Works!
best regards,
Thomas
- more than a month ago
- Commercial Templates
- # 2
Hi Thomas
Thank you for the update. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Thank you for the update. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.parent-indicator::before {
display: none;
}
.hornav ul ul .parent-indicator {
transform: rotate(-90deg);
top: .6rem;
position: relative;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran,
thank you!
But:
By adding that, the indicators disappear (first screenshot).
Second part of the code works (second screenshot).
Best regrads,
Thomas
thank you!
But:
By adding that, the indicators disappear (first screenshot).
Second part of the code works (second screenshot).
Best regrads,
Thomas
- more than a month ago
- Commercial Templates
- # 4
Hi Thomas
That is strange. Adding the CSS from web tools and it appears to work correctly. The first CSS rule should remove the back square that is displayed beside the chevron but not affect the chevron itself?
Ciaran
That is strange. Adding the CSS from web tools and it appears to work correctly. The first CSS rule should remove the back square that is displayed beside the chevron but not affect the chevron itself?
Ciaran
- more than a month ago
- Commercial Templates
- # 5
I don't know, this part let disappear both:
Ok, when there is no solution, I'll leave it as it is now.
The sign is so small that hardly anyone can see it anyway.
.parent-indicator::before {
display: none;
}
Ok, when there is no solution, I'll leave it as it is now.
The sign is so small that hardly anyone can see it anyway.
References
- more than a month ago
- Commercial Templates
- # 6
Hi, I'm having the same trouble with the arrows with the template "J51_Carmen" - they're just missing..... Tried those scripts, but wouldn't work.
Thanks!
Thanks!
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »