Some éléments to aide
-
Hello again,
On my website, I would like to put the logo on each pages (page About us, page Trek, and page Contact, on the black tool bar, at the left), with a link to the home page, is it possible ?
Also, I would like to hide ARCHIVS :PROJETS on this page : https://breakandtrek.com/portfolio/
How is it possible ?
Last question I hope, I would like to translater in english this kind of text “TYPE DE PROJET : INFOGRAPHIE” in this page for example : https://breakandtrek.com/project-type/infographie/, how is it possible please ?
Thanks a lot for your help, I am a beginners in WordPress… and unforntunately I do not find auto on the Silvio Thème.
Thank you again and have a nice day !
Regards,
StéphanieThe blog I need help with is: (visible only to logged in users)
-
Hi Stéphanie,
about adding the logo, unfortunately is not possible. Logo is only displayed on the homepage and archive pages, but not on static custom Pages.
The second question, yes, you can hide the ARCHIVS :PROJETS adding this CSS:
.post-type-archive-jetpack-portfolio .page-header { display: none; }
And finally, languages are managed by WordPress.com configuration. If you want, you can have two version of sites with different content:
https://en.support.wordpress.com/set-up-a-multilingual-blog/but is not possible to mix two language in the same site. However, in this case you can add this CSS to hide the default text and show your own text.
.term-80607 .page-header h1.page-title:after { content: "YOUR TEXT IN ENGLISH"; font-size: 28px; font-size: 1.75rem; } .term-80607 .page-header h1.page-title { font-size: 0; }
Hope this helps :)
Ricardo P. from SiloCreativo -
Hello again,
Thank you.
Do you mean that if I put this CSS code :.term-80607 .page-header h1.page-title:after {
content: “YOUR TEXT IN ENGLISH”;
font-size: 28px;
font-size: 1.75rem;
}
.term-80607 .page-header h1.page-title {
font-size: 0;
}I will have YOUR TEXT IN ENGLISH instead of “TYPE DE PROJET : INFOGRAPHIE” ont this page : https://breakandtrek.com/project-type/infographie/
Because for me it is not working….
Thank you very much for your help again.
-
Hi Stéphanie,
yes, but it only works for the page you sent us: https://breakandtrek.com/project-type/infographie/ (which is no longer available).
The important number is the “.term-80607”. This is an exclusive selector for each tax page. For example, in this project-type (https://breakandtrek.com/project-type/photography/) the id is .term-436.
You can find your page term using your browser inspector:
https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/#chromeThanks,
Ricardo P. from SiloCreativo -
-
-
Hello again,
I have a problem with that.
Even if I have understand now where to look to find the important number like for example “.term-80607”, I do not success because there is so many information that I don’t see it.So could you give me please the number of this page : https://breakandtrek.com/project-type/written-ecrits/
and the CSS code to hide : “TYPE DE PROJET : “
I just want TO keep “WRITTEN / ECRITS
Written, poetry, novels / Ecrits, poésie, nouvelles” on the top of this page.I will need to the important number of this page : https://breakandtrek.com/project-type/computer-graphics-infographie/
and this page : https://breakandtrek.com/project-type/photography-photographie/It look so easy for you, so if it is, can you give me the number and css code ?
Many thank for your help Ricardo, I really appreciate.
Otherwise, be reassured, I have almost finish my modifications.
Thank you again
-
Hi Stéphanie,
yes, never mind, the number is on the body element, at the beginning of HTML code, but it is difficult to find.
For https://breakandtrek.com/project-type/written-ecrits/:
.term-564331252 .page-header h1.page-title:after { content: "WRITTEN / ECRITS"; font-size: 28px; font-size: 1.75rem; } .term-564331252 .page-header h1.page-title { font-size: 0; }
for this https://breakandtrek.com/project-type/computer-graphics-infographie/:
.term-564331125
and finally, for https://breakandtrek.com/project-type/photography-photographie/:
term-13753553
Hope this helps! Let us know :)
Ricardo P. from SiloCreativo -
-
- The topic ‘Some éléments to aide’ is closed to new replies.