Hi,
I want to remove the date as well as the mention of the number of comments from all single posts, pages and archives as well as the latest posts widget. (happy to remove the whole subline underneath the titles)
Can you please let me know the easiest way to do this?
Kind regards,
Sylvia
your last code works perfect, thanks a lot!
– I am building a large site with Enfold and the single biggest problem I’m facing is that I can’t add CSS classes to colour sections. This would greatly help with styling repeated same-styled page elements. I can set ID’s for the sections but by definition these should be unique. As a workaround I have developed a JQuery function which converts IDs to separate classes but since this works client-side it’s not a very nice solution.
– I would also like to set background colours and images for all the layout elements (eg 1/1 columns, 1/2 columns, etc), as you can with colour sections. And classes too!
I’m trying to align images to the bottom baseline of a div within a color section. I have two 50% columns in the color section (left is text, right is image). As the site is responsive, when I change the window size the image moves up/down the container as it seems to be fixed a to a certain point on the page, and not anchored to the bottom.
Is there a way to fix the baseline of the image to the baseline of the container indefinitely with this theme/css? Essentially, the image is aligned to the bottom to begin with at full width, but as the window contacts, the text forces to container to expand and I end up with white space below the image.
My CSS for the image div is as follows:
.floatbottom {
height: 100%;
position: absolute;
bottom:0;
width: 500px;
}
CSS for parent container (color section):
#box{
height: auto;
padding-top: 90px;
padding-bottom: 90px;
position: relative;
}
HTML for image in container:
<div class="floatbottom">
<img src="/images/bottom.png">
</div>
Is there anything in the CSS for Enfold that might conflict with this code and cause the image not to align to the bottom of a div? Any ideas would be massively appreciated – thanks!
Afaik cpanel itself doesn’t allow you to manipulate the database but it comes with phpmyadmin which allows you to import any sql database file. You can use WP MIGRATE DB to generate it and then use phpmyadmin to import it on the other server.
Hey!
You can hide it with following css code
.avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
display: none;
}
Regards,
Peter
I couldn’t find the analytics code anywhere in the html source code. Make sure you paste the entire analytics code into the “Google Analytics Tracking Code” option field (and not just the tracking id) and clear your caches (wordpress & browser cache).
Re link attribution – maybe this article will help you: https://support.google.com/analytics/answer/2558867?hl=en
What about a database that is created through C-Panel ?
Hi,
I’m having some issues getting Google Analytics to work properly inside of Enfold.
I got my tracking and dropped it into the designated area in the Enfold dashboard, and it seems to be partially tracking visits, since it’s registering some visits to the homepage, but it’s not doing it accurately, and not giving me any other info, like visits/hits on projects that I have in a portfolio grid on the same page.
It still says “Status: Tracking Not Installed” ..any suggestions.
Should I email the code it’s giving me to use?
My site is omarramirez.net (which forwards to omarramirez.net/cms where the wordpress site lives)
I also wanted ask what steps I’d have to go through to activate enhanced link attribution.
thanks
Omar
Hey!
Glad you found a solution :)
Regards,
Peter
Hi Ismael,
I am on version 2.0.1 and WordPress 3.6.
I have a couple of plugins like Akismet and WordPress SEO, but deactivating doesn’t fix the problem.
** Just realised it only happens when I am logged in to WordPress and that toolbar thing is at the top. Sorry!
Hi,
You don’t have the latest version of Enfold. Please download 2.0.1 version on your themeforest account. Watch this video on how to override the theme files via FTP: https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hey,
Please upgrade to Enfold 2.0.1. I think it will fix the issue. Upgrade WordPress to 3.6. Did you add plugins prior to this issue?
Regards,
Ismael
Hey,
Have your tried using another font on Enfold > Styling > Defines the Font for your body text?
Regards,
Ismael
Hey,
Can you give us a screenshot on the elements that you want to change? I visited the link and I don’t see any comments. Please leave a sample comment.
Regards,
Ismael
Hey,
Please download the latest version of the theme, Enfold 2.0.1. Upgrade to WP 3.6.
Regards,
Ismael
Hey,
We don’t have access to the slider plugin. Please hire a freelance developer to modify and make the slider compatible with the theme. I’ll tag Kriesi.
Regards,
Ismael
Hi,
I think you can follow Nick’s instruction here. It is the most detailed step by step instruction so far: https://kriesi.at/support/topic/youtube-icon
List of fontello icons can be found here: http://www.entypo.com/characters/
There is still no easy way of adding your own icons. You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hey,
I have no problem adding the Layer Slider on the Cart page. What I did is edit the Cart page, I added a 1/1 column then insert a Text Block element with the woocommerce cart shortcode “[woocommerce_cart]”. I added the Advance Layer Slider element at the top of the 1/1 column.

