Forum Replies Created
-
AuthorPosts
-
i changed from tab section to “normal tabs” and the problem is solved at this point. However, it persists on the main parkinson-journal.de website, not always, but occasionally and without any apparent cause.
Thx Mike, but i have the menu in the right sidebar and then there is no title bar settings or Header visibility settigs possible .I don´t want to change my Site Layout in general,
Notify me of follow-up replies via email
My website has now the menu on the right side with some widgets following.
Now I need a landing page that has neither a header menu, nor a side menu on the right, nor widgets on the right, no logo. So nothing but a completely blank page. With this CSS code I have already come very far
.page-id-52460 .main_menu {
display: none !important;
only the widgets are left. But I can’t remove them basically, because I need them on all other pages.
what can i do to get a completely empty page?
: it is about a landing page on my content.in the design of my client.you will find an admin access in private content, if necessary
My website has now the menu on the right side with some widgets following.
Now I need a landing page that has neither a header menu, nor a side menu on the right, nor widgets on the right. So nothing but a completely blank page. With this CSS code I have already come very far
.page-id-52460 .main_menu {
display: none !important;
only the widgets are left. But I can’t remove them basically, because I need them on all other pages.
what can i do to get a completely empty page?
: it is about a landing page on my content.in the design of my client.you will find an admin access in private content, if necessary
August 22, 2022 at 7:47 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1362429Thanks Mike for your support, the header of the posts have now the right size. But there is no header in the search-result-page.
August 21, 2022 at 6:36 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1362322Hi Mike,
i changed the Link-Colours in the main content area and in the alternate content area. but there is no effect. What am I doing wrong?
best regards, Jürgen
August 20, 2022 at 8:41 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1362301This reply has been marked as private.August 20, 2022 at 5:47 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1362247Hi Mike,
i moved the menu to the sidebar and two old problems came up again.
1. the search resault pages have no graphic in the header.
2. with the imported pages the header graphic is too big
see https://parkinson-journal.de/probieren-geht-ueber-studieren-teil-1-3Can you please correct that for me?
here is the current CSS code:
.widget {
font-size: 16px !important;
font-family: ‘Lato’!important;
}#top.search-results #main p,
#top.search-results #main .post-meta-infos * {
font-size: 18px;
font-family: ‘Lato’!important;
}
#top.single-post .template-single-blog .entry-footer,
#top.single-post .template-single-blog .related_posts,
#top.single-post .template-single-blog .comment-entry,
#top.single-post .template-single-blog .post-meta-infos{
display: none;
}
#top.single-post .template-single-blog .entry-content-wrapper {
padding-left: 10px;
}
#top.single-post .template-single-blog .entry-content-wrapper > .entry-content {
box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
padding: 2%;
font-family: ‘Lato’!important;
font-size: 18px;
}#top.single-post .template-single-blog .post-title {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
color: #222222;
font-size: 28px;
line-height: 1.1em;
text-align: center;
}
#top.single-post .template-single-blog .post-title:after {
content: url(https://parkinson-journal.de/wp-content/uploads/2022/06/Blueline-with-red-icon.jpg);
display: inline-block;
margin-top: 30px;
}
#top.single-post .container_wrap_first:before {
content: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png);}
.rssSummary { font-size: 14px; }
a.rsswidget { font-size: 16px; }July 1, 2022 at 10:44 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1357000is there a way to better separate the individual widgets of a sidebar with a hyphen?
July 1, 2022 at 10:40 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1356999June 30, 2022 at 5:06 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1356969everything works fine for me, only the widgets make problems.
if i want to have the right widgets in the search results i have to move them to “display everywhere. But then I get both the display everywhere and the sidebar blog widgets in the blog posts.
If I leave the display every widgets empty, the sideblog widgets are displayed correctly in the posts, but in the search results the completely wrong ones. If you need an admin account, the one from the last ticket is still openJune 21, 2022 at 8:26 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1356052gtranlate deactivatetd is without an effect.
The search is “Ivory” not the enfold search. i disabled now the display of other results than pages or posts.June 21, 2022 at 5:23 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1356028Although I have installed the font LATO via plugin and in the general styling as font, size 14 px (in the main theme as well as in the child theme) this setting is consistently ignored by WordPress. The font is not even available in the classic editor for manual selection.
What on earth have I done wrong? I hope you can fix thisJune 21, 2022 at 5:11 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1356025This reply has been marked as private.June 20, 2022 at 6:59 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1355862I could not solve the problem of font size and font with the insertion of the corrected code.
and
Sorry, but I could not follow the suggested solution for the double sidebar.
In the private sector, I have given you the data for an admin account.
A good reference site for testing is https://parkinson-journal.de/18-jahre-ohne-medikamente
best regards, Jürgen
June 20, 2022 at 6:53 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1355808Thank you Mike for your great job. There are only two points left open that I can’t get solved.
Since the font “glacial…” in connection with the plugin “use any font” caused me more problems than it was worth I switched to the Google font “Lato”. This works fine for all other pages, but not for the imported pages. I have adapted your code accordingly
#top.single-post .template-single-blog .entry-content-wrapper > .entry-content {
box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
padding: 2%;
font-family:’Lato’!important;
font-size: 14pt;but I seem to have missed something”, because the font size does not change.
see: https://parkinson-journal.de/18-jahre-ohne-medikamente
Furthermore the sidebar appears twice below each other.
Maybe you can help me.
Greetings from sunny Munich, JürgenJune 19, 2022 at 6:59 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1355744thx for your help, regarding point one:
works fine i changed font family in general to Lato and font size 14pxTopic 2 search result page:
i sent you two screenshots, the page as it is and as it should be.the links of the media elements:
https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png
https://parkinson-journal.de/wp-content/uploads/2022/06/Blueline-with-red-icon.jpgregarding the imported file
this is an example for the importetd post design: https://parkinson-journal.de/18-jahre-ohne-medikamente
at least i need the head pic and have to get rid of that social media links,the “dies könnte dich auch interessieren” part, and comment staff at the end of the pagethis is an example of my own post design :https://parkinson-journal.de/pingpongparkinson.
In an ideal world, both the imported and nay own posts look similarThx for your help, Jürgen.
works. Thank you.
I first deactivated each plugin individually and then all plugins together and reloaded the page. The problem remains
didn´t work. admin data in private
Thanks, works fine
login details attached private
i sent you the admin data but didnt get any response until now
you can see it on http://www.froh-und-bunter.de
i have the same problem. Could you solve it?
-
AuthorPosts