Forum Replies Created
-
AuthorPosts
-
It’s the little DE on top of the page
I found a solution working directly with margin-top and margin-bottom
now it works
So you can close this request
I don’t really know why that error occured but I think I found a solution that works for me.
I think you can close that case now.
best regards
Hey Richard,
what do you see? I just renamed the font a bit (additional “web”) but on my side I see Source Sans Pro in italic. I prepared the font like discribed in the documentation but after upload and initialization the typo is shown italic. But I never put something in italic.
Best regards
jup…ähnlicher Ansatz…aber dein Hinweis hat mich erst drauf gebracht…daher danke dir
Ich kann über Yoast ja die Title für Beitragskategorien einzeln bearbeiten
Ich habs gefunden…es war SEO Yoast
you can see it on top in the browser tab – in this case you can read Press Archive in en and Presse Archive in de
or directly in the header code at meta property title for exampleok…here it is
it’s shown in both (german and english) as “[Category] Archive” which isnt’t a good SEO signal because some categories have the same name.
I would like to leave the englisch with “[Category] Archive” as already set and change the german into “[Category] Archiv”
I’ve set a link as example in the Private Content. There you can easy change the language and see that the title tag is always the same.
Yeah…I’ve kicked out the shown categories. It was not my first choice but I think this gonna work for me now.
Thanks for your help
I’ve tried a bit by my own again but I didn’t get it. But now I think I’ve deleted your last changes in css.
sorry for the late reply. I didn’t get a mail that you have answered.
I didn’t change anything. And the errors are still there. What exactly have you adjusted in the code?
see first link please…there it looks not good at all with your code
Any Idea how to fix it?
see second link, there I have added some little code (margin-righ) because the date and categories had no space between
.responsive #top .post-entry .post-meta-infos, .responsive #top .post-entry .blog-categories { float: left; width: auto; clear: none; top: -25px !important; margin-top: 0px !important; padding-top: 0px !important; margin-right: 20px; }
On the blog post (second link) you can also see a little seperator (/) after the date. Is it possible to get that between the categories and the date? Maybe by putting the date on first position and the categories at the second?
Any idea for that?
regards
thank you very much…that works.
Just a little question to make it looking perfect. Is there a way to show the date beside the blog-category meta?
Best regrads
here it is
kind regards
May 9, 2018 at 7:02 am in reply to: Adding same hover zoom effect on Icon Symbol like on pictures #953714you can close the topic
kind regards
May 8, 2018 at 10:41 am in reply to: Adding same hover zoom effect on Icon Symbol like on pictures #953289I got it myself. I’m not sure if everything is clean but it works. Here’s the code.
/*Hover on Icon with custom class hovericon*/
#top .hovericon .av-icon-char {
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
#top .hovericon .av-icon-char:hover {
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}May 8, 2018 at 9:28 am in reply to: Adding same hover zoom effect on Icon Symbol like on pictures #953254ok…can you help me to find the right classes?
I tried this with no effect
#top .av-icon-char:hover {
color: #0081C2 !important;
}works great
thanks
Your code is in the Quick CSS at the bottom
no… nothing changed
These were the attempts I worked with, both tested also with #top:
first attempt:
@media only screen and (max-width:1120px) and (min-width:768px) {
.flex_column.av_one_fifth {
width: 50%!important;
}
}
second attempt:
@media only screen and (max-width:1120px) and (min-width:768px) {
.flex_column.av_one_fifth {
width: 47%!important;
float:left;
margin-right: 3%!important;;
}
}The breakpoints worked for these widths but the single columns didn’t rearranged themselves to two columns. They were among themselves but from the second column they moved a bit more to the right. What looked silly too.
I would be glad if we find a solution. But I also think if the container are overlapping at certain resolutions there should be a rethinking of the media queries for the whole theme. Maybe an update thing?
Best regards,
PatricMarch 28, 2018 at 1:27 pm in reply to: Strange header behaviour between 960px and 768px width #934269Hey Mike, yes I’m actually try some stuff. But I think I’ve found the solution with your code by adding a min-width:
/* Transparent header on mobile */
@media only screen and (max-width: 960px) and (min-width: 640px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}March 28, 2018 at 1:01 pm in reply to: Strange header behaviour between 960px and 768px width #934246Hey Mike, I think I’ll get the background as the background over 960px with rgba. But under 640px I would like to have the normal mobile header-layout with the content going under the header and the header with white background.
Do you have an idea?
ah…it was an error with some divs of the copied stuff…now it works
ok…that’s a solution…but I get a fault now…any idea what’s happening there?
October 24, 2017 at 2:43 pm in reply to: sub menu font size in advanced styling does not work #868223thank you, that worked
best regards,
PatricOctober 24, 2017 at 2:32 pm in reply to: sub menu font size in advanced styling does not work #868212Hey Yigit…done
-
AuthorPosts