Hi,
The Enfold settings options list used to next to the detailed settings but I noticed the layout is different now, the Options list is at the top and detailed settings are below it. Is there a change on the layout in v2.2 or is it that my theme is messed up?
Please take a look at the screenshot http://acutta.com/template/wp-content/uploads/2013/09/enfold_setting.jpg
thanks,
Hey mattock!
You can always crop them manually in your computer and upload them, however the media library option should work, if you want me to check it personally please create an administrator account and send it to me at (Email address hidden if logged out) (including a link to this topic).
Cheers!
Josue
Okay, good.
One last question and then I will stop this thread. I now know the “class I should target”…and that I place it in the quick css enfold page, however…
What I’m trying to learn is can you give me the exact layout…form…formula…that I would place inside the quick css enfold page?
And I apologize for my ignorance.
Thank you and enjoy the weekend.
Yes! This all works great on both desktop and mobile – THANK YOU GUYS!
Hi
I put these code in the Div/Video part and it looks fine on the editor but doesn’t work on browser.
<video id=”ls-video” autoplay loop>
<source src=”http://trespu.com/movie/demo1.mp4″>
<source src=”http://trespu.com/movie/demo1.webm”>
<source src=”http://trespu.com/movie/demo1.ogv”>
</video>
Is it possible to make it like this site?
http://www.dadaabstories.org/
And I have one more question.
How can I make text absolutely center on LayerSlider?
I really appreciate if you help me.
Thank you.
Well Yigit at first look it works, thanks, but the GTranslate not work as before, I can’t click in in any of them, they have lost the link.
Hey!
You should place
<div class="GTranslate">Your code here</div>
this line under 87th line inside container http://img11.imageshack.us/img11/2305/z2i8.jpg
then you should add following code to Quick CSS in Enfold theme options
.GTranslate { float: right; }
Cheers!
Yigit
Hey!
Can you firstly put your code inside a div class
<div class="GTranslate">Your code here</div>
and place it below container http://img11.imageshack.us/img11/2305/z2i8.jpg 87th line here
Regards,
Yigit
Hello nicolasweh!
Can you post the link to your website?
Regards,
Yigit
Hello!
Please try adding following code to Quick CSS
.single-portfolio #mobile-advanced li { display: none; }
.single-portfolio #mobile-advanced li#menu-item-983 { display: block; border-top: solid 1px #ddd; }
Cheers!
Yigit
actually, this only works for desktop, but not mobile (using the flyout nav) – ugh.
Hello,
in this topic
https://kriesi.at/support/topic/enfold-how-to-add-a-fixed-class-to-a-avia-layout-builder-element/
you showed me the way to add a fixed class to the most elements from the Avia Layout Builder, but it just works with elements that have options to configure…
Is there also a way to insert a fixed class for the Layout-Elements and the widget areas? This both hasn´t an option panel where you can add a class…
Best regards
Bzgl Überschriften dürfte sich eigentlich nichts geändert haben, sofern diese nicht mit benutzerdefinierten Code geändert wurden (was zumindest aus dem Code der oben steht nicht ersichtlich ist). Du kannst h3 Überschriften aber mit folgenden Code abändern
#top #main h3 {
font-size: 20px;
line-height: 1.1em;
margin-bottom: 8px;
}
2) Was ist deine Primary Color? Derzeit bestimmt folgender Code die Farbe der strong und b tags
.main_color strong, .main_color b, .main_color b a, .main_color strong a {
color: #c3512f;
}
Dieser findet sich in custom.css.
Hey!
Ok, jetzt habe ich es richtig verstanden :)
Es scheint so, als ob du einen Inline Style für die Farbe benützt, was generell abzuraten ist, weil man sich dann mit dem Überschreiben des Styles schwer tut. Ich würde daher den Inline CSS Code entfernen und die Links mit folgenden Code einfärben
#top .avia_textblock a{
color: #eeeeee !important;
}
#top .avia_textblock a:hover{
color: #c3512f !important;
}
Falls du das nicht möchtest probiere folgenden CSS Code
#top .avia_textblock a:hover, #top .avia_textblock a:hover span{
color: #c3512f !important;
}
Cheers!
Peter
Hi, I don’t have any knowledge of CSS but I really appreciate some help to put the current Gtranslate into the Header displayed at the top right.
Through edit header.php by sheer luck I inserted GTranslate.
I have done searches on the support but the results of what I dound have not been satisfactory.
Many thanks.-
http://img18.imageshack.us/img18/3894/kjou.jpg
http://img11.imageshack.us/img11/2305/z2i8.jpg
-
This topic was modified 11 years, 9 months ago by
nicolasweh.
Hi!
You need to create a robots.txt file to avoid these errors (wp-content/themes/enfold/framework/ response – 403, wp-content/themes/enfold/config-layerslider/LayerSlider/skins/ response – 403) – see: https://kriesi.at/support/topic/google-indexing-the-enfold-theme-folders/
Cheers!
Peter
Hi there, I seem to have a lot of spacing between my elements on the page, am I doing something wrong?
can you take a look at the link and tell me what I’m doing wrong?. I’ve shown an example of the unwanted gaps with the (bad) red arrows and at the top of the page I show an example of how I am using the advanced layout editor.
http://i40.tinypic.com/2elqjxk.jpg
Thanks
-
This topic was modified 11 years, 9 months ago by
drmoody.
Hello drmoody!
You can add this on your custom.css or Quick CSS to move the logo. :)
div .logo {
float: left;
position: absolute;
left: 0;
top: 20px;
}
Adjust the top position.
Cheers!
Ismael
Hey!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(even) {
border-bottom: 1px solid #e1e1e1;
border-top: none;
}
.main_color .pricing-table>li:nth-child(odd) {
border-top: none;
border-bottom: 1px solid #e1e1e1;
}
Cheers!
Ismael
OMG – you are amazing. A BIG, BIG thank you this is PERFECT :)
Hey Josue,
One issue though.Take a look at http://codelessme.com/thematrona/about/ – it is also adding the same background at the top of the site for some reason. Don’t want a background displayed up there.
2 Questions,
1) Where’s the lightbox in Enfold?
I’ve done a bit of searching and it seems that it’s related to WooCommerce. I’m not using Woo, is there a lightbox for other uses?
2) Using the small fixed header, when the header shrinks and fixes itself to the top, how can i switch the logo image?
Hi. I’m sure this has been asked a thousand time but I can’t find a specific answer in support. Is there some code to lower the main logo (padding height)? My logo is large and is hitting the top of the browser and I would like to lower it without affecting the other element positions?
Many thanks
Hey!
Correct. And please do not start the same topic more than once. I answered your question in your other topic. Closing this one
Best regards,
Yigit