Dear Devs!
I bought the "Riley J4" template, but I can't setting up the color fade animation of triangle in the left corner. I installed the demo mode in localhost test environment, and that works properly, but I can't find nothing specially in this settings. The "active" Joomla site is in up2date state.
However, the downloaded package contain 4 files with 1 kbytes, namely: "mod_j51carousel_j4.zip", "mod_j51pricingtable_j4.zip", "mod_j51profile_j4.zip", "mod_j51snipcart_j4.zip". Is this normal?
One more thing: in the "J51_Numbers" module, the distance between the numbers and the first line is too small. I think this is by design, but I would like to increase this space so that there is no overlap here.
Please, help me to identify the correct settings / CSS modifications.
Many thanks!
- Timer
-
- Commercial Templates
- Saturday, 15 July 2023
- Subscribe via email
Hello
1. The color in which the triangle is displayed after scroll can be set via the General -> Body/Header Styling -> Body Background Color III
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
1. The color in which the triangle is displayed after scroll can be set via the General -> Body/Header Styling -> Body Background Color III
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
div.j51_numbers .j51_numbers_number {
margin: 0;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hello Ciaran!
Thank you for your help, either works fine! You are the best, again!
In the meantime, I have two more questions. How can I control the height of the module positions? I can adjust the width in the template settings, but not the height. I have attached a picture of the problem.
My other question, I can adjust the font size of the main menu, but I want to use bold font style. Is this possible?
Very-very thanks!
Thank you for your help, either works fine! You are the best, again!
In the meantime, I have two more questions. How can I control the height of the module positions? I can adjust the width in the template settings, but not the height. I have attached a picture of the problem.
My other question, I can adjust the font size of the main menu, but I want to use bold font style. Is this possible?
Very-very thanks!
- more than a month ago
- Commercial Templates
- # 2
Hello
1. Would you have a URL to an example of this module position?
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
1. Would you have a URL to an example of this module position?
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav ul.menu > li > a,
.hornav ul.menu > li > span {
font-size: 16px;
font-weight: 800;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hello Ciaran!
1. The module placed on "base-2d", the link is attached.
2. It work's properly, thank you!
1. The module placed on "base-2d", the link is attached.
2. It work's properly, thank you!
References
- more than a month ago
- Commercial Templates
- # 4
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(amend the min-height value to your own taste)
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(amend the min-height value to your own taste)
.base-2d {
min-height: 210px;
display: flex;
align-items: center;
justify-content: center;
}
.base-2d .module_surround {
padding-block: 0 !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran!
Somewhat related to the topic, so I didn't open a new topic for it. I'm using the J51_NEWS module with the Riley template, and by default the image in the introduction text has this pale triangle. I could not find an option in either the modul or the template to turn it off. Can you help me with this? Thank you very much!
Somewhat related to the topic, so I didn't open a new topic for it. I'm using the J51_NEWS module with the Riley template, and by default the image in the introduction text has this pale triangle. I could not find an option in either the modul or the template to turn it off. Can you help me with this? Thank you very much!
- more than a month ago
- Commercial Templates
- # 7
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.j51news .j51news-image::after {
display: none;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 8
Thank you, Ciaran, it works!
One more thing: in the J51 slideshow module, the pictures also contain the blue triangle. Could something be done also about this?
One more thing: in the J51 slideshow module, the pictures also contain the blue triangle. Could something be done also about this?
- more than a month ago
- Commercial Templates
- # 9
- 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 »