Hi,
Yes that makes sense however, word-break doesn’t seem to work when I tried, I think the workaround for it is what you suggested to use
, then hide it on desktop and show it mobile by adding this in Quick CSS:
#top #wrap_all .ls-wp-container .ls-slide br {
display: none;
}
@media only screen and (max-width:767px) {
#top #wrap_all .ls-wp-container .ls-slide br {
display: block;
}
}
Let us know if the it works.
Best regards,
Nikko
Hi There,
I am trying to remove the logo from a website. I have tried various code from other posts without much luck. I want the menu to stay at the top and the logo it going to be placed in the slider. Header set to ‘Logo center, Menu below’. I have managed to hide the logo and remove the header but I’m left with a gap of 90px.
This is the code I have so far:
.logo img { display: none; }
#header_main > .container { display: none; }
We are getting this error at the top of our site:
Notice: Undefined variable: http_response_header in /public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637
I’ve already reinstalled twice and disabled plugins, nothing is helping. What can we do?
Hey esemisanx,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header-scrolled .logo { padding-top: 0; }
Best regards,
Yigit
Hello to everyone who helped me here,
it is probably the CDN that I am using from Cloudflare, thanks Ismael for mentioning this.
For anyone using Cloudflare´s CDN:
Their CDN can sometimes break things.
If you are updating your site (logged in at WP) and something always appear broken, go to in Cloudflare and “play” with the page rules. Try many different ones until the problem(s) dissappear.
Next time remember to pause the CDN before you update a page with a previous problem.
Now two last questions to @Ismael
1. My Enfold´s version ist 3.8. Is there an update? Or do you mean something else?
2. Your reply https://kriesi.at/support/topic/contact-form-not-working-in-firefox/#post-701009
I also saw an error about loading mixed content because of http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,70.
Is there actually a way to load googlefonts from https?
Thank you all guys for your help and patience!
Best Regards
Asterios
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,100,200,0.7);
height: 50%;
display: block;
top: 100px;
}
0,100,200 is RGB value of the color and 0.7 is opacity level.
Regards,
Yigit
Thanks Yigit, How do I get the down arrow in there and have it change from yellow to white when someone hovers over top of it?
Hey spozalty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#after_submenu .content {
padding-top: 100px;
}
Best regards,
Yigit
I’m trying to put a down arrow in the menu and when you hover over the text, the background color of the text shows up yellow and the arrow changes color. It’ will look like the follow image: click here to see image The blue color you see in the top is the transparent color of the image behind. I really could appreciate the help. Thanks!
-
This topic was modified 9 years, 4 months ago by
ftlamont.
Hey!
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your Text Block elements and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class ul {
float: left;
width: 70%;
}
.your-custom-class h2 {
width: 25%;
float: left;
position: relative;
top: 100px;
}
Best regards,
Yigit
I would like to change the following in the contact form:
1) Main color of ALL input fields. Referring to the forum, I tried it with these two, but as you can see it didn’t really work.
#top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }
#top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }
2) Change the submit button background color on hover and non-hover
3) change the submit button to full-widht
thank you
r
Yes thank you Rikard :)
Best regards,
Triceratops
Yigit, I did as you indicated. How do I align the image to the top? See that there is a space left to lean against the top.
LINK
Merhabalar,
Bu gonderimdeki tavsiyeleri uygulamayi dener misiniz – https://kriesi.at/support/topic/tema-yavaslama-sorunu/#post-374174?
Best regards,
Yigit
Website: http://swfsoccer.eswebsitedesign.com/
Okay, when I have a large header area, I like to move the Border under each main menu up higher under the link, then I also have to raise up the sub-menu – I have used this custom CSS:
.avia-menu-fx { bottom: 30%; }
.av-main-nav ul {margin-top: -62px;}
But, when you scroll down the page, then hover over a main menu item, the sub-menu overlaps the main menu – do you have some css that would move this down to still appear under the main menu item when you have scrolled down the page?
Thank you.
Hello,
I am trying to create bookmarks to heading down the page so users can jump to the corresponding section using buttons at the top of the page. I tried using the suggestions from your support and followed W3 Schools, but it didn’t work.
Button link: #split
Destination: <h3 id=”#split”>Split Level Models</h3>
<h3>Split Level Models</h3>
<h3>Split Level Models</h3>
None of these work. Please also note I used the full page url with /#split at the end on the button as well.
I found the answer in the forum after some time:
You can close this thread. Thank you!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all #header .av-menu-button:hover > a .avia-menu-fx {
opacity: 1;
display: block;
visibility: visible;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hey!
Can you please elaborate on the changes you would like to make?
If i understood the changes you would like to make clearly, you can refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Cheers!
Yigit
Merhabalar,
Lutfen assagidaki koduda Quick CSS alanina ekleyin
@media only screen and (max-width: 480px) {
#top .aviaccordion-title {
font-size: 11px !important;
}}
Best regards,
Yigit
Hi,
I need the color #e50861
Enfold always changes this in #e50860
Why?
MFG
Christoph
Hi,
1.) You’re using this code:
.responsive #top .av-submenu-container {
top: auto!important;
}
Change it to this code instead:
.responsive #top .av-submenu-container {
top: 0px !important;
}
Best regards,
Andy
Hallo!
Füge folgenden Code ins Enfold theme options > General Styling > Quick CSS Feld ein:
#top div .avia-gallery .avia-gallery-big {
border: none;
padding: 0;
}
If that does not help, please post the link to your page and point out the changes you would like to make.
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .price span {
font-size: 20px;
}
Best regards,
Yigit
Merhabalar!
1- Lutfen assagidaki koduda Quick CSS alanina ekleyin
@media only screen and (max-width: 767px) {
#top .aviaccordion-title {
font-size: 14px !important;
}}
2- Settings > Permalinks alanina giderek permalinki degistirebilirsiniz
3- Assagidaki koduda lutfen Quick CSS alanina ekleyin
.av-magazine-top-heading {
text-transform: none;
}
Yinede buyuk harf gozukecek cunku buyuk harfle girilmis kategori basliklari
Cheers!
Yigit
Hey L,
Please edit your Color Section element which has your blocks and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#your-unique-id .flex_column_table {
margin-top: 0!important;
}}
Best regards,
Yigit
Hi,
Alternatively, you can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add two color section elements to your page and choose to display one on desktop and other on mobile :)
Best regards,
Yigit
I don’t know why but now it changed a bit. If the static page isn’t defined in the WordPress settings nor in the Enfold settings it jumps one step:
You’re here: Home / Category 1 / Topic)
(Where it works is when you’re on a category page. Then suddenly it shows the right structure. I’m confused.)
So the layer “Blog” is completely missing now. The title is a standard title now: “Blog – Die aktuellsten Neuigkeiten” (translated something like “Blog – The freshest updates”. Is there any possible workaround? It would help if I can define the blog page in the settings if the layout doesn’t get adapted automatically so I can use the enfold layout editor. I guess this is defined in one of the .php-files?!
-
This reply was modified 9 years, 4 months ago by
schlauchius.