1. vincebodie
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 25 March 2024
  5.  Subscribe via email
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/

screen-grab- 2024-03-25 at 10.39.51 AM.jpg

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:

screen-grab- 2024-03-25 at 10.42.16 AM.jpg

Any help please? I'm sure this is easy but I'm just not getting it!
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
I found a workaround which was to make the class '.slick-slide' visible:


.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:

screen-grab- 2024-03-26 at 9.52.45 AM.jpg

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

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

screen-grab- 2024-03-29 at 4.48.34 PM.jpg
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
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)....

.com-finder.finder {
height: auto;
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
That worked, thank you!
Accepted Answer Pending Moderation
0
Votes
Undo
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
Accepted Answer Pending Moderation
0
Votes
Undo
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
Accepted Answer Pending Moderation
0
Votes
Undo
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

screen-grab- 2024-04-04 at 9.02.28 AM.jpg
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
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
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok