Hey!
Yes you can mix it:
html[lang="zh-hans"] #top .main_menu .menu li > a{ font-family: ‘Microsoft Yahei’, sans-serif; font-size: 14px; }
I didn’t get what you mean by defaulting the font for the chinese site.
Cheers!
Josue
Hello!
The code is being applied wrong (it has type errors):

#top .main_menu .menu > li:last-child > a {
padding-right: 0 !important;
}
Try putting it in the css/custom.css.
Regards,
Josue
Hello!
This would work:
html[lang="zh-hans"] #top .main_menu .menu li > a{ font-family: ‘Microsoft Yahei’, sans-serif }
Best regards,
Josue
For some reason the comment section is being displayed in the sidebar on an ipad but it does not do this when you shrink the screen to the same size on a desktop. This makes it so the comments are not readable or usable on any tablet or mobile phone.
Here is an article with a ton of comments so you can see what is going on.
We played with the CSS a little an were able to recreate the effect by changing the position of the comment box to absolute but we could not figure out a way to get the box to stay underneath the blog post.
It is happening on the live client site as well as my sandbox install so it is a consistent problem.
It is also happening on mobile phones now. The comments are appearing next to the article and not underneath it so no one can comment or even see the comments.
Please let me know if this is something you have had issues with before as comment interactions are a huge part of my blog.
Thanks,
Yigit,
Use http://acutta.com/template/ as an example.
What if I need to have “ANY LAYOUT IMAGINABLE” to stay on top the page without moving the div to above “CRAZY COOL USABILITY FEATURES”
thanks,
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