Hi Niels!
Can you post the link to your website?
Best regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.mobile_active #advanced_menu_toggle { display: block!important; }
And i would suggest you to update your theme to version 2.3.1
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
Regards,
Yigit
You are welcome, glad we could help Bruno, let us know if you have any more questions or issues :)
Regards,
Josue
Hi Josue,
you are my personal hero again…! Now it works very nice! Thanks a lot!
Best regards
Bruno
Hi,
first of all: I really appreciate the Enfold Theme. It’s easy to adapt and really good looking. Great job!
Theres only one thing I’m missing at the moment: a printable version. When I try to print pages, they do not only look broken (e.g. sliders) but often important information is missing, too. I already tried some “@media print” in the css myself, but I couldn’t solve all problems. For example the progress bars only show some icons instead of useful values, which is indeed a problem in the context.
Are you planning to write a print css?
Best regards
Christian
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