Forum Replies Created
-
AuthorPosts
-
September 16, 2014 at 8:23 am in reply to: Light box action is not working in the gallery setting #319649
Hey hylandgraphics!
Thank you for using the Enfold theme.
Please check if the Lightbox Modal Window on Enfold > Theme Options is enabled. Try to deactivate the plugins then test it again.
Regards,
IsmaelHi!
You’re using 2.9.1. Please download version 2.9.2. You can now upgrade to WP 4.0.
Cheers!
IsmaelSeptember 16, 2014 at 8:18 am in reply to: Creating Squeeze Page wiht "boxed" background color visible #319645Hi mhiller!
Thank you for using Enfold.
Please use the default template then disable the header title, sidebar and footer on the Layout box. You can remove the header or menu container on that specific page using css. Please give us a link to the actual page. A screenshot of what you’re trying to do will help.
Cheers!
IsmaelHi!
Please post the actual page with the masonry gallery and your temporary login details. Set it as a private reply. We’ll add the css snippet.
Regards,
IsmaelSeptember 16, 2014 at 8:05 am in reply to: Scroll up increase header size when at top of browser disable? #319635Hey mcraig77!
Thank you for using Enfold.
The scroll top button should not increase the header size. Please give us a temporary login details so that we can see the site. Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. Maybe a plugin is causing the issue, please deactivate the plugins then test it again.
Best regards,
IsmaelHi Jorge!
Thank you for using Enfold.
I checked the site and the sidebar is still there along with the WPML flags on the main menu. What widgets are missing? Portfolio grid are now set to full width by default. You can insert the grid on a 1/1 column to prevent this from happening. You can still create a child theme. Get a copy of the child theme folder here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Activate the child theme then Import the parent theme settings on Enfold > Import/Export panel. Create a backup of your database and theme files before doing this just in case.
Cheers!
IsmaelHi!
Glad you figured it out. If you still have questions, let us know. :)
Best regards,
IsmaelHi!
I’m sorry but that particular request is outside the scope of support. You might need to hire someone else to do the job.Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey!
You can use this for the active portfolio item:
.active_portfolio_item img { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }Regards,
IsmaelHey Moeitani!
Thank you for using Enfold.
1.) Please refer to this link on how to add excerpt on magazine list: https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list-2/
2.) Add this on functions.php to increase the number of characters for the blog grid summary:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 300; return $length; }3.) I noticed that all the other menus are dropdowns. Make sure that the top menu are parent page of the pages on the sub menus.
Best regards,
IsmaelHi!
We do recommend this plugin but it does cause some incompatibility issues with other third party plugins. I’m sorry but we won’t be able to provide support for this plugin. Your best bet is to contact the plugin author.
Cheers!
IsmaelSeptember 16, 2014 at 7:27 am in reply to: Cant get Styles to change fonts, color, predefined color schemes, etc #319608Hey!
Thank you for using Enfold.
Please go to wp-content/uploads/dynamic_avia folder then delete the enfold.css file. Toggle any theme options to regenerate the file. If you have a cache or minify plugins, please disable those while working on the site.
Best regards,
IsmaelHi!
Are you referring to the input field label? You can use this:
#top label { display: block; font-weight: normal; font-size: 12px; }Cheers!
IsmaelHi!
Use this:
@media only screen and (max-width: 767px) and (min-width: 480px) { #facilities .container { width: 428px; } }Cheers!
IsmaelHi!
Try adding this on Quick CSS or custom.css:
.html_stretched #wrap_all:before { content: ''; display: block; width: 100px; height: 100px; background: white; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -50px; left: -100px; z-index: 9999; }Cheers!
IsmaelHey ethanalvin!
Thank you for using Enfold.
The site loads fine when I checked it but testing the site on speed test tool shows that you need to compresses some of the images. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Cheers!
IsmaelHi keesvv!
Thank you for using Enfold.
You can use social icons that you don’t usually use like “Vk” then place the url of the page on the Social Icons URL field. Change the icon with this on functions.php:
add_action('init', 'avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { global $avia_config; $avia_config['font_icons']['vk']['icon'] = 'ue877'; return $icons; }You can get the icon code by hovering over the icon element:

Regards,
IsmaelHi!
My bad. Please replace the code with this:
if(strpos($this->atts['caption_elements'], 'excerpt') !== false && !empty($content)){ $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'=>$this->atts['custom_markup'])); $shortcode = do_shortcode('[social_share/]'); $items .= "<div class='av-masonry-entry-content entry-content' {$markup}>{$shortcode}{$content}</div>"; }Cheers!
IsmaelHi!
I checked the site a few times and make sure that it isn’t loaded via cache, the icons are always there.
Regards,
IsmaelHi!
Did you modify or add any snippets to modify the WPML language switcher? Please post the login details here and set it as a private reply. We would like to check it.
Regards,
IsmaelHi icotom!
Thank you for visiting the support forum.
That is the twitter account url that you set on Enfold > Social Profiles.
Regards,
IsmaelHey squaic!
Thank you for using Enfold.
It does work fine on our installation. I checked the site and I don’t see any hover effect or overlay on the images.
Best regards,
IsmaelHey!
There’s an error with the layer slider: It seems like the URL of the image or background image “BGGate-SW-3.jpg” is pointing to a wrong location and it cannot be loaded. Please check the URLs of all your images used in the slider. Have you tried to transfer the whole site including the layer sliders using the WP MigrateDB or WP MigrateDB PRO plugin?
Also, there are certain script errors when editing the sliders. Please try to deactivate third party plugins then check it again.
Best regards,
IsmaelSeptember 16, 2014 at 6:23 am in reply to: Gallery and Portfolio image sizing and crop problems #319579Hi Jordan!
Thank you for using Enfold.
The dummy data uses images with the same dimension and proportion. If you’re uploading images with different sizes, you can set a minimum height for the portfolio thumbnails. Use this on Quick CSS or custom.css:
.grid-image img { width: 100%; display: block; height: 225px; max-height: 225px; min-height: 225px; }Regards,
IsmaelSeptember 16, 2014 at 6:19 am in reply to: I need to use custom PHP code in a page, what is the recommended way to do this? #319577Hey ryanmortier!
Thank you for using Enfold.
You can use this plugin to enable php codes on posts and pages: https://wordpress.org/plugins/insert-php/
Regards,
IsmaelSeptember 16, 2014 at 6:18 am in reply to: Can the following be done on client site using Enfold Theme #319576Hey!
Use this:
.small-preview, #top .fullsize .template-blog .blog-meta { width: 140px; height: 140px; }You might need to decrease the size of the entry content.
Cheers!
IsmaelSeptember 16, 2014 at 6:16 am in reply to: In Header Layout, How can I ocult the title of the page? #319575Hey alfonsoval!
Thank you for using Enfold.
Add this on Quick CSS or custom.css:
.title_container .main-title { display: none !important; }Best regards,
IsmaelSeptember 15, 2014 at 8:01 am in reply to: how to add a newsletter optin fullwidth below the fullwidth slider? #319057Hi!
You can use Google Chromes inspect element or firebug to look for the right selectors. If you still have questions, let us know.
Best regards,
IsmaelSeptember 15, 2014 at 7:53 am in reply to: Avia Layout Builder, unable to edit page, spinning circle #319050 -
AuthorPosts
