End of Support for Joomla 3 - Forum closed
Titre des articles d'un blog en h1
Bonjour,
J"ai pris une simple licence pour ce thème et j'ai le problème suivant :
Ma page d'accueil est un lien de menu vers le blog d'une catégorie.
Je fais afficher l'introduction d'1 article puis 10 titres avec liens
Le titre de l'introduction du 1er article est en H1
Je souhaite le mettre en H2
J'ai bien essayé de copier le fichier components/com_content/views/category/tmpl/blog.php vers templates/jp-superbike/html/com_content/category/blog.php après avoir remplacer les h1 par des h2
mais rien n'y fait!
Du coup, si je fais afficher l'intro de 2 articles, je me retrouve avec 2 h1!
Si vous pouvez m'aider
Merci pour votre aide
Cordialement
Hello,
I "ve taken a single license for the subject and I have the following problem:
My home page is a menu link to the blog of a category.
I view the introduction of Article 1 and 10 tracks with links
The title of the introduction of the first section is in H1
I wish to H2
I tried to copy the file components/com_content/views/category/tmpl/blog.php to templates/jp-superbike/html/com_content/category/blog.php after replacing h1 by h2
but nothing happens!
So, if I see the intro of 2 articles, I end up with 2 h1!
If you can help me
Thank you for your help
cordially
J"ai pris une simple licence pour ce thème et j'ai le problème suivant :
Ma page d'accueil est un lien de menu vers le blog d'une catégorie.
Je fais afficher l'introduction d'1 article puis 10 titres avec liens
Le titre de l'introduction du 1er article est en H1
Je souhaite le mettre en H2
J'ai bien essayé de copier le fichier components/com_content/views/category/tmpl/blog.php vers templates/jp-superbike/html/com_content/category/blog.php après avoir remplacer les h1 par des h2
mais rien n'y fait!
Du coup, si je fais afficher l'intro de 2 articles, je me retrouve avec 2 h1!
Si vous pouvez m'aider
Merci pour votre aide
Cordialement
Hello,
I "ve taken a single license for the subject and I have the following problem:
My home page is a menu link to the blog of a category.
I view the introduction of Article 1 and 10 tracks with links
The title of the introduction of the first section is in H1
I wish to H2
I tried to copy the file components/com_content/views/category/tmpl/blog.php to templates/jp-superbike/html/com_content/category/blog.php after replacing h1 by h2
but nothing happens!
So, if I see the intro of 2 articles, I end up with 2 h1!
If you can help me
Thank you for your help
cordially
by chlyroju
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Titre des articles d'un blog en h1
Posted 9 years 7 months ago #7745
You are wrong, its not working, because our theme was build with Warp7.
Here we are:
This way you can also override system files. For example, just take the Joomla article layout
../warp/systems/joomla/layouts/com_content/article/default.php
and copy it to your style folder
.. /styles/STYLE-NAME/layouts/com_content/article/default.php
and modify it.
Now your modified article layout file will be used instead of the default system layout. The same is working for "blog" layout
Here we are:
This way you can also override system files. For example, just take the Joomla article layout
../warp/systems/joomla/layouts/com_content/article/default.php
and copy it to your style folder
.. /styles/STYLE-NAME/layouts/com_content/article/default.php
and modify it.
Now your modified article layout file will be used instead of the default system layout. The same is working for "blog" layout
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 7 months ago
by joomlaplates
Last edit: 9 years 7 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Re
J'utilise le style par défaut et il n'y a pas de dossier styles/default
Dois-je le créer?
I use the default style and there is no file styles / default
Should I create?
J'utilise le style par défaut et il n'y a pas de dossier styles/default
Dois-je le créer?
I use the default style and there is no file styles / default
Should I create?
by chlyroju
Please Log in or Create an account to join the conversation.
J'ai fait un essai avec le style "red"
J'ai donc créer dans le dossier ../styles/red les dossier layouts/com_content/category dans lequel j'ai copier le fichier blog.php issu de ../styles/red les dossier layouts/com_content/category . J'ai remplacer les h1 par des h2 dans le fichier blog.php
Malgré cela le titre du 1er article du blog reste en h1
J'ai procéder de la même façon pour les articles , à savoir :
J'ai donc créer dans le dossier ../styles/red les dossier layouts/com_content/article dans lequel j'ai copier le fichier default.php issu de ../warp/systems/joomla/layouts/com_content/article . J'ai remplacer les h1 par des h2 dans le fichier blog.php.
Dans ce cas le titre de l'artcicle est en h2, mais tous les titres de tous larticles sont en h2
Ce que je souhaite c'est avoir le titre du 1er article en h2 dans l'affichage d'un blog d'une catégorie
Je ne sais pas si je suis bien clair dans mes explications.
Merci pour votre aide
I did a test with the style "red"
So I create the folder../styles/red les dossier layouts/com_content/category in which I copy the blog.php resulting from ../warp/systems/joomla/layouts/com_content/category file. I replace h1 by h2 in the file blog.php
Despite this the title of the first section of the blog remains h1
I proceed in the same way for the items, namely:
So I create the folder ../styles/red layouts folder/com_content/article in which I copy the default.php resulting from ../warp/systems/joomla/layouts/com_content/article file. I replace h1 by h2 in the blog.php file.
In this case the title of the artcicle is h2, but all songs are all larticles h2
What I want is to have the title of the first article in h2 viewing a blog from one category
I do not know if I'm clear in my explanations.
Thank you for your help
J'ai donc créer dans le dossier ../styles/red les dossier layouts/com_content/category dans lequel j'ai copier le fichier blog.php issu de ../styles/red les dossier layouts/com_content/category . J'ai remplacer les h1 par des h2 dans le fichier blog.php
Malgré cela le titre du 1er article du blog reste en h1
J'ai procéder de la même façon pour les articles , à savoir :
J'ai donc créer dans le dossier ../styles/red les dossier layouts/com_content/article dans lequel j'ai copier le fichier default.php issu de ../warp/systems/joomla/layouts/com_content/article . J'ai remplacer les h1 par des h2 dans le fichier blog.php.
Dans ce cas le titre de l'artcicle est en h2, mais tous les titres de tous larticles sont en h2
Ce que je souhaite c'est avoir le titre du 1er article en h2 dans l'affichage d'un blog d'une catégorie
Je ne sais pas si je suis bien clair dans mes explications.
Merci pour votre aide
I did a test with the style "red"
So I create the folder../styles/red les dossier layouts/com_content/category in which I copy the blog.php resulting from ../warp/systems/joomla/layouts/com_content/category file. I replace h1 by h2 in the file blog.php
Despite this the title of the first section of the blog remains h1
I proceed in the same way for the items, namely:
So I create the folder ../styles/red layouts folder/com_content/article in which I copy the default.php resulting from ../warp/systems/joomla/layouts/com_content/article file. I replace h1 by h2 in the blog.php file.
In this case the title of the artcicle is h2, but all songs are all larticles h2
What I want is to have the title of the first article in h2 viewing a blog from one category
I do not know if I'm clear in my explanations.
Thank you for your help
by chlyroju
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Titre des articles d'un blog en h1
Posted 9 years 7 months ago #7748
You can create a new "style" with the "customizer"
>> Template options > Customizer > Style > copy the default style.
After that you can copy your override files into the new style folder, which you have created.
>> Template options > Customizer > Style > copy the default style.
After that you can copy your override files into the new style folder, which you have created.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hello,
I understand the principle.
However, the title of the articles presented in the introduction of a blog of a category are desperately h1, except to put all the titles of the articles in com_content/article/default.php which I do not want.
Replace h1 by h2 in com_content/category/blog.php has no effect. The titles are h1.
Cordially
Christian
I understand the principle.
However, the title of the articles presented in the introduction of a blog of a category are desperately h1, except to put all the titles of the articles in com_content/article/default.php which I do not want.
Replace h1 by h2 in com_content/category/blog.php has no effect. The titles are h1.
Cordially
Christian
by chlyroju
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates