I am using WP Super Cache hopefully that is a good thing, I have another plugin that usually speed things up but with your theme it slows the page load down so I will go talk to them about that and see if I can get it to help things load faster.
My page speed is kinda ok for the desktop page load speed I just did not like seeing the errors, but the mobile part seems low to me at 71 out of 100 so unless I can get that faster I will have to add a separate mobile theme sadly.
Thanks for trying to explain things.
Hi frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none!important; }
Cheers!
Yigit
Hey there,
I am looking to implement a ‘zoom’ for one of my images. I didn’t see anything offered for this within Enfold, so I purchased a simple jQuery code that would allow me this option.
http://codecanyon.net/item/epic-image-zoom/264395
I can usually find my way around code fairly easily, but the ‘advanced layout editor’ I use with Enfold has me a bit perplexed as to where I would enter in the code required. I already uploaded the js files and updated the <head> tags in header.php — and so now I just need to adjust the code for the actual image.
Here is what they provided to initialize the zoom:
jQuery(document).ready(function($){
$(‘.images-that-need-zoom’).epicZoom({ magnification: 2,
hideCursor: true });
});
Any suggestion on where/how to implement this code within Enfold would be most appreciated!
Thanks so much,
Jason
Hello,
Please tell me how to implement the following into the enfold theme. I need the logo to include this markup and not sure how to add it because of the php involved with the enfold logo. Thank you
Using schema.org Organization markup, you can indicate to our algorithms the location of your preferred logo. For example, a business whose homepage is http://www.example.com can add the following markup using visible on-page elements on their homepage:
<div itemscope itemtype=”http://schema.org/Organization”>
Home

</div>
This example indicates to Google that this image is designated as the organization’s logo image for the homepage also included in the markup, and, where possible, may be used in Google search results. Markup like this is a strong signal to our algorithms to show this image in preference over others, for example when we show Knowledge Graph on the right hand side based on users’ queries.
Hello totofunk!
You should go to enfold\includes folder and open loop-index.php file and find these lines in between 150-159 http://i.imgur.com/wJTc1NU.jpg
and comment them out with // as shown here http://i.imgur.com/KGGDUYH.jpg
Cheers!
Yigit
Has anyone asked for ability to insert buttons via shortcode within the layout builder Text Block? Currently I have to create one on another page and then copy that shortcode and come back to that page. Very unproductive.
Hey!
Solution here should work https://kriesi.at/support/topic/menu-bugstable-desktop/#post-173657
We do not know which version of Enfold you are using. Maybe you are using old one and need to update the theme in order to troubleshoot the issue
Best regards,
Yigit
Hi totofunk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 768px) { #header_main { padding-bottom: 0px!important; }
strong.logo { height: 120px!important; } }
Regards,
Yigit
Hi frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap { border-top-style: none; }
Best regards,
Yigit
Hi JayBlay77!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
@media only screen and (max-width: 480px) { .responsive .container { width: 370px; } }
@media only screen and (max-width: 767px) { .responsive .container { width: 420px; } }
Best regards,
Yigit
You are welcome, glad we could help.
Regards,
Josue
Hey Alex!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.cart_dropdown.visible_cart { z-index: 9999; }
Regards,
Yigit
Hi timfl!
If you are using Enfold version 2.3+ you can upload icons from Fontello. Please see this post http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader
Best regards,
Yigit
Hey freewaystar!
Integrated version of LayerSlider works only FullWidth in Enfold. You can use Easy Slider in this case
Best regards,
Yigit
Many thanks, you’ve been a great help!
Hey simonac!
You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
Best regards,
Yigit
Hey!
@minestelecom Thank you for your contribution! :)
To keep here more clear, please request features here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
Hi shriii!
If you would like to remove whole post meta, add following code to Quick CSS
.post-meta-infos { display: none; }
If you would like to remove only date, go to enfold\includes folder and open loop-index.php file and find following code in lines between 113-116
http://i.imgur.com/xwNgomo.jpg
and comment them out by inserting // in front of all 4 lines
Cheers!
Yigit
hi Yigit,
I’m using the layer slider that comes with the theme Enfold and i will like to add a small 400px layer slider between the logo and the social buttons in the header.
I’ve tried doing that using the standard WP php call to a shortcode. Its not working. Can you guys help me get a layer slider in the header? Thats what my client wants. How can i do that?
Thank you!
Hello kevbikemad!
In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left
.sub_menu { left: 0; margin-left: -15px; }
Best regards,
Yigit
Hey chaponnel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color.iconbox_top .iconbox_icon { background-color: red;
color: black;
border-color: green;
}
Regards,
Yigit
Hello!
First update your theme to the most recent version so that you have the most recent round of bug fixes and features.
If you have issues sending mail you may also want to talk to the hosting provider and see if there are limitations on using wp_mail and mail in general through php mail functions.
Regards,
Devin
Hello!
And you can add following code for Social icons
#top .social_bookmarks li a { color: red!important; }
#top .social_bookmarks li a:hover { color: purple!important; }
Cheers!
Yigit
Hello!
You are currently using very old version. There have been many bug fixes and improvements in the theme. Please update Enfold to 2.3.2 so we can make sure that we are not trying to troubleshoot an issue that has been fixed already
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
Cheers!
Yigit
Hello,
New member of the forum here.
It’s been pleasure to create with Enfold but I am also having problems with the contact form not sending emails as well.
I will have the client take a look at their server settings and explore some other options in addition to downloading the WP_SMTP plug-in and trying that.
Any suggestions about what we should look at?
I have version 2.1 installed.
Thanks you,
Mary
Hello!
Add this too:
#header * {
border-color: rgba(0, 0, 0, 0) !important;
}
Cheers!
Josue
Hello seremot!
You can create a page and add LayerSlider on top and Blog Posts element under it. But you should not set this page as blog page in Enfold theme options
Cheers!
Yigit
Hello yuravw!
Please remove Partner/Logo Element and re-create it. Currently AmtechAutomotive logo is there instead of previous button. Please deactivate all active plugins as well
Best regards,
Yigit
Hey!
I just installed a child theme for someone today and imported everything that was previously set up from the parent so as of 2.3.2 there are no code errors or anything like that with the button.
The # is the correct “url” and you’ll see it used all over the theme options since the links aren’t actually urls taking you anywhere.
This image however is *not* an error. Its just an informational message: http://www.clipular.com/c?5311784160329728=xucg7q1StSu1w2NN8XDvM9pKzO8&f=.png
For more on Child themes see: https://vimeo.com/67221517
You can download an enfold child theme from here: http://kriesi.at/files/enfold-child.zip
Cheers!
Devin
I have comments disabled and only want to have the date display (without “0 comments”). I have followed the instructions here, first in my child theme and then in Enfold, but this solution doesn’t work for the Post Slider content element. Thanks for your assistance.