1. Timer
  2. Commercial Templates
  3. Saturday, 15 July 2023
  4.  Subscribe via email
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! ;)
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
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)....

div.j51_numbers .j51_numbers_number {
margin: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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!
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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)....

.hornav ul.menu > li > a,
.hornav ul.menu > li > span {
font-size: 16px;
font-weight: 800;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran!

1. The module placed on "base-2d", the link is attached.

2. It work's properly, thank you! ;)
References
  1. http://www.szilady-rfc.hu
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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)

.base-2d {
min-height: 210px;
display: flex;
align-items: center;
justify-content: center;
}
.base-2d .module_surround {
padding-block: 0 !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran!

Works like a charm! ;) Thank you very much, and have a nice day!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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!
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
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?
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!