Hi simonac!
Please add following code to Quick CSS in Enfold theme options under Stylling tab
#top .main_menu .menu>li:last-child>a { padding-right: 15px; }
.header_color .main_menu ul { background-color: rgba(74,74,74,0.7); }
0.7 in background color is opacity. You can adjust it between 0-1
Regards,
Yigit
Hi Tobi!
Can you try cut&paste all custom CSS code that we have provided you in this topic out of Quick CSS ( basically undo – sorry ) and go to wp-content\themes\enfold\js folder and open Avia.js file and find
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
and change it to
if(st < el_height/1.25)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.25;
Initial size of header will be 88px and will be resized to around 70px when scrolled down. You can adjust 1.25 value to adjust it as needed. It was not so clear to me until your last post. I believe that will do exactly what you are asking for
Best regards,
Yigit
Thanks Yigit,
Code is added. Padding is now fine. End position of the shrink is super, but at the start of shrink the Header is still to high and Menu is not at the correct position. Shrink start to late.
Just to make sure that I explained myself correct. This is what I try to get: Shrink and everything like in original ENFOLD. In the original the Logo size (and Header size) shrinks from 88px to 44px. The thing I would like to change is, that the Logo (and Header) shrinks from 88px to only about 70px. If the Logo gets smaller, it doesn’t look good anymore….
Sorry, that it takes so long….
All the Best,
Tobi
Hi foreigner!
You can see settings for LayerSlider on the homepage in this screenshot http://i.imgur.com/nLNh2e4.jpg
Latest version of LayerSlider will be added in upcoming updates. I am not sure if it will be added in Enfold version 2.5 but eventually it will be added.
Cheers!
Yigit
superb :-) I hardly recognized enfold ;-)
Hi,
the updating of the theme file solve the issue. I have to check in Appearance > Themes > Theme Details to update it. I think the theme alert for update in Enfold > Theme Update.
Anymay the problem is solve, thx for your help
Regars,
Hey hughjames!
Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find
big_prev.stop().animate({opacity:0}, function()
{
big_prev.html(next_img);
big_prev.animate({opacity:1});
and change it to
big_prev.stop().animate({opacity:0.5}, function()
{
big_prev.html(next_img);
big_prev.animate({opacity:1});
Best regards,
Yigit
Hey hughjames!
Just to make sure, please go to wp-content\themes\enfold\framework\php folder and open class-form-generator.php file and find
$date_format = apply_filters('avf_datepicker_dateformat', 'dd / mm / yy');
$placeholder = apply_filters('avf_datepicker_date_placeholder', 'DD / MM / YY');
and change it to
$date_format = apply_filters('avf_datepicker_dateformat', 'mm / dd / yy');
$placeholder = apply_filters('avf_datepicker_date_placeholder', 'MM / DD / YY');
It does work fine on my installation
Best regards,
Yigit
Hey Klexander!
Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options > Header tab. Also, which size of logo would you like to use?
Cheers!
Yigit
Hey!
@thomasqueck Great color combination!
@la_breva maps within tabs is a great idea :)
@richardolpin great work
Regards,
Yigit
Hi jliamgrist!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer {
padding: 0; }
Best regards,
Yigit
Hey SSWD!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
If that does not work, please post the link to your website and point out the element you would like to remove
Regards,
Yigit
Dear Support,
I’m using the avia template builder on the enfold-theme.
I created a fullwidth image-background in the color section.
Now I want to add an overlay on the image with a transparent pattern, also full-width and under the content.
I defined the ID and even created an additional class. But it shows only one background and not the “second “pattern” one.
I guess because it is all in the same ID.
How can I create this second layer. This “pattern layer” can be shown on all “full-width image-background color section” elements.
Thanks for your help!
best,
Chris
T
Hey Jasmer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks li { border-right-style: none; }
Best regards,
Yigit
This reply has been marked as private.
Hi Pete!
You can add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { display: none; } /* removes the logo */
.main_menu ul:first-child > li > a { font-size: 17px; } /* changes the font size of main nav */
Cheers!
Yigit
When will this release be coming out? I was actually looking to another theme to accomplish this. Would love to be able to use enfold as I have fallen in love with it.
Hey saquasar!
If you can post what it is specifically we can see what we can do. By itself Enfold shouldn’t be using more than any other premium theme but I know when WooCommerce and bbPress get added in it can start to use a bit more.
Unless the host has a very low threshold for what is allowed it shouldn’t be causing any issues.
Cheers!
Devin
I’ve recently built a site using Enfold and it’s made life very easy with great results. It is mostly static pages as a website with only one page for posts. Building sites using the WordPress Framework is however new to me and after some time not finding an answer I thought I should get over here and hopefully you can help me out.
I’ve finished the site and using the ‘All in One SEO Pack’ have edited my page titles and descriptions for each page to improve the text displayed for each page in Google search results. I noticed however that Google is still using the original page titles from WordPress rather than the specified titles in the SEO Plugin. Having checked the source code if I understand it correctly it seems that the description for each page is showing in the source code but the page title is nowhere to be found? I have run a search on a couple of pages for the page titles and it didn’t show up so I am sure I’m not missing it.
In the plugin settings there are a couple of boxes to tick reference the Avia Framework for posts and pages which I ticked and tested but it made no difference with them ticked.
The following code is what I find in the pages if it helps. The lower case is as it really is, upper case is my edit for this post.
<!– All in One SEO Pack 2.1.2 by Michael Torbert of Semper Fi Web Design[131,192] –>
<meta name=”description” content=”EDITED MY PAGE DESCRIPTION SHOWS HERE”>
<meta name=”keywords” content=”EDITED MY KEYWORDS SHOW HERE FOR WHAT THEY’RE WORTH”>
<link rel=”canonical” href=”http://THE_PAGE_ADDRESS_SHOWS_HERE”>
<!– /all in one seo pack –>
Any help you can give would be much appreciated as I really like this theme and plan to make more use of it.
Perhaps I’ve misunderstood how best to setup other theme options being a newbie to the WordPress structures.
Thanks in advance for your help ;)
Hey danieltjohnston!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.error404 .widget_tab_comments { display: none!important; }
Cheers!
Yigit
Hey jonnyT!
First thing to try is change your permalinks to the default setting with no re-write. If that works then make sure you don’t have any conflicts with the permalink name for the portfolios (which should default to portfolio-item) and any other slug for any page on your site.
Cheers!
Devin
Hey loyalzoo!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove LayerSlider on mobile
@media only screen and (max-width: 480px) {
#layer_slider_1, #layer_slider_2 { display: none; }}
Cheers!
Yigit
Hey Jack!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }
Regards,
Yigit
Hi!
Where are you adding it in? I checked the main docs and its the same function: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Checking it now and not getting an error so it may just be the placement in your functions.php file. Try adding it at the very end of the file just after the last line.
Regards,
Devin
Hi SolingLover!
Please ask your hosting provider to make sure they allow sending emails through php mail function and what limitations are there on protecting against spam being sent out. Have you tried the Contact Form 7 plugin? It works with the Enfold theme.
Cheers!
Ismael
Hey!
Are you sure you’re using Enfold? Enfold doesn’t have that kind of element. If you’re using a plugin, please contact the plugin author.
Cheers!
Ismael
Hi there!
1. I just updated the theme and now my portfolio entries, which I gave the name “behandlungen”, are now “portfolio-items” again. Before the update I had the possibility to change this in the Enfold settings. Now this point disappeared. What can I do?
2. Not all of my portfolio items are shown on the page. There’s also no pagination or a setting where I can set how many items I want to be displayed per page.
Please help. Thanks in advance,
dulei