Hi Ciaran
I been away for a long time due to health, but I am finally getting around to updating my sites. I intend using J51_naomi template, however I have an issue with the download itself. Several CSS files are blank, the files are in folder CSS/ BASE/ GLOBAL/ colors_alternative.css, colors_standard.css, fonts-local_roboto.css, fonts-web_fira-sans.css, fonts-web_roboto+noto-sans.css. I don't know if this why I am struggling with changing things on the local website, I have downloaded the 2024 version several times and they have the same problem, same blank CSS files. Can you please check the Zip file (J51_Bianca_J4_unzip1st.zip).
I also checked the MEDIA/TEMPLATES/SITE/colors_alternative.css, colors_standard.css, fonts-local_roboto.css, fonts-web_fira-sans.css, fonts-web_roboto+noto-sans.css, and the same files are blank.
I would like be able to change the Item-title for articles from H2 to H3,
Cheers
Paul Edwards
- pauledwards
-
- Commercial Templates
- Sunday, 08 December 2024
- Subscribe via email
Hi Paul
That does seem strange as these files do not exist in the Bianca template download. May I ask what version of Joomla are you using?
To amend the item-titles try adding the following to the Head Custom Code field of your templates parameters (Extensions -> Template Manager -> YourTemplate -> Custom Code -> Head Custom Code)...
Ciaran
That does seem strange as these files do not exist in the Bianca template download. May I ask what version of Joomla are you using?
To amend the item-titles try adding the following to the Head Custom Code field of your templates parameters (Extensions -> Template Manager -> YourTemplate -> Custom Code -> Head Custom Code)...
<script>
document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll('.page-header h2').forEach(element => {
const h3 = document.createElement('h3');
h3.innerHTML = element.innerHTML;
element.parentNode.replaceChild(h3, element);
});
});
</script>
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran
Firstly can I just correct you, I am using Naomi and you are referencing Bianca Template
I just downloaded the Naomi Template again and same issue the files in the CSS Global Folder are Zero Bytes, they are definetly there, now whether they are supposed do anything I can't say, but going by the names of files they change Header/Logo style/Colour area.
Cheers
Paul Edwards
Firstly can I just correct you, I am using Naomi and you are referencing Bianca Template
I just downloaded the Naomi Template again and same issue the files in the CSS Global Folder are Zero Bytes, they are definetly there, now whether they are supposed do anything I can't say, but going by the names of files they change Header/Logo style/Colour area.
Cheers
Paul Edwards
- more than a month ago
- Commercial Templates
- # 2
Firstly can I just correct you, I am using Naomi and you are referencing Bianca Template
in your text you stated: 'Can you please check the Zip file (J51_Bianca_J4_unzip1st.zip).'
- more than a month ago
- Commercial Templates
- # 3
Hi
Yikes did not see that, copied wrong file, I have a few J51 templates, thank you FrancW for pointing my mistake out.
Cheers
Paul Edwards
Yikes did not see that, copied wrong file, I have a few J51 templates, thank you FrancW for pointing my mistake out.
Cheers
Paul Edwards
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran
I made a mistake last time, tthe template I need help with NAOMI. The zip file has missing CSS files in folder CSS/ BASE/ GLOBAL/ colors_alternative.css, colors_standard.css, fonts-local_roboto.css, fonts-web_fira-sans.css, fonts-web_roboto+noto-sans.css.
Not tried out the script you posted in my first post yet, would it work for NAOMI.
Cheers
Paul Edwards
I made a mistake last time, tthe template I need help with NAOMI. The zip file has missing CSS files in folder CSS/ BASE/ GLOBAL/ colors_alternative.css, colors_standard.css, fonts-local_roboto.css, fonts-web_fira-sans.css, fonts-web_roboto+noto-sans.css.
Not tried out the script you posted in my first post yet, would it work for NAOMI.
Cheers
Paul Edwards
- 3 weeks ago
- Commercial Templates
- # 5
Hi Ciaran
The issue is not a website but missing CSS files from NAOMI ZIP in your downloads section, I have had one or two problems trying to update couple of my websites.
I am using a couple of components to export articles from joomla v3 to joomla v4 on xampp server, I have had quite a bit luck so far, just a few niggles left, but was wondering if missing CSS files may be impacting to create issues.
Cheers
Paul
The issue is not a website but missing CSS files from NAOMI ZIP in your downloads section, I have had one or two problems trying to update couple of my websites.
I am using a couple of components to export articles from joomla v3 to joomla v4 on xampp server, I have had quite a bit luck so far, just a few niggles left, but was wondering if missing CSS files may be impacting to create issues.
Cheers
Paul
- one week ago
- Commercial Templates
- # 7
Thank you Paul
I think I understand now. The files exist however have no content. As they are not required, we will remove them in the next template update. However, in the meantime, they should have no negative effect on your installation.
Ciaran
I think I understand now. The files exist however have no content. As they are not required, we will remove them in the next template update. However, in the meantime, they should have no negative effect on your installation.
Ciaran
- 4 days ago
- Commercial Templates
- # 8
- 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 »