Thanks for the tutorials. I tried them all and found multiple errors but no real way to solve them.
Here is my first:
My post pages arent sharing the custom CSS from my theme across both pages correctly. There are two pages per post page, 1) English, and 2) French. This is what the CSS looks like for English:
/*Updated Blog Post CSS Edits*/
.entry-title
{
display: none;
}
.p-meta {
display: none;
}
.single .x-container.max.width.offset {
width: 100%;
max-width: none;
margin-top: 0%;
margin-bottom: 0%;
}
.single .entry-featured {
display: none;
}
.single .entry-wrap {
padding: 0;
padding-right: 0;
}
.entry-footer{
display:none;
}
/*Lightbox Popup Settings*/
div.ilightbox-holder div.ilightbox-container {
max-width: 78vw;
max-height: 78vh;
}
.ilightbox-holder.light {
left: 10vw !important;
right: 10vw !important;
}
/* Button for Lightbox Video*/
.x-btn.my-btnlb {
font-weight: 600;
font-size: 1em;
letter-spacing: 0.1em;
color: #00427a;
border-color: #00427a;
background-color: transparent;
padding: .75rem 2rem .75rem 2rem;
border-radius: .28em;
text-shadow: none !important;
width: 100%;
}
.x-btn.my-btnlb:hover {
color: #ffffff;
background-color: #00427a;
text-shadow: none !important;
}
This is what the CSS becomes for the French (a single line version that it always reverts back to):
/*Updated Blog Post CSS Edits*/n.entry-title n{n display: none;n}nn.p-meta {n display: none;n}nn.single .x-container.max.width.offset {n width: 100%;n max-width: none;n margin-top: 0%;n margin-bottom: 0%;nn}nn.single .entry-featured {n display: none;n}nn.single .entry-wrap {n padding: 0; n padding-right: 0;n}nn.entry-footer{n display:none;n}nnn/*Lightbox Popup Settings*/ndiv.ilightbox-holder div.ilightbox-container {n max-width: 78vw;n max-height: 78vh;n}nn.ilightbox-holder.light {n left: 10vw !important;n right: 10vw !important;n}nnn/* Button for Lightbox Video*/n.x-btn.my-btnlb {n font-weight: 600;n font-size: 1em;n letter-spacing: 0.1em;n color: #00427a;n border-color: #00427a;n background-color: transparent;n padding: .75rem 2rem .75rem 2rem;n border-radius: .28em;n text-shadow: none !important;n width: 100%;n}nn.x-btn.my-btnlb:hover {n color: #ffffff; n background-color: #00427a;n text-shadow: none !important;n}n
Further here are the screenshots of what the page should look like with the URLs (EN and FR) for the reference:
English: https://decisionbrain.com/yantian-hit-terminals/
French: https://decisionbrain.com/fr/port-de-shenzhen-yict-et-hong-kong-hit/
I provided login credentials in the first message and kept those open so you can explore further.