Forum Replies Created
-
AuthorPosts
-
Sorry for the late reply..
In the large image are two “dots” and in the other example “arrows”.
If you hover over these elements the tooltips will show up.Greetings
HenningHi Basilis,
i want the tooltip background color to be semi-transparent orange.
The text should span, not break at certain points.Hope that helps.
Greetings
HenningYeah Nikko,
that’s it!
Thanks for the support.
Ticket can be closedBest regards,
HenningHi Nikko,
it seems to work but the background-color is not white anymore.
There is a small white line at the left side of the active item but is not filled?Any ideas?
Thanks for the support
Hey Rikard,
i want it to be shown on the homepage in the same color, as in the :hover state.
Greetings and thanks for the support
February 7, 2019 at 12:01 pm in reply to: Change the height of the footer "clearfix" on mobile #1064052Sorry, topic is solved and can be closed!
Topic can be closed
Thanks a lot
November 19, 2018 at 6:41 pm in reply to: Media Queries – Change the height of a Color-Section due to Viewport #1035262Hey Victoria,
thanks a lot, it worked.
Topic can be closedGreetings
HenningHi RIkard,
sorry for the late reply.
Topic can be closed, as I found a good workaround.Didn’t used the whitespace at all. I adjusted the the padding of the surrounding element with media queries and it works.
Thanks
Hi RIkard,
this is what I am trying to do:
@media only screen
and (min-device-width: 280px)
and (max-device-width: 480px)
and (orientation: portrait) {
.sepv{
height:50px !important;
}}@media only screen
and (min-device-width: 480px)
and (max-device-width: 766px)
{
.sepv{
height:250px !important;
}}@media only screen
and (min-device-width: 766px)
and (max-device-width: 1366px)
{.sepv{
height:350px !important;
}}@media only screen
and (min-device-width: 1367px)
and (max-device-width: 1920px)
{.sepv{
height:450px !important;
}}@media only screen
and (min-device-width: 1921px)
{.sepv{
height:500px !important;
}}The values are for example usage, so not final.
I added a Whitespace Separator with no height above the first of the three buttons and gave it the class “sepv”
I try different viewport via firefox dev-tools but I see no change.Thanks for your help
HenningSorry, I referred to the wrong page, see private content for update
Topic can be closed,
Thanks!October 12, 2018 at 9:30 am in reply to: Styling blog post elements – styling by category tag #1020652Hi,
thank you very much. I had to change it to the class of the newsbox and now it works.Greetings
HenningTopic can be closed!
October 11, 2018 at 3:50 pm in reply to: Styling blog post elements – styling by category tag #1020334Hi all,
the positioning was no problem. only the styling causes trouble.
I have a special news-box in the sidebar, which has a different background-color (there will be more of them, with different colors) and the read-more ist not readable when hovered. I want it to be white as the in the big Highlight-Box on the right side!Any idea?
Thanks for the help
HenningThat’s it, topic can be closed!
Thank you for the great support
HenningHi Rikard,
thanks, now the font is correctly displayed.
” About the mobile menu, the logo float right on tablet screens, so the mobile menu floats left. We should be able to give you CSS to change that if you like?”
That would be wonderful because it looks really strange when the logo is hopping from right to left to right..
Thanks for the great support.
HenningHi Rikard,
the font is the problem and it is not the same. Have a closer look at the “O” in the word “INFORMIEREN”.
In the mobile version it is a different font than on the desktop.Thanks for the Breakpoint so far..why does the position of the burger-menu change in tablet-view(left on tablet, right on mobile?)
Greetings
HenningHI again,
furthermore I like to change the “Breakpoint” for the burger-menu to 970, not 767?
Can you tell my which media-query has to be changed?Thank you
HenningHi Rikard,
please check the Private Content for screenshots.
I tried Chrome in Incognito-Mode and my iPhone, the results are the same.
The menu seems to ignore the font, when in “Burger-Mode”.Hey Victoria,
I am referring to the font in the menu when viewed on mobile. It only happens when the theme switches to the burger-menu. It seems the font is lost or ignored and a standard fallback font is activated.
Best regards,
HenningOctober 2, 2018 at 1:46 pm in reply to: Styling blog post elements – styling by category tag #1017058Hi,
let me first check the arrangement of the item. I will be coming back here asap.
Best regards
HenningOctober 2, 2018 at 1:01 pm in reply to: Styling blog post elements – styling by category tag #1017023Oh thanks Dude,
i will try my best to get it in the desired position.
If any further issues occur I will come back at youBest regards,
HenningSeptember 28, 2018 at 9:03 am in reply to: Styling blog post elements – styling by category tag #1015639Just Wow!
Thanks for the help, that is exactly what I wanted.
I adjusted some values for the “Date” and there was delimiter which produced a small white square in the “highlighted-post” which I also managed to be smaller.I added “Read More” to the highlighted post, adjusted the color and hover via Quick-Css and everything looks fine.
While being totally happy with the post listing I wonder how to change one more thing in the sidebar. I want the same “read more” in the sidebar as in the post listing. I found some infos on wordpress.org on how to add the “read-more” to the manual excerpt, but nothing seems to change.
Please have a look and tell me what to do!Thank you very much Mike!!
Best regards
HenningSeptember 27, 2018 at 9:50 pm in reply to: Styling blog post elements – styling by category tag #1015528Hi Mike,
thanks for the screenshot.
This will be the only page with post-listings (hopefully) and I will answer all your questions one by one:
1. Would you like the date right over the title with no gap? – A little gap (10px) would be fine
2. Would you like the “read-more” right after the excerpt as part of the sentence wherever the text ends, or down one line like the start of a new line and always the lower right corner? – The “read more” should be right after the excerpt.
3. Will this symbol: > be ok for the arrow? – YESMaybe you can also take a look at the “orange highlighted post”. I want the headline to be white as the copy and the date and read more just like described above. The separators can also be deleted or not displayed.
Thanks for the help
HenningSeptember 26, 2018 at 1:22 pm in reply to: Styling blog post elements – styling by category tag #1014711Well, I managed to get the background but the positioning of certain elements (e.g. Date, borders, delimiters) works not as I expected.
Any help is appreciated..
September 25, 2018 at 3:37 pm in reply to: Change the height of the footer "clearfix" on mobile #1014238Hi Victoria,
that’s it. I adjusted the margin for my needs and it looks fine.
Best regards,
HenningSeptember 24, 2018 at 1:25 pm in reply to: Change the height of the footer "clearfix" on mobile #1013594Hi Rikard,
if I add the provided css the footer isn’t visible at all when I reach 767px and below – it just disappears.
Any other idea?
Best regards
HenningClose it. Thank you
If any further styling options occur I will be opening a new threadSeptember 20, 2018 at 2:17 pm in reply to: Change the height of the footer "clearfix" on mobile #1012318Thanks Jordan,
that fixed the problem, sorry for my late reply.
Hi Mike,
thanks for the great support.
You really cleared things up.Now I am struggling again with the elements in the sidebar.
I can’f figure out how to remove the “-” at the end of the date.
I also want the spacing between the bold title and the cropped text to be much smaller but only find the margin which affects the whole page.Any idea?
Greetings
Henning -
AuthorPosts