Hi,
i experience a small problem when using more then 2 colums under each other. Do i have to add a clear: both; after each column set? is there a shortcode in enfold available for it?
Hi
I have a folder named “Mega” with a file index.php inside.
I am trying to add the header and footer of the theme
(My folder is in the root of the site)
I tried unsuccessfully several code:
Code:
<?php
include $_SERVER[‘DOCUMENT_ROOT’].”/wp-content/themes/enfold/header.php”;
?>
And
<?php
require(‘./header.php’);
include $_SERVER[‘DOCUMENT_ROOT’].”/wp-content/themes/enfold/header.php”;
?>
Can you help me please !!
Regards,
Hi Fabiana,
In your WordPress theme directory please go to Enfold folder and open Footer.php file and find following code between 98-105
<?php
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";
?>
and right under it add following code

Then add following code to Quick CSS in Enfold theme options
span.copyright1 { float: right; }
Regards,
Yigit
Hi,
I tested this on my end. Added this code on a Div / Video field.
<iframe src="http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0">
The vimeo video doesn’t auto play when the slide loads. Please update to Enfold 2.1.
Regards,
Ismael
Hi,
It only happens when font size is 17px. You can change it to 18px by adding following code to Quick CSS in Enfold theme options
h4 { font-size: 18px!important; }
Regards,
Yigit
Hi
With replete the portfolio items became larger when clicked on. i liked that.
now with the same site in enfold. the items clicked on go to another page. that takes way too much time. where can i change the settings so they just get bigger and it is easy to click other pictures that will remain in the screen?
http://www.bevlogenverf.nl
Hi,
What do you mean? You can use the woocommerce “Product Categories” shortcode.
[product_categories number=""]
Regards,
Ismael
I have no issues on any of my sites but everyone should upgrade asap anyhow since the patch has a security fix included :)
Regards,
Devin
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#header_main { padding-bottom: 34px!important; }
#main { padding-top: 123px!important; }
strong.logo { height: 100px!important; }
span.avia-menu-fx { display: none!important; }
Regards,
Yigit
Hi sach,
The site you listed actually has the same icon display as the theme: http://kriesi.at/themes/enfold/shortcodes/tabs/
Either way thank you for the suggestions :)
Regards,
Devin
The current version of Enfold is 2.1. Your site is pulling up with just the default Apache server information right now so I can’t check its version but if you aren’t on 2.1 you should first try updating the theme files.
Is there a way in Enfold to present products with categories and subcategories?
Hi,
Please go to Enfold theme options > General settings and you will page slug at the bottom of that page
Regards,
Yigit
Thanks, update worked fine :)
Hi!
Yes, no bug reports so far…
Best regards,
Peter
Hi,
I tried and it’s OK for my site.
Right now Kriesi is working on his website (new kriesi.at website which uses an Enfold child theme) and after the relaunch we’ll release the new version which includes all fixes and various other improvements.
Is the Enfold theme compatible with the newly released WordPress 3.6.1 ?
Anybody already tried updating ?
I though you want to remove the padding from the content slider but now I noticed you want to remove it from the logo slider. Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php and replace
$output .= "<div class='avia-smallarrow-slider-heading'>"
with
$heading_class = '';
if($navigation == 'no') $heading_class .= ' no-logo-slider-navigation ';
if($heading == ' ') $heading_class .= ' no-logo-slider-heading ';
$output .= "<div class='avia-smallarrow-slider-heading $heading_class'>";
and insert following code into the quick css field
.no-logo-slider-navigation.no-logo-slider-heading{
display: none;
}
Dear support team,
I have a problem with the permalinks in footer, especially for the “enfold latest portfolio” entries.
The links look like: http://www.xxx.de/portfolio-item/people/. But the term portfolio-item is wrong. There should only stay portfolio instead of portfolio-item.
Can you help me?
Thanks!
Frank
Hi,
how can I set the searchfunction inside the Navigationbar or inside the Main-Title-Bar?
Thanks
Do you have any suggestions / plugins that you have tested with Enfold ?
I’m using Yoast SEO for the XML sitemap, but it doesn’t have an HTML Sitemap option
Hi,
how can I set a Video-Thumbnail? There is no function to set one. When I had buy the Theme 2 Months ago, the Support told me that this is a nice idea for a new feature for the next update. Any Chance to set one?
How can I set a fallback from mp4 to ogg?
If there is no way I found another Solution. I insert a Picture and linked it to the Videofile with http://… . Now it opens in a lightbox with Fullsreen. Here I have three questions.
1. How can I change the Hover-Icon above the Picture from an arrow to an Play-Icon?
2. The Video play in Fullscreenmode inside a Lightbox but there is no way to close it. How can I fix this?
3. Fallback?
What is the best way to change the size of videos on Frontpage?
Best regards
Hi support team,
anticipate enfold is a really impressive theme. However, I have a question. I have pictures in galleries available in portrait and landscape format. (ratio: 2:3 or 3:2) Between the images is partially above and below unwanted space. But I don’t really know why.
Now the settings are:
Gallery Style: Small thumbnails
Gallery Preview Image Size: No Scaling
Gallery Columns: 2
…
Is there a way to fix the problem?
Thanks for solving it.
Best regards
Frank
Bzgl 2) Rücksicht auf Suchmaschinenoptimierung – darüber lässt sich oftmals streiten, da “Blog – Die letzten Neuigkeiten” nun einmal eine der Hauptüberschriften ist und im Gegensatz zu h1 h2 auch öfters vorkommen darf. Es ist daher teilweise persönliche Ansichtssache welche Stellenwert man welcher Überschrift zuordnet. Der eine meint nur h3, der ander h4 der nächste nur span, etc.
Möchte man den Tag abändern würde ich folgenden Code zu functions.php hinzufügen
add_filter('avf_title_args', 'change_single_post_title', 10, 2);
function change_single_post_title($args,$id)
{
if ( is_single() )
{
$args['heading'] = 'strong';
}
return $args;
}
– in diesem Fall wird h2 gegen einen “strong” Tag ersetzt.
I have an massive issue with editing blog posts. I have to redesign some existing posts, as I switched to Enfold and want to use all the beautiful shortcodes.
BUT:
Lets say I have an text in blog post edit view (visuell mode):
I set the cursor to a certain position, to insert some shortcode.
I click “insert shortcode” button and choose for example “content elements” > “icon box”.
I edit the icon box contents, click save.
1.) After clicking “save” the modal dialogue does not disappear, I need to push the “x” to close it.
2.) All other content is beeing replaced!!!
This is an massive issue. I can’t go ahead using copy and paste and rearranging it this way.
Please help!
WordPress: 3.6.1
Enfold: latest
OS: Mac OSX latest
Browser: Firefox latest
Hi,
1) Insert following code into the quick css field to reduce the padding of the footer.
#footer {
padding: 15px 0;
}
You can replace 15px with a lower value if required.
2) There’s no need for css code – just remove following code from enfold/js/avia.js
// decreases header size when user scrolls down
avia_header_size();