Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
this is, what i was looking for, thank you!How can i add my own symbols in the buttons (please see private content) and how can i give them a specific size?.
Where should i put the links for navigation into the code?
kind regards
JakJuly 18, 2024 at 7:07 pm in reply to: This grey line appearing after colour section (how to remove it)? #1462420Perfect!!!
Thank you, Mike!
kind regards
JakHi Mike,
this is really nice, thank you!Is it possible to add a border to the top and bottom, like on the screenshot (1px solid #000)?
kind regards
JakHi Mike,
thanks for your help!
i have added the new symbols to the private content area.
kind regards
JakJuly 17, 2024 at 7:16 am in reply to: Strange behavior on frontpage with spacial heading and language switcher (wpml)? #1462214This reply has been marked as private.This reply has been marked as private.July 16, 2024 at 8:29 pm in reply to: Strange behavior on frontpage with spacial heading and language switcher (wpml)? #1462197This reply has been marked as private.This reply has been marked as private.July 16, 2024 at 5:26 pm in reply to: How to reduce space above special heading element in responsive view? #1462179Hi Rikard,
this helped a lot, thank you!
There is still a part, when the witdh of browser gets reduced, where the space above the spacial heading gets to big for some reason (please see screenshot).
kind regards
JakHi Ismael,
this worked really nice!
Thanks a lot!
kind regards
JakHi, i have the same issue after installing wpml.
How can i fix it?
kind regards
JakJuly 15, 2024 at 9:54 pm in reply to: Change background for specific pages and center the text #1462119Hi Mike,
yes, thank you.
kind regards JakHi Guenni,
yes that’s right, same page.
I’ll try that. Thank you!
kind regards JakThis reply has been marked as private.July 11, 2024 at 2:22 pm in reply to: Change background for specific pages and center the text #1461853Vielen Dank Guenni, das ist sehr hilfreich!
kind regards
JakJuly 10, 2024 at 3:17 pm in reply to: Change background for specific pages and center the text #1461785Hi,
i added this code for the page id 777.html_entry_id_777, #top.page-id-777 { --enfold-header-color-bg: #eee; --enfold-main-color-bg: #eee; --enfold-footer-color-bg: #eee; --enfold-alternate-color-bg2: #eee; --enfold-header-color-bg2: #eee; --enfold-socket-color-bg: #eee; --enfold-socket-color-border: #eee; }
and it works well, thanks!
Just for my understanding, to add more pages it would be like:
.html_entry_id_777,.html_entry_id_778,.html_entry_id_779 #top.page-id-777 { --enfold-header-color-bg: #eee; --enfold-main-color-bg: #eee; --enfold-footer-color-bg: #eee; --enfold-alternate-color-bg2: #eee; --enfold-header-color-bg2: #eee; --enfold-socket-color-bg: #eee; --enfold-socket-color-border: #eee; }
?
kind regards JakThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.July 6, 2024 at 2:43 pm in reply to: Add google font to enfold and still being DSGVO compatibel #1461483Hi Mike,
yes, thank you.
kind regards
JakThis reply has been marked as private.July 6, 2024 at 12:11 pm in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461477Hi Mike,
yes, thank you.
kind regards
JakThis reply has been marked as private.This reply has been marked as private.July 5, 2024 at 10:48 am in reply to: Add google font to enfold and still being DSGVO compatibel #1461435July 5, 2024 at 10:37 am in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461433Hi Guenni, i followed your instruction again with image with caption right.
Works now perfectly (i had to use a workaround and changed the images to square form).
Thanks again for your help!
kind regards
JakJuly 3, 2024 at 3:22 pm in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461228Hi Guenni,
i added your css and it looks very good in desktop resolution for large screen.
I added smaller images for resolutions below 989px.
The issue i’m facing is, that, when i shrink the browser width, some text goes out of the border.
Is there a workaround, so that the images should be staying allways in the same proportions and everything shrinks with same proportions, when the browser window gets reduced in width?I also saw, that the last image has too much space above (only that one. i checked if there was some wrong settings, but i can’t find something wrong?
https://img.savvyify.com/images/2024/07/03/space-above-last-image.jpg
kind regards Jak
July 3, 2024 at 1:33 pm in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461206Hi Guenni,
i just added it under a new page, which is called: /test2/
It looks like the images keeping th correct proportions now.
But it seems, that i missed somthing. Does not have the same behavior like on your demo site?I can proberbly remove the old css, because it was for the other way, right?
kind regards Jak-
This reply was modified 9 months ago by
Jak73.
July 3, 2024 at 1:06 pm in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461201Hi Guenni,
i will do that now. Sould i keep or delete:/**** Feld Definitionen ********/ #top .avia_textblock.img-with-caption-right .wp-caption .wp-caption-text { grid-area: feld1 } /*** depends on if there is a link on the image or not ****/ #top .avia_textblock.img-with-caption-right .wp-caption > *:first-child { grid-area: feld2 } #top .avia_textblock.img-with-caption-right .wp-caption { border: 1px solid #cccccc; width: 100% !important; margin: 0; display: grid; grid-auto-rows: auto; grid-template-columns: 1fr 1fr; grid-template-areas: "feld2 feld1"; align-items: flex-end; } #top .avia_textblock.img-with-caption-right .wp-caption img { padding: 0 !important; } #top .avia_textblock.img-with-caption-right .wp-caption .wp-caption-text { display: block ; color: #222222; font-style: normal; font-size: 18px; font-family: inherit; width: 100%; padding: 0 1em; text-align: left; } .avia_textblock.img-with-caption-right .wp-caption .wp-caption-text p { margin: 0 !important; } /*** Abstang über dem Rahmen ******/ #top .avia_textblock.img-with-caption-right .wp-caption img { margin-top: 70px } /**** for responsive case maybe:*****/ @media only screen and (min-width: 990px) and (max-width: 1051px) { #top .avia_textblock.img-with-caption-right .wp-caption { grid-template-columns: 1fr; grid-template-areas: "feld2" "feld1" !important; } }
for css or just add your new css?
kind regards
Jak-
This reply was modified 9 months ago by
Jak73.
July 3, 2024 at 9:51 am in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461180Would it make sense to create additional text blocks for the responsive version (with a smaller font and smaller images) in order to avoid the changed proportions with a smaller display?
Then provide the new text blocks with the respective responsive settings? -
This reply was modified 9 months ago by
-
AuthorPosts