Forum Replies Created
-
AuthorPosts
-
Hi 1lizcollins!
Thank you for using Enfold.
The background should not be visible on iPhone or any other mobile device with the same screen size because the content or body width is set to 100% which will cover the background image. On iPad the background is fixed.
Best regards,
IsmaelHi!
Please post the login details here and set it as a private reply. Is it OK if we deactivate the plugins while working on the site? Do you prefer Quick Cache among other cache plugin? Have you tried using different cache plugin such as W3 Total Cache or WP Super Cache?
Best regards,
IsmaelHi!
Please post the login details here and set it as a private reply. We would like to check it. Are you sure you have Enfold 2.9.2? There’s an error with prettyPhoto lightbox plugin. We already removed this plugin and replace it with a new lightbox plugin. Did you add any modifications on the child theme regarding the lightbox?
Cheers!
IsmaelHey!
Thank you for using Enfold and sorry for the delay.
You can specify a height for the easy slider but it will cut out parts of the images:
.avia-slideshow ul.avia-slideshow-inner { height: 500px !important; overflow: hidden; }You can vertically center the images with this:
.avia-slideshow li img { margin-top: -20%; position: relative; }Adjust the negative top margin.
Best regards,
IsmaelHi!
Do the lightbox work as well when you use MagnificPopUp? I tested the form and the message is sent properly. Regretfully, we cannot provide support for third party plugins or scripts such as Easy Fancybox as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Did you try to contact the Easy Fancybox author? Maybe there’s an issue with their plugin regarding WordPress 4.0 update.
Best regards,
IsmaelHi!
Kriesi will remove this layout class system and replace it with a much more simple content / sidebar width system. For now, the sidebar code should be:
function change_sidebar_left_layout() { global $avia_config; $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'nine alpha'); } add_action( 'init', 'change_sidebar_left_layout', 1);On Enfold 3.0, you can probably just use this on Quick CSS or custom.css to change the width of the content:
.container .av-content-small.units { width: 80%; }Best regards,
IsmaelSeptember 24, 2014 at 9:35 am in reply to: Display thumbnails on archive pages (Tag+Category) when using Adv. blog layout #324114Hi!
Please edit tag.php, find this code on line 38:
$blog_layout = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag'); if($blog_layout == 'blog-grid')Replace it with:
$avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag'); if($avia_config['blog_style'] == 'blog-grid')You can now use the filter above.
Cheers!
IsmaelSeptember 24, 2014 at 9:24 am in reply to: Enfold – image import sizes and reductions of sizes generated…… #324107Hi!
Do you mind if we take a look at the website? Is this only use as an online shop page? You can delete the thumbnail sizes on functions.php, look for this code:
/* * Register additional image thumbnail sizes * Those thumbnails are generated on image upload! * * If the size of an array was changed after an image was uploaded you either need to re-upload the image * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ */Below are list of generated thumbnail size. Delete those that you don’t need.
Best regards,
IsmaelHey!
Thank you for the update.
4.) My bad. I was referring to the Background Attachment. When you add a background image, this option will appear but it won’t affect the video. You can’t set the video background as parallax when using the Color Section. Use the full screen slider instead if you want a parallax video, and control the audio, loop and controls.
Cheers!
IsmaelHey!
2.) I’m sorry but I don’t see the menu issue on the footer. Looks like you managed to set the Enfold Footer Menu.
Best regards,
IsmaelHey!
I’m sorry but this is what your site look like on IE.

Did the client set the browser to compatibility mode? If yes, please tell to try to disable it. If it doesn’t work, please post the login details here. We would like to check it.
Cheers!
IsmaelHi!
Somehow, the padding is not set to 0. It is OK to add the css. It will only affect the home page. I checked the site again but it is not set to glassy header.
Regards,
IsmaelHi!
Thank you for the update.
You can hide the default cart button with this on Quick CSS or custom.css:
.cart_dropdown.visible_cart { display: none !important; }Move the cart position with this:
li#wpmenucartli { position: absolute; top: -40px; } #header_meta { z-index: 1; }Regards,
IsmaelHi!
You’re not hiding the VK button, you should be replacing it with another icon code like I describe above. Use the VK social icon then add the url of the section where you want the icon to point. If the icon that you want is not available, please refer to this link on how to add custom icon fonts: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
IsmaelHi!
You need to add the css code on Enfold > Quick CSS field or on custom.css file.
Cheers!
IsmaelHey!
Please try this plugin instead: https://wordpress.org/plugins/wordpress-https/
Best regards,
IsmaelHi Grant!
Thank you for using Enfold.
Do you have any other site on this account? This is the first time that someone reported this issue. I’m sure this is not entirely theme related. Please ask your hosting provider for any possible solutions.
Best regards,
IsmaelHey!
@phausner: Glad it is working now.
@vanderburg: Edit a layer then go to the Attributes panel. Add custom-layer on the Classes field for example. Use this on Quick CSS or custom.css file to change the text size on mobile devices:@media only screen and (max-width: 767px) { .custom-layer { font-size: 15px !important; color: red !important; } }Regards,
IsmaelHi plugmedialtd!
Thank you for using Enfold.
1.) You can add custom content on top of the header using this on functions.php:
function add_custom_script(){ ?> CUSTOM CONTENT HERE <?php } add_action('avia_meta_header', 'add_custom_script');You can also edit includes > helper-main-menu.php file.
2.) Please post the actual website here. We would like to check it.
3.) Edit the layers then go to the Attributes panel. Add a custom css Classes or ID. Use this disable the layers on mobile device or change the style using media queries.
Regards,
IsmaelHi djshortkut!
Thank you for using Enfold.
I’m sorry but I can’t see the white border when hovering the images. Do you mind providing a screenshot of the issue? You can use imgur, dropbox, clipular etc.
Regards,
IsmaelHi!
Thank you for the info.
You can change the masonry column width with this on Quick CSS or custom.css:
#top .container .av-masonry-entry { width: 25%; }If you want 3 columns, use this:
#top .container .av-masonry-entry { width: 33%; }Cheers!
IsmaelHey hobart!
Thank you for using Enfold.
You can change the position of the second logo using css:
.custom_content { position: absolute; top: 0; right: 20%; }Adjust it on different screen sizes using css media queries.
Regards,
IsmaelHey!
Thank you for the update.
Some of the layers doesn’t have the custom class. The layer container class should look like this:
class="ls-l hide-on-mobile"Please edit all slides then add the custom class on the Attributes panel of each layers.
Best regards,
IsmaelHey!
@Sus: Please post the login details here and set it as a private reply. We would like to check it. Please try it using another browser or computer.
@tstirl: Did you update the theme as well? Please download version 2.9.2 then update the theme.Best regards,
IsmaelHi!
I’m sorry but we can’t upload the files for you. You might need to hire a freelance developer to update the theme. Have you tried logging out of the wp dashboard? Login again, see if there is an available update on the Enfold > Theme Update panel. Another thing that you can do is to contact your hosting provider, maybe they can upload the latest version for you.
Best regards,
IsmaelHey!
@Julie: Glad it is working now.
@dsharpe: Please post the login details here and set it as a private reply. We would like to check it. The latest update of Enfold which is version 2.9.2 should fix any WordPress 4.0 jquery issues.Best regards,
IsmaelSeptember 23, 2014 at 5:47 am in reply to: Custom Google Maps settings and Child Theme – Possible? #323490Hey!
Thank you for using Enfold.
You can copy the whole avia_printmap function on the child theme’s functions.php file.
Cheers!
IsmaelHi Jens!
Thank you for using Enfold.
1.) What do you mean by “direction”?
2.) It is already set to loop and autoplay, but you can edit config-templatebuilder > avia-shortcodes > section.php to manually control the video options:
$slide = array( 'shortcode' => 'av_slideshow', 'content' => '', 'attr' => array( 'id'=>'', 'video'=>$video , 'slide_type' => 'video', 'video_mute' => true, 'video_loop' => true, 'video_ratio' => $video_ratio, 'video_controls' => 'disabled', 'video_section_bg' => true, 'video_format'=> '', 'video_mobile' =>'', 'video_mobile_disabled'=> $video_mobile_disabled ) );3.) Video audio is already set to mute.
4.) You can set the Background Repeat to Fixed or Parallax.
Cheers!
IsmaelHi Jennifer!
Thank you for visiting the support forum.
You can use this on Quick CSS or custom.css:
.avia-shadow { box-shadow: none; }Cheers!
Ismael -
AuthorPosts