Please update to Enfold 2.0.1 and upgrade to WordPress to 3.6.
Regards,
Ismael
As seen in the above screenshot (http://bit.ly/17iuv88), memory on the pages using pagebuilder are not using more than 22-23 out of 128MByte. I have reinstalled both WordPress and Enfold + Child theme twice now.
I’ve read through many of the threads to alter the social icons, such as :
- https://kriesi.at/support/topic/youtube-icon
- https://kriesi.at/support/topic/xing-icon
- https://kriesi.at/support/topic/enfold-instagram-icon
- https://kriesi.at/support/topic/left-menu-listing-problem#post-124163
- https://kriesi.at/support/topic/enfold-theme-options-header-social-icon
- https://kriesi.at/support/topic/how-do-i-add-a-you-tube-icon-to-social-icons-in-the-header
but I’m uncertain where I can find a definitive list of the icon reference codes to follow the instructions with. So for example, I’d specifically like to replace the “behance” icon in the default “Social Icon” list (or just add to it) on the theme settings page > Header with the “B” (blogger) icon.
How can I do this? Thank you.
Also, is there an ETA on Kriesi’s new feature of adding custom icons from fontello within Enfold itself? That would be a HUGE help, and I know lost of users are eagerly awaiting it’s arrival. Thanx!
Hey,
You can select this options on Enfold > Styling. You can also use this on your custom.css or Quick CSS:
1.) Make the header background black:
.header_color .header_bg {
background: black;
color: white;
}
2.) Make menu font white:
.header_color .main_menu ul:first-child > li > a {
color: white;
}
Hover State:
.header_color .main_menu ul:first-child > li a:hover {
color: black;
}
3.) You can use this on your custom.css or Quick CSS:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }
Change the height and the line-height.
Regards,
Ismael
Hey,
The “Slideshow Image Size” is not the size of the actual slider but the kind of thumbnail that you want to use on the slider. You need to constrain the Easy Slider element on a column element or put it on a div with a specific width and height. It will always inherit the size of its container.
Cheers,
Ismael
Hey,
You should update Enfold to 2.0.1 if you upgrade to WordPress 3.6. All sliders will break down on WP 3.6 but it will be fix when you upgrade to Enfold 2.0.1. :)
Cheers,
Ismael
Hi Wol1959,
First thing to try is update your theme to the most recent version available from your downloads on ThemeForest. 1.9 had a few bugs that 1.9.1 fixed a day or so later but the newest 2.0+ has fully ironed out the slideshow issues that came up with WordPress 3.6.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/chanels/aviathemes/67209750
Regards,
Devin
Hi,
I have recently purchased enfold and i am a “choices theme” user as well. In the past we would design our page template under choices menu using the template builder then in the post have the ability to SELECT the page template we just built. However i have realised that enfold works differently. First of all i have enabled the advanced layout builder in POSTS :) using the meta.php hack. Aside from that how would one replicate a “similar” process like choices ? ie. I have a set amount of posts which need to have the “same” top and tail ? In choices i would set up a simple page template with the top banner lower banner and inbetween those add an element “page/post content”
ill explain better, so basically i want to have the ability to add a image above the post and below the post BUT not have to do it manually everytime i start a new post, i just want to be able to go over to the right hand side and SELECT the page template to be applied to this post OR what ever other method you can do now with enfold i hope that makes sense !
Bass