This is by far my favorite WP template and I love it’s many different options. But I have to say I am very surprised that something simple like the font size cannot be changed without the Quick CSS box. This is one of the more important features on ANY WP site. I’d rather not go looking for that piece of code in the style sheet.
This reply has been marked as private.
Great theme guys!
I would like to add a lightbox to the Posts Slider. Please can you advise on the best way to do that.
Also, is it possible to add more options to the Post Slider Avia Layout screen. For example: GIve the users these options on the Posts Slider:
1) Link to Post
2) Lightbox
3) Choice of Lightbox or Link to Post.
If that is asking too much in a support forum, then could you note the steps that I need to take?
I’m happy enough to mess around with the PHP, but a few pointers would be helpful :)
Cheers
Gary
Hello!
Here’s a workaround:
#header_main .container{
display: table;
}
#header_main .main_menu{
display: table-cell;
vertical-align: middle;
position: static;
}
#header_main .main_menu .avia-menu{
float: right;
}
Cheers!
Josue
Which code should I add to the Quick CSS if I want to change the color of that code ?
thanks
john
Once I created the child theme, where should I customize my theme? Do I have to copy custom.css in enfold-child or just use style.css in enfold-child?
Superb :)
works very well.
Thank you very much.
John
Hi,
is it possible to add a minimum css with “@media print” because print version of pages can’t be read (above all the content slider, and a lot of content layers) ?
Do you plan to write the media print css ?
Thanks,
Oli
Hi theuptimizers!
Please add following code to Quick CSS in Enfold theme options under Styling tab as well
.avia_message_box_content { font-weight: 400; }
Regards,
Yigit
Hello!
@gigoz please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox .iconbox_content .iconbox_content_title { overflow: visible; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info { margin-top: 40px; }
.social_header .phone-info.with_nav span { border-style: none; }
Regards,
Yigit
Hello wared!
You can go to Appearance > Widgets and create a widget area for your blog, say you wanted to use Sidebar Blog, just insert your widgets there http://i.imgur.com/xpkVNNU.jpg
Then edit your blog page and choose that widget area as your sidebar under Layout http://i.imgur.com/Dwwql1W.jpg
Please make sure that you choose to display sidebar on Blog page in Enfold theme options under Sidebar tab
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.content { border-right: 1px solid #e1e1e1; }
Cheers!
Yigit
Hi mathysjp!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content {padding-bottom: 70px; }
On same pages you do not have enough content, that is why it happens. But that should fix it. You can adjust the value if it does not
Regards,
Yigit
Hi!
Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find following code in line 158
the_author_posts_link();
and change it to
the_author();
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Thank you
I actually edited and replaced the Functions.php file inside the wp-includes folder rather than the Functions.php inside the wp-content/themes/enfold folder.
Website is back up – again thank you
Hello mikaelsv!
Assuming that you are using Single author, Big preview pic as your Blog Style, Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview img { padding: 7px;
background: #FFF;
display: block;
-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25);
}
Best regards,
Yigit
This reply has been marked as private.
Hi bcarey!
Have you edited functions.php file inside wp-includes folder?
If not, fastest and easiest way would be re-installing the theme
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } }
@media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }
I had no problems inserting 2 layersliders one after another. You can try removing ruler after adding this code
Regards,
Yigit
Hello jennallocco!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger
#header_meta { box-shadow: none; }
.logo { height: 115%; top: -17px; }
3)
#footer .widgettitle { font-size: 12px; letter-spacing: -1px; }
Cheers!
Yigit
Hey!
Can you post the link to your website? And please note that Enfold is not compatible with IE versions below 8
Best regards,
Yigit
Hello!
I have seen hundreds of Enfold, but there is no such effect http://www.screenr.com/QMLH :)
Regards,
Yigit
I think it would be easiest if we can just log in and take a look at your page structure live. The home page seems off and typically, even in IE8 with the theme I don’t have anywhere near as many issues as you are running into with the general layout.
Also quickly fix the css from Peter above from:
main_menu .menu li a { max-width:none; }
to
.main_menu .menu li a { max-width:none; }
The . at the start makes it not work at all.
Hi,
I opened a thread with several serious issues in 2.3. It was closed with no answers to any of the problems posted.
Why?
https://kriesi.at/support/topic/a-few-issues-with-enfold-2-2/#post-169840
Jason
Hi!
Because we don’t want to be responsible if the freelancer fails and we want to avoid that someone thinks we offer an “official customization service”.
From time to time I can help out with customization work but right now I’m too busy because I already work on some customization projects and I need to work on the Enfold 2.4 update :)
Best regards,
Peter
Hi finessecreative!
Please add following code to Quick CSS in Enfold theme options
.main_menu ul:first-child > li > a { cursor: pointer!important; }
Regards,
Yigit