I am in the process of updating a site from Joomla 3.x to 4.4.3 and I have an issue with a module in the showcase-1a position not rendering even though it is published and showing in the code. I've gone through the inspector and I don't see anything CSS related, so perhaps it's a Javascript issue, which is admittedly not my strong suit.
Anyhow here is the current J3 site, and you can see the slideshow module at the top that first shows "Etched Glass Green Sea Turtle" followed by other images:
https://artglassandmetal.com/
Now here is the Joomla 4 test site:
https://artglassandmetal.com/j4/
You can see that the module is not there, though it shows in the code:
Any help please? I'm sure this is easy but I'm just not getting it!
- vincebodie
- Commercial Templates
- Monday, 25 March 2024
- Subscribe via email
I found a workaround which was to make the class '.slick-slide' visible:
I do not know how or why that class was being applied in the first place, but at least that works.
Now I have an issue where the navigation arrows do not show, there are just boxes as placeholders:
Here is the code, and I assume it's an issue with font awesome?
What's the fix for this?
.slick-slide {
display: inline-flex;
}
I do not know how or why that class was being applied in the first place, but at least that works.
Now I have an issue where the navigation arrows do not show, there are just boxes as placeholders:
Here is the code, and I assume it's an issue with font awesome?
.layerslideshow .PrevArrow::before {
content: '\f104';
}
What's the fix for this?
- more than a month ago
- Commercial Templates
- # 1
Hello
Thank you for the update. To amend, could you try adding the following to the Custom CSS field of your template style settings..
Ciaran
Thank you for the update. To amend, could you try adding the following to the Custom CSS field of your template style settings..
.layerslideshow .NextArrow::before,
.layerslideshow .PrevArrow::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
That did it, thanks!
I have one other question if you don't mind me addressing it here instead of in a new thread. Go to this page and look at the layout:
https://artglassandmetal.com/j4/search-for-art-glass-and-metal-pictures-and-descriptions?q=coach
The search results are covered by the div below 'container_bottom3_modules', see the screen shot. What's the fix for this? Thanks!
I have one other question if you don't mind me addressing it here instead of in a new thread. Go to this page and look at the layout:
https://artglassandmetal.com/j4/search-for-art-glass-and-metal-pictures-and-descriptions?q=coach
The search results are covered by the div below 'container_bottom3_modules', see the screen shot. What's the fix for this? Thanks!
- more than a month ago
- Commercial Templates
- # 3
Hello
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.com-finder.finder {
height: auto;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 4
OK one more thing... How do we make the header sticky like in the Joomla 3 version of the site that we upgraded from?:
https://artglassandmetal.com
https://artglassandmetal.com/j4
https://artglassandmetal.com
https://artglassandmetal.com/j4
- more than a month ago
- Commercial Templates
- # 6
Hello
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_header {
position: sticky;
top: 0;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hello
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#container_header {
position: sticky;
top: 0;
}
Ciaran
OK thanks that helped, but it still doesn't have the same effect when you scroll as the old Joomla 3 site did:
https://artglassandmetal.com
https://artglassandmetal.com/j4
On a perhaps related note, there is a layout issue when I am looking at the template style in the admin. The page does not render correctly when looking at the General tab, see the screen shot. We are using template version 1.0.2 on Joomla 5.0.3. The issue was also present in Joomla 4.4.3. I just downloaded and reinstalled the template but that didn't fix it.
Thanks
vince
- more than a month ago
- Commercial Templates
- # 8
Hello
It appears your browser is still loading old CSS for your admin UI. Does doing a full refresh on your browser resolve the issue (CTRL + F5)?
Ciaran
It appears your browser is still loading old CSS for your admin UI. Does doing a full refresh on your browser resolve the issue (CTRL + F5)?
Ciaran
- 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 »