Forum Replies Created
-
AuthorPosts
-
Ah it works! Perfect, Thank you!!
This reply has been marked as private.Hi Mike, it works!! Cool, thank you : )
Hi, Mike,
yes thank you, it should look exactly like blog style.Hi Mike,
the blog post sidebar has left-justified text in our highlight colour (petrol). That’s not such a big problem, but it would be nicer if the category sidebar looks the same.Kind regards,
SarahHi Mike,
the code works, cool : )) Thank you!The second question: I activated the sidebar in the category pages via the sidebar settings.
But the sidebar on the category pages looks different than on the general blog page. For the blog pages I wrote in Quick CSS:.recentcomments a, .widget_recent_entries li a {
font-style: normal;
font-family: inherit;
}.widget_recent_entries li {
padding: 5px 0;
}Is it possible to change the sidebar in category pages in the same style?
Thank you!
Sarah- This reply was modified 5 years ago by ceiton.
Hello, Thank you, it works now!!
This reply has been marked as private.Hello Victoria, Thank you, that works now! : )
Now I have only 2 wishes left:
– Adding a new <h1> on top of the blog and
– display the blog-categories (under the post-title) in the same font-style like on the categories-sidebar (not only uppercase letters)Do you have an idea how to change it?
Kind regards,
SarahHello Victoria,
I could change the italic-type from “recent posts” in Quick CSS with
.recentcomments a, .widget_recent_entries li a {
font-style: normal;
font-family: inherit;
}
but now the line-height is still a bit different to “Categories”.
And the other things (h1 and bigger title) I could not solve so far.See the admin access below.
Thank you!Hello Victoria,
Thank you, but this is not exactly what i wanted. I dont´t want to change h2 to h1. I would like to ad a unique main title, for example “CEITON Blog”, as h1 above the post loop. Because now my SEO-analysis says that this url has no h1.And I tried to change the font size like recommended here: https://kriesi.at/support/topic/how-to-change-the-post-title-to-h1/
.entry-content .post-title {
font-size: 30x;
line-height: 1.5em;
}
But it did not change anything in my case.
Do you have another recommendation?Kind regards,
SarahThank you Ismael,
it works now!Best regards,
SarahHi Mike,
i added a complete new code line underneath the original:- <?php _e(‘Or contact us and we will answer your question.’, ‘avia_framework’); ?>
If i write it in my language, i have the problem in the English language version. -> We have a website with 2 language-versions from Polylang Plugin.
Is there a way to show the correct translation for each version?
Kind regards,
SarahHi Mike, thank you.
I could translate everything with the Poedit software.In loop-search.php and error404.php I added a new sentence: ‘Or contact us and we will answer your question.’
This sentence always appears in English, also in the German version. See links below. How can I change that?
It was not automatically taken into enfold.pot.
Kind regards,
SarahHello,
I wanted to edit the German translation of the 404 error page from “du” to “Sie” (more formal).
I did the changes in de_DE.po
But it does not work and also a the new line is only displayed in English. The same problem I have with the loop-search.phpAs described here https://kriesi.at/support/topic/search-result-po-file/
I also tried to select the formal language version directly from the WP settings, but it didn´t work.Can you tell me what’s wrong?
Thank you.Das selbe Problem habe ich auch bei der loop-search.php
Der geänderte Text aus der de_DE.po Datei wird nicht übernommen.Hello Nikko,
thank you, it works!Hello, my footer looks really nice on desktop. But on small screens like mobile, the linked words (Impressum / Datenschutz / Unternehmen ….) are too close together and it is not easy to click on them. Is there a way, to make a bigger padding or a more elegant wordwrap?
I already used this code in Quick CSS, to bring the social icons and the copymark to center (only mobile):
@media only screen and (max-width:767px) {
#socket .copyright {
display: block;
float: none;
padding-top: 40px;
text-align: center;
width: 100%;
}#top #wrap_all #socket .social_bookmarks {
float: none;
margin: 0;
position: absolute;
text-align: center;
top: 10px;
width: 100%;
}#socket .social_bookmarks li {
float: none;
display: inline-block;
}
}Thank you!
March 27, 2019 at 9:56 am in reply to: Problem with view of Layout-Builder / Avia Layout Architekt #1083490Perfect, Thank you!
-
AuthorPosts