Hi!
Add this on your custom.css or Quick CSS:
@-moz-document url-prefix() {
.iconbox_content h3 span a span {
position: relative;
top: -20px;
}
}
.iconbox_content h3 span a span {
_position: relative;
_top: -20px;
}
Why is there a span tag inside a span?
Regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options
#top div .avia-gallery img { border-style: none; }
Cheers!
Yigit
Meine Primary Color ist “#c3512f”. Und das unter “Header”, “Main Content” und “Alternate Content”. Daran sollte es also nicht liegen.
Meinst du “/wp-content/themes/enfold/css/custom.css”?
Dort steht nur folgendes:
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
Hi,
I have found out that Enfold theme is causing issues with Online Product Documentation WordPress Plugin, which has recently been released on CodeCanyon. Here is the link:
http://codecanyon.net/item/online-product-documentation-wordpress-plugin/5653664
Now the issue is with the table of contents in sidebar which should get fixed position and be visible all the time when scrolling. It does not and it is left on the top when I scroll.
When I switch from enfold to an other theme everythig is working fine.
Could you please try to find what is causing the conflict?
Regards
HoGo
Solved it. It seems enfold doesn’t like the Google Aanalytics plugin from Yoast.
Thanks
Valluk
Dear,
Just installed the theme and it looks very promising.
We had a content slider working on a page, but today I noticed it didn’t work anymore. I tried a complete new page but the same problem.
The sidebar is also not showing.
http://www.xqeez.nl/xqeez/hoe-werkt-het/
Thanks
Valluk
Hi!
Please try to add following code into the quick css field and check if this makes any difference
#top .main_menu .menu>li>a {
min-width: 150px;
}
Best regards,
Peter
Hi!
I’m not sure but I think that is not possible. You need to move the “ANY LAYOUT IMAGINABLE” on top of the page if you want it to be on top of the page.
Regards,
Ismael
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.