Hi!
I’m not sure if I understand the problem correctly but have you tried to “Import the dummy data” on Enfold > Theme Options?
Regards,
Ismael
This reply has been marked as private.
Hey!
I can’t login to the website. It says “Authentication Required”. The login credentials you posted is incorrect. Have you tried defining a predefined color scheme on Enfold > Styling? Please post a screenshot of the issue.
Best regards,
Ismael
Greatly appreciate the help, but that did not work. I would add a screenshot, but you cannot do that here. URL is pvatestsite.com/avideaters. look at the menu. it is red with black lines separating the menu items. i want to get rid of those lines. thanks.
Hey steed!
The theme uses the Open Sans fonts. You can define it on Enfold > Styling > Defines the Font for your body text & Heading Font.
Regards,
Ismael
Hey bigtime32!
You can add this on your custom.css or Quick CSS:
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
border: none;
}
Remove browser cache then reload the page.
Cheers!
Ismael
Not sure why but my sliders stutter really badly.
Can some have a look at this and tell me what the issue is please.
Oh in safari they are the worst..
http://dev.midischool.com/final-cut-pro/
Thanks!
Ich habe gerade gemerkt, dass noch mehrere Sachen die unter “Home” sein sollten fehlen.ZB. Sliders
mfg
Frank
Hi,
I would like to turn off the separators in the main menu items. I have tried everything and no dice. Need this quickly. Love the theme, but this is driving me nuts. Thanks alot.
Tim Roberts
Hi,
I read somewhere that kriesi.at uses the Enfold theme. The site we’re working on now is also built on Enfold:
http://site.avatron.com
Update: I figured out how to get the “stack” icon instead of the “Dropdown” style menu.
(In WordPress, click “Enfold” in the left nav, then “Header” in the theme options nav, then look for “Responsive header main menu.” Don’t know how I missed that earlier. :-\
Next question is regarding the fonts in the menu itself.
http://avatron.com/images/test/ourUglyFonts.png
vs.
http://avatron.com/images/test/yourPrettyFonts.png
How do we make ours show up like yours?
Thanks in advance!
Thomas
-
This topic was modified 12 years, 5 months ago by
steed. Reason: Figured out the answer to my initial query. Updated to a related follow up
This reply has been marked as private.
You are welcome, glad we could help :)
Regards,
Josue
Hi,
ich habe Enfold so installiert, wie es im Video gezeigt wurde.
Der Slider (inkl. Bilder) ist da. Nur fehlen die Bilder auf dem Rest der Seite.
Müssen diese Extra installiert werden? (via ftp)
(ich arbeite das erste Mal mit WordPress)
mfg aus Schweden
Frank
This reply has been marked as private.
This reply has been marked as private.
Hi!
You are using 100, use 300.
.ls-layer p{ font-weight: 300; }
But first:
You’ll need to add “,300″ to the line i pointed in my first reply.
Regards,
Josue
This reply has been marked as private.
Hey!
They look the same here, remember to remove the previous code i provided.
Best regards,
Josue
This reply has been marked as private.
I would like to change the background color over/active of Secondary Menu
how can I do? thanks
Hey neotemplates!
Kriesi customized a child theme of Enfold when he recently re-did his site. The individual customizations however are not yet part of the core theme and he has mentioned he would like to keep them custom for now. So for the moment, we aren’t able to assist in providing the same customization.
Regards,
Devin
Its only important in that the physical location relative to the greatest portion of your users can be a simple and cheap way to get a bit faster response time.
So a server farm in California, even with a better physical set up, would not be optimal for a site whos users are located mostly in Russia for instance. A server with moderate capabilities (but not a budget host) located at least somewhere in Europe would be a better option.
Good luck in finding a better host and as mentioned above getting a good working relationship with the employees of the company is a great thing to be able to do if possible.
Hi!
I had a typo, try it again with this code instead:
.template-shop .sidebar.sidebar_right.three.alpha.units {
float: left; width 220px;
}
If that doesn’t fix it, please update Enfold to the last version (2.4.2).
Cheers!
Josue
Hey!
You’ll need to add “,300” to the line i pointed in my first reply, then you’d need to equalize your first layer element (i noted that one was a p and another a span), finally simply use this code:
.ls-layer p{ font-weight: 300; }
Change p for span if you decided to use span.
Cheers!
Josue
This reply has been marked as private.
Hi!
Well, that’s easier, use this instead:
.ls-layer h1{ font-weight: 800; }
Best regards,
Josue
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and it should work fine
.responsive .mobile_menu_tablet .main_menu { display: block!important; }
Regards,
Yigit
Hey!
Try adding this CSS to the Quick CSS:
.ls-layer:nth-of-type(2) *{ font-weight: 800; }
Result:

Best regards,
Josue