Hey vic98!
In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code in lines 51-53
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
and change it to
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
It will disable lightbox
Best regards,
Yigit
Thanks Devlin,
<P>You are correct. It is impossible to find a problem if it cannot be reproduced.</P>
From another Forum I got this solution to what sounds like the same problem I had:<br />
“Let’s suppose that your slideshow is located in ID = top-a. Then, the only thing to do is to add the following line of code right before the closing body tag (i.e. </body>) in your template.php file:”
<script>jQuery(window).bind(“load”, function(){jQuery(‘#top-a > div > .module’).removeAttr(‘style’);jQuery(window).resize();jQuery(‘#top-a > div > .module’).attr(‘style’,’min-height:1px;’);});</script>
But in Enfold I can’t see how to try this out because I used the smart AVIA Layout Builder so I think there is no place to edit the page HTML. Maybe the jscript will mean something to you though?
(For me I solved the problem by changing to a different Slideshow plugin that works fine.)
Regards
Chris
my wish list
1 a better look for blog ..for example I would like use advance editor for modify the top of the page
2 in advandeced-editor i want save a template for single block not just for the all page
3 icon for youtube in social
Hello psbag!
Wir verwenden derzeit gar kein Membership Plugin auf unserer Website. Enfold unterstützt ein “conditional menu” ( https://kriesi.at/support/topic/enfold-conditional-menu/ ), welches dir erlaubt Menüpunkte bei Vorhandensein bestimmter Bedingungen zu verstecken oder anzuzeigen, aber wahrscheinlich wird sich diese Funktion nicht ohne zusätzliche Anpassung des Theme Codes mit einem Membership Plugin verwenden lassen, da die Userkategorien vermutlich standardmäßig nicht in WordPress integriert sind und man diese erst mit speziellen Funktionen abfragen muss.
Regards,
Peter
Hi, someone told me my current website could be sensitive to SQL injection (hacking). So I’m wondering if Enfold is secure against this or does it depend on the hosting provider?
Hi!
You can add this on your custom.css or Quick CSS to disable the lightbox on product image.
.woocommerce-main-image.zoom {
pointer-events: none;
}
Regards,
Ismael
Hi!
The Enfold demo is not yet updated, it is using version 1.8.4. Please download the latest version which is 2.2.
Cheers!
Ismael
Hello!
You should place enfold parent folder and enfold child theme folder inside wp-content/themes folder. Is that what you did?
Regards,
Ismael
Hello!
Just edit the js/avia.js file, line 288, change 0.7 to 1:

Regards,
Josue
Hey peter,
You need to open this file /enfold/framework/php/function-set-avia-frontend.php and go to the line 403, and replace it as follows:
After:
$title = get_bloginfo('name').' | ';
Before:
$title = get_bloginfo('name');
Cheers!
Josue
-
This reply was modified 12 years, 2 months ago by
Josue.
Hi brelax!
I’m not sure if that’s possible with the default WordPress embedding of videos (which Enfold uses), perhaps you can try to do it with a plugin like this one.
Regards,
Josue
Hello!
If you add the filter code above. The Roboto text will be available on Enfold > Styling > Heading Font and Defines the Font for your body text option. Although, sometimes you need to manually specify the font on certain elements.
Regards,
Ismael
Hi!
I’m a bit lost. You want to remove the “Home” menu on all portfolio pages?
.single-portfolio .hide-home {
display: none;
}
Regards,
Ismael
Hi!
I tested Enfold’s menu on IE8 and it looks fine. This is what I see:

Can you give us a link to the website? We need to inspect the menu.
Regards,
Ismael
Hello!
2.) Replace the code with this:
#header_main .container {
height: 300px !important;
line-height: 82px !important;
}
Cheers!
Ismael
Hey!
Go to Enfold > General Settings > Blog Style. Select the style you want.
Cheers!
Ismael
Hi brixy!
Have you tried this on a different browser?
Please download this sql file:
http://www.mediafire.com/download/rq52b2fkhn4if64/kriesi_enfoldtest-migrate-20130924030922.sql
You can manually Import the database via phpMyadmin. http://www.youtube.com/watch?v=yABMJrGX9fo
Regards,
Ismael
Hi!
Did you set the homepage on Enfold > Theme Options > Frontpage?
http://relatiidecuplu.com/relatii-de-cuplu/
Best regards,
Ismael
Hi bspeice!
You can just add your own version of shortcodes to the child them in a shortcodes folder. Add this function to your functions.php first:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
Then it will check your child theme shortcodes folder and if there is a shortcode file in there use that instead of the parent.
Regards,
Devin
Hello!
Compatibility mode is not default for IE. Its a manual setting or one that IE will revert to under certain circumstances where it thinks the page has an error.
So for the average IE user they will notice no issues or run into issues with compatibility mode. If they do, then they are already browsing the web in a sub standard method and won’t be able to tell the difference anyhow.
Regards,
Devin
Hi, I just changed from Angular to Enfold and loving the much easier functionality, anyway…
My first query: I want to be able to zoom in and crop my portfolio featured image thumbnails. Its to show animation work so I want to choose just a close up section just for the thumbnails viewers click on. Using the whole image often does not work well small as a thumbnail.
I tried going edit image in my media library choose a section, and selecting thumbnails only and clicking crop, when i click update image nothing happens at all ?
Is there any other way I can do this ? or do I have to do it the long way round and create separate thumbnail images. If this is the case, what are the dimensions that would cover a 3 and 4 column portfolio, Im hoping I can do this some automatic way, many thanks
Hi Yigit,
Thanks for the quick reply. Compatibility mode was the problem.
Here’s the annoying thing: Your demo site worked fine in IE until i clicked the compatibility icon.
After that, every time I go to demo site it forces the compatibility mode on (with message on bottom of screen).
Clearing history doesn’t change this.
The only way to fix it is to go to internet options > advanced > and untick the “automatically recover from page layout errors”
Not ideal for people just browsing with default options on
Hey optizign13!
1) Please add following code to Quick CSS
#header_meta { display: none; }
2) As Kriesi mentioned here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” feature was accepted and will be added in upcoming versions.
3) Can you post a screenshot and show where exactly you want to make transparent?
4)
#top #menu-item-search { display: none; }
5)
#socket .sub_menu_socket { margin-right: 335px; }
Best regards,
Yigit
Hi,
I’m trying to use Enfold with the very popular Scroll Triggered Box plugin (http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/), but every time I install it my site crashes (had this with Enfold and WP Supercache btw), or the box appears hidden behind the footer. The purpose of this plugin is to offer a scrolling box where someone can subscribe easily to a newsletter and it auto-scrolls as they continue viewing the page.
Is Enfold just incompatible with this plugin? Thanks for any assistance on this.
– Joseph
Yes –
Figured out the footer top border just after I wrote you.
Hopefully it will help out others though.
As for the footer widget titles – thanks!
Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
Josue
Hello!
Looks like you already applied a border to the footer container:
#footer.container_wrap.footer_color {
border-bottom: none!important;
border-top: 1px solid #c980a3 !important;
}
You can target the footer widget title font with this selector:
#footer .widgettitle{
font-size: 2em;
}
Regards,
Josue
Hi sammysouthall!
First thing to try is updating your site to the most recent version.
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
Then try using this plugin to get IE8 to work with media queries: http://wordpress.org/plugins/respondjs/
Regards,
Devin