Hello,
Loving this template but I am having problems with the Ariana template after updating to J4.
I upgraded the site to J4, then reinstalled the theme and all modules.
I have two installs that are nearly identical.
One still in J3 https://centralcoastbusinessalliance.com/
One in J4 that I just updated https://pritchardhosting.com/ccba
Both running php8.0
I have some custom css both in:
/public_html/templates/j51_ariana/css
and in the template area.
But I broke the link and it didn't fix the problems.
I removed the html folder in the J4 version and reinstalled the template as per a forum post.
I cleared the site cache, browser cache and did a database fix on the backend also. No server caching used.
I opened the modules and saved and closed, also the theme.
I compared all the settings between the two sites, they look identical.
Could I get you to take a look? Was going to send the login info but wasn't sure how to post that privately.
Thanks so much!
Mike
- MikePritchard
- Commercial Templates
- Friday, 23 December 2022
- Subscribe via email
Still need help but I found a few of the problems. It appears the custom css doesn't load in the correct order but I am working around that.
Some of my custom css doesn't work because of Joomla core changes.
The J51 - ImageHover Gallery doesn't look like it's coded quite right, the 4 column option is set at a width of 25% for each image, because of the added padding that breaks the layout.
I can't figure out why the nav buttons to the left of the top slider are missing.
I haven't worked through all the css, only about half way through the page, but sure seems like it should be closer to the J3 version.I think there is something else wrong.
Some of my custom css doesn't work because of Joomla core changes.
The J51 - ImageHover Gallery doesn't look like it's coded quite right, the 4 column option is set at a width of 25% for each image, because of the added padding that breaks the layout.
I can't figure out why the nav buttons to the left of the top slider are missing.
I haven't worked through all the css, only about half way through the page, but sure seems like it should be closer to the J3 version.I think there is something else wrong.
- more than a month ago
- Commercial Templates
- # 1
Hi Mike
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Thank you Mike
Updating the ImageHover module to the latest download appears to have resolved the issue.
Ciaran
Updating the ImageHover module to the latest download appears to have resolved the issue.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Thank you very much, I think I can code fixes for the rest of the layout problems lower on the page but still have this issue:
I can't figure out why the nav buttons to the left of the top slider are missing.
Is that because of the slider code?
Thanks much.
I can't figure out why the nav buttons to the left of the top slider are missing.
Is that because of the slider code?
Thanks much.
- more than a month ago
- Commercial Templates
- # 4
Hi Mike
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)....
.layerslideshow {
overflow: visible;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
A new update has been created for the Ariana template which includes this fix.
Thank you
Ciaran
Thank you
Ciaran
- more than a month ago
- Commercial Templates
- # 6
Thank you for doing that. The image hover thing still doesn't look right. I am no expert, but you have the widths that total 100% then padding on top of that.
So I added this to custom css:
@media only screen and (min-width: 960px) and (max-width: 1280px){
.j51imagehover768 .j51imghvr-item {
width: 30.333% !important;
margin-left:auto;margin-right:auto;
}
.j51imagehover770 .j51imghvr-item {
width: 30.333% !important;
margin-left:auto;margin-right:auto;
}
}
@media only screen and (max-width: 767px){
.j51imagehover768 .j51imghvr-item {width: 49% !important;}
.j51imagehover770 .j51imghvr-item {width: 49% !important;}
.j51_numbers740 .j51_numbers_item {
flex:auto;
max-width:100%;
padding: 20px 0%;
width: 100%;
}
}
and it sort of works.
But am also having the problem with the icon thing at the top also. Same issue. Would you mind taking a look again?
Thanks much.
So I added this to custom css:
@media only screen and (min-width: 960px) and (max-width: 1280px){
.j51imagehover768 .j51imghvr-item {
width: 30.333% !important;
margin-left:auto;margin-right:auto;
}
.j51imagehover770 .j51imghvr-item {
width: 30.333% !important;
margin-left:auto;margin-right:auto;
}
}
@media only screen and (max-width: 767px){
.j51imagehover768 .j51imghvr-item {width: 49% !important;}
.j51imagehover770 .j51imghvr-item {width: 49% !important;}
.j51_numbers740 .j51_numbers_item {
flex:auto;
max-width:100%;
padding: 20px 0%;
width: 100%;
}
}
and it sort of works.
But am also having the problem with the icon thing at the top also. Same issue. Would you mind taking a look again?
Thanks much.
- more than a month ago
- Commercial Templates
- # 7
Hi Mike
Could you please detail for me the issue you are having with the top icon? Are you referring to the social icons in the header?
Ciaran
Could you please detail for me the issue you are having with the top icon? Are you referring to the social icons in the header?
Ciaran
- more than a month ago
- Commercial Templates
- # 8
I am sorry, I wasn't very clear, the icon thing just under:
Leveraging your business & connections
That uses the J51_Icons module
I believe the problem is:
.j51_icons759 .j51_icon {
flex: 0 0 33.333%;
max-width: 33.333%;
}
.j51_icons759 .j51_icon {
padding: 20px 20px;
}
Does that make sense?
Leveraging your business & connections
That uses the J51_Icons module
I believe the problem is:
.j51_icons759 .j51_icon {
flex: 0 0 33.333%;
max-width: 33.333%;
}
.j51_icons759 .j51_icon {
padding: 20px 20px;
}
Does that make sense?
- more than a month ago
- Commercial Templates
- # 9
Hi Mike
Checking your J4 site on both Firefox and Chrome, this module is disabling icons in 3 columns. Is this not as expected?
Ciaran
Checking your J4 site on both Firefox and Chrome, this module is disabling icons in 3 columns. Is this not as expected?
Ciaran
- more than a month ago
- Commercial Templates
- # 10
Attached are the screenshots. At slightly reduced screen width you can see the icons nearly bumping into the edge.
On the other screen shot you can see they are breaking the page width.
But I am not sure what is breaking the page width.
On the other screen shot you can see they are breaking the page width.
But I am not sure what is breaking the page width.
- more than a month ago
- Commercial Templates
- # 11
Hi Mike
Thank you for detailing.
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
Thank you for detailing.
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.j51_icons {
margin: -20px 0;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 12
That helped. If anyone else is having this problem I'll post the final css changes I had to make to get this to work. It's not perfect but pretty close:
.layerslideshow {overflow: visible;}
.j51_icons {margin: -20px 0;}
#top1_modules.block_holder{width:96%;padding-left:2%;}
#top3_modules.block_holder{width:96%;padding-left:4%;}
#bottom3_modules.block_holder{width:96%;padding-left:2%;}
.base-2{padding: 0 45px 0px;}
@media only screen and (max-width: 598px) {
#top3_modules.block_holder {
width: 94% !important;
padding-left: 7% !important;
}
#top1_modules.block_holder {
width: 93% !important;
padding-left: 4% !important;
}
}
.layerslideshow {overflow: visible;}
.j51_icons {margin: -20px 0;}
#top1_modules.block_holder{width:96%;padding-left:2%;}
#top3_modules.block_holder{width:96%;padding-left:4%;}
#bottom3_modules.block_holder{width:96%;padding-left:2%;}
.base-2{padding: 0 45px 0px;}
@media only screen and (max-width: 598px) {
#top3_modules.block_holder {
width: 94% !important;
padding-left: 7% !important;
}
#top1_modules.block_holder {
width: 93% !important;
padding-left: 4% !important;
}
}
- more than a month ago
- Commercial Templates
- # 13
- 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 »