MariaritaGuest
Good afternoon,
I would also like to solve another problem.
When I reduce the screen size, all the pages look ugly. It only reduces the content of the pages, while the header and title of the pages remains huge.
The menu is also getting smaller.
I attach a series of screens.
Furthermore, I would also like to insert the menu in the HOME at the top of the site.
My website: https://test.mettilapsoriasifuorigioco.it/
1. https://prnt.sc/oQ3zEtEKnPqB
2. https://prnt.sc/AkvkPZmhaM_d
3. https://prnt.sc/OjrPTdRRdVkM
4. https://prnt.sc/ciUC7LnkU2O_
5. https://prnt.sc/bPYg3oUcPv6l
Thank you,
Mariarita
one of the logo graphic could not be found:
…/wp-content/uploads/2024/07/Logo-xyz-350x85px_w.png
why don’t you use a svg for that too?
then the knife:
#top .avia-menu.av_menu_icon_beside {
border: none !important;
}
Hi
Please advise regarding the testimonials on the above page, the navigation was working but has stopped, you maybe able to navigate to one new testimonial but stops working after that, or does not work at all. – found at the base of the page
Thank you
MariaritaGuest
Good morning,
I need help with my site: https://test.mettilapsoriasifuorigioco.it/
1. the photo on the home page is blurry
2. the site is not responsive as regards the internal pages. The images placed at the top, under the title, are cropped from a mobile phone.
3. I would like to insert the menu at the top of the HOME also in the Desktop version.
I hope you can help me with these problems.
Thanks
Mariarita
Hi
Sorry I cannot see how to crate a new topic.
I am having trouble with the testimonials, – see base of page, the navigation no longer seems to work properly
Please advise, thank you
Hi,
Great, I’m glad that Mike and @guenni007 could help you out :-)
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
1. I need to move the Captions and button Up a bit on mobile view. Can you get me some CSS for this please?
2. The Text also runs off the page instead of resizing to fit.
3. The image stretches when I increase this code below. Is there a way to just increase the height without distorting the image? Like maybe it just increases the magnify and zooms in on an area?
@media only screen and (max-width: 768px) {
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: 550px !important;
}
}
Thanks!!
-
This topic was modified 1 year, 7 months ago by
bemodesign.
Hi
Thank you again for all the help.
I want to make a few changes to the header, most of them are CSS changes but I could do them for some reason
1. I would like to change the burger section colors
– background – #201d1e
– burger lins – #ffffff
2. I’ve added a search option. For some reason, it only shows on the mobile menu. I would like it to be displayed on the desktop too
3. I would like to change the social icons color to – #304d03
4. When the menu opens, it has a large pudding on the left (the menu items are aligned to the right). I saw that there is a pudding of 50px so I changed it to 15px like the right pudding but it did not do anything
Can you please help me with those 4 things?
Thank you
Mike,
That same mistake is probably on ever one of my important post!
I’m not copying anything when I make them. That line of code is from a saved template.
To recreate them I’m copying from the old posts and checking the code each time. I haven’t bothered to check the code on the templates because this first started with one Ive already replaced per your suggestion. Clearly that one wasn’t the only mistake. All the new post I just redid have the extra </p>, but their working. Will they stop at some point?
What course of action would you have me do?
Craig
Ok, I got it right. I don’t know exactly what the problem was because I couldn’t repeat the error. What I noticed is that I had to give the jumppoints different names for desktop and mobile for it to work.
Anyway, now it seems to work fine and I couldn’t find any other problems. Thanks for the support and best regards from Berlin. Alex
Mike,
Thanks again Mike!
In between me sending my last question and now another page has done the same thing. I can’t keep rebuilding these pages. Can you give me insight to how this keeps happening, and things I can do to hopefully make it stop?
Thanks,
Craig
-
This reply was modified 1 year, 7 months ago by
ScatmanAT.
For someone who has only started 8 topics, I probably wrongly assumed that I was dealing with a newbie. I apologise for that. Some users come here as beginners , others are very experienced – so there is no need to be snarky here, as no one posts an expertise of their skills here, we can never know at what level we must answer. My question about the selectors used in the rule you applied also went unanswered, so unfortunately I can’t help you further.
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Thanks @guenni007 for helping out :-)
Best regards,
Rikard
Yes, I copied the boxes, to be more precise: The colour section with all the content. Reason: To have a desktop version and 1 x for mobile. I have also clicked on the desktop version that it will not be displayed on mobile and on the mobile version that it will not be displayed on desktop. I have now undone all the steps and now it seems to be working again.
I will now repeat the steps and pay close attention to whether and when the error occurs. I definitely need a desktop version and a mobile version, hence the effort regarding the different copies of the respective colour sections. I hope to give feedback tonight. Best regards
Translated with DeepL.com (free version)
borders are always inside the container.
so maybe show me your code with selectors to inspect. The screenshot i do not see – as a participant.
see on top: https://webers-testseite.de/grid-rows/
or try :
remove the background-image – and your settings for: #top .av_header_transparency .header_bg
html.html_header_transparency #top #header:not(.av_header_transparency) .header_bg {
background-color: rgba(0,0,0,0.7) !important;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
html.html_header_transparency #top .av_header_transparency .header_bg {
background-color: rgba(0,0,0,0.4) !important;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
this is a kind of frosted glas effect – it blurs the background with a given overlay color.

you like to have a transparency header – on scroll the transparency goes to a given background-color.
the transparency header should have an overlay pattern?
or do you only like to have f.e. :
(Remove the pattern image)
#top .av_header_transparency .header_bg {
opacity: 0.7;
filter: alpha(opacity=70);
}
#top .header_bg {
-webkit-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
background-color: transparent !important;
}
#top .av_header_transparency .header_bg {
background-image:linear-gradient(to top,rgba(0,0,0,0.001) 0%,rgba(0,0,0,1) 70%);
background-color:transparent !important;
-webkit-transition:all 1s ease-in-out;
transition:all 1s ease-in-out
}
PS : maybe you give that a chance?
Test:
html #top #menu-item-search a {
transform: translateX(25px) scale(0.6);
transform-origin: right;
width: 85px !important;
}
html #top #menu-item-search a {
border: 1px solid #FFF !important;
font-size: 40px !important;
color: #8FCCF7 !important;
text-align: center !important;
padding: 0px !important;
position: relative;
top:1px;
}
html.av-burger-overlay-active #top #menu-item-search a {
position: relative;
color: #19304D !important;
background-color: #27868E !important;
border: 1px solid #e1e1e1 !important;
}
html #top #menu-item-search:hover a {
color: #FFF!important;
background-color: #237299 !important;
border: 1px solid #FFF !important;
}
html.av-burger-overlay-active #top #menu-item-search:hover a {
color: #333!important;
background-color: #27868E !important;
}
#top .avia-search-tooltip .avia-arrow-wrap {
top: -20px;
right: 35px;
}
#top .header_color #menu-item-search .avia-tt {
background: #237299 !important;
}
#top .header_color #menu-item-search #searchsubmit {
background-color: #399bcb;
}
when creating these svgs for the dividers – the opaque area must cover the entire width and be at the top of the svg.
if you have responsive svgs, then the following should be at the top of the svg tag : preserveAspectRatio="none"
if you look at the silouette of my home town on my example page, it would be awful if the width remained at 100% but the height could be set variably. in this case i have set: xml:space="preserve" preserveAspectRatio="xMidYMin meet"
Hi,
Thank you for the screenshots, your image: https://imgur.com/gKX4x24
looks like a transparent header with a image or a slider at the top of the page.
This should be easy, so if you don’t see this please link to your site and provide a admin login so we can examine.
Best regards,
Mike
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Helmut,
You can start a new thread by clicking the big blue button at the very top of the Enfold sub forum.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
https://www.dropbox.com/scl/fi/se38oshu5c3dlddf18efz/problem-mobile2.PNG?rlkey=ae7kyov6dn7555aodzbqqm7ao&st=qru555io&dl=0
Image “problem-mobile2”:
The text “Content generation – Die richtigen Inhalte für Ihre Kunden UND Suchmaschinen” overlaps with the image on mobile. This dividing line is also not displayed in the backend.
——————————–
https://www.dropbox.com/scl/fi/t549gl0dklzailg76m3lw/problem-mobile.PNG?rlkey=e50jc6gnc19tnu0fsdlh0jo3y&st=p1tvoqdm&dl=0
Image “problem-mobile”:
The same problem with this image: The headline “Lokales SEO – Google Business und Branchenverzeichnisse” overlaps with the image on mobile. Here, too, there is a dividing line in the background that is not displayed in the backend.
———————–
https://www.dropbox.com/scl/fi/z6yup9ni9bo7vaatch7l4/end-desktop.PNG?rlkey=7t1n89a6c0gjzn4l7iljzqwdc&st=8i44ud04&dl=0
Image “end-desktop”:
Although there is more content in the backend (content generation, contact form, etc.), the content is cut off here on the desktop. Further scrolling down is no longer possible. As if the page ends here.
I have tried the view with Firefox (version 128.0.3), Chrome (version 127.0.6533.89) and Edge (version 127.0.2651.86) – the same result everywhere.
Hi,
Thank you for the update.
Please note that the filter widgets will only display on the default product pages, such as the base shop page and the archive or category pages. The widgets will not display or work on custom pages built with the Advanced Layout Builder.
Related thread: https://kriesi.at/support/topic/woocommerce-filters-widget-not-showing-in-builder/#post-1442499
Best regards,
Ismael