Hello
Some questions on template Layla.
After changing to template Layla, table rows sometimes have got a border (top and/or bottom), although there is no border code.
I have to set the border color to white to make this (grey) border invisible (or white if you want).
I have several pages with photos in tables. Not all tables have the same responsive view, although the code is the same.
Can main menu subitems made visible on smartphone as used to be in older templates? Now user has to return to the menu to see submenu items.
Can I change hyperlink formatting (color and font) in article text only, not affecting the hyperlinks in menus. I would also like to change hover effect only in article text. I used to change this directly in nexus.css but I cannot find it in the new template. Can you tell me in which line I can find these css rules?
How do I change main menu uppercase into lowercase (first character capital)? text-decoration: none doesn't change anything.
I would like to put the Search module on the position as shown in the template demo, but I can't find the name of that position.
Can I install an older version of J51_Layerslideshow to have nicer title and text effects?
Thank you for your answers.
Guy
- HelixGuy
-
- Commercial Templates
- Tuesday, 15 December 2020
- Subscribe via email
Thank you
1. Would you have a URL directly to an example of a table displaying a border? We are unable to replicate this on the coupld of examples that we found.
2. Regarding the mobile menu, updating your template to the latest download 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
3. To amend the article hyperlinks, you can use the following selectors in the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
4. To amend the menu items text-transform you can also add the following to the Custom CSS field (edit to taste)...
5. The search module is in the header-3 module position.
Ciaran
1. Would you have a URL directly to an example of a table displaying a border? We are unable to replicate this on the coupld of examples that we found.
2. Regarding the mobile menu, updating your template to the latest download 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
3. To amend the article hyperlinks, you can use the following selectors in the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.maincontent a {
...
}
.maincontent a:hover {
...
}4. To amend the menu items text-transform you can also add the following to the Custom CSS field (edit to taste)...
.hornav ul.menu > li > a,
.hornav ul.menu > li > span {
text-transform: initial;
}5. The search module is in the header-3 module position.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran
Thanks very much so far.
1. On the following pages table rows sometimes have a border (top and/or bottom), although there is no border code.
https://www.campusdehelix.be/index.php/contact/eerste-graad-nw.html
https://www.campusdehelix.be/index.php/contact/secretariaat-looheuvelstraat-nw.html
https://www.campusdehelix.be/index.php/contact/secretariaat-rw-nw.html
Also:
https://www.campusdehelix.be/index.php/onze-school/leerlingbegeleiders.html
The first three pages (and only these 3) also have the problem of not showing the photos in the right responsive view on smartphone.
2. Can you also have a look at the following flickering problem?
Hover over the following path in main menu: Studieaanbod, Eerste graad, Tweede jaar.
The problem appears in Edge and Chrome, not in Firefox.
What is wrong?
Thanks again for your help.
Guy
Thanks very much so far.
1. On the following pages table rows sometimes have a border (top and/or bottom), although there is no border code.
https://www.campusdehelix.be/index.php/contact/eerste-graad-nw.html
https://www.campusdehelix.be/index.php/contact/secretariaat-looheuvelstraat-nw.html
https://www.campusdehelix.be/index.php/contact/secretariaat-rw-nw.html
Also:
https://www.campusdehelix.be/index.php/onze-school/leerlingbegeleiders.html
The first three pages (and only these 3) also have the problem of not showing the photos in the right responsive view on smartphone.
2. Can you also have a look at the following flickering problem?
Hover over the following path in main menu: Studieaanbod, Eerste graad, Tweede jaar.
The problem appears in Edge and Chrome, not in Firefox.
What is wrong?
Thanks again for your help.
Guy
- more than a month ago
- Commercial Templates
- # 4
Hello
1. Sorry to say we are unable to replicate this issue (assuming the 'Medewerkers' table). We have checked in both Firefox and Chrome.A shot in the dark but to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
2. Strange. Does adding the following to the Custom CSS field of your template settings resolve the issue?..
Ciaran
1. Sorry to say we are unable to replicate this issue (assuming the 'Medewerkers' table). We have checked in both Firefox and Chrome.A shot in the dark but to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
td, th {
border: 0;
}2. Strange. Does adding the following to the Custom CSS field of your template settings resolve the issue?..
.hornav > ul > li > ul .parent-indicator,
.hornav > ul > li ul > li > ul .parent-indicator {
margin-top: 10px;
}
.hornav ul ul ul ul {
left: 225px !important;
}Ciaran
- more than a month ago
- Commercial Templates
- # 5
- 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 »