1. pauledwards
  2. Commercial Templates
  3. Sunday, 08 December 2024
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
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)...

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

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

Would you have a URL to an example of this issue?

Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
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
Accepted Answer Pending Moderation
0
Votes
Undo
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
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran

thank you for your help, we got there.

Cheers
Paul Edwards
  • 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