Forum Replies Created
-
AuthorPosts
-
Hey!
Is this fixed? You can toggle any settings on Enfold > General Layout > Dimensions panel to reset the width calculation settings.
Best regards,
IsmaelHey!
No, unfortunately, you can’t easily modify the mega menu alignment because it is controlled via javascript. You can somehow alter it via CSS but it will require a bit of modification which is beyond the scope of support. Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey Gurify!
Thank you for using Enfold.
You have this code on Quick CSS:
@media only screen and (max-width: 767px) { .avia-slideshow-inner { height: 250px !important; } }You can remove that or replace it with this:
@media only screen and (max-width: 767px) { .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img { height: 250px !important; } }Unfortunately, this will distort the images.
Best regards,
IsmaelOctober 15, 2014 at 3:10 am in reply to: Logo link / Bottom arrow / Nonbreaking spaces / Socket #335874Hi!
Glad it worked and thanks for sharing the polylang info. Have a nice day.
Best regards,
IsmaelHi!
Thank you for the update.
Please try this:
add_action( 'init', 'avia_woocommerce_cart_placement', 5); function avia_woocommerce_cart_placement() { $position = avia_get_option('header_position', 'header_top') == "header_top" ? "ava_main_header" : "ava_inside_main_menu"; remove_action( $position, 'avia_woocommerce_cart_dropdown', 10); }Best regards,
IsmaelHi Voilaah!
Thank you for using Enfold.
That function is for the Product Hover meta box. I’m sorry but you can’t use the advance layout builder for single product pages. Please use the shortcode wand for additional content.
Best regards,
IsmaelHi!
“Sujet” is not a valid permalink structure. Please refer to this link: http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Regarding the widget titles, you have this custom css:
.widgettitle { font-weight: 600; text-transform: uppercase; font-size: 16px; color: white!important; }Change the color or remove it.
Cheers!
IsmaelHi Zaccc!
Thank you for using Enfold.
You can remove the title of the actual image on Media > Library panel or add this on functions.php:
function remove_slide_title(){ ?> <script> jQuery(window).load(function(){ var slidewrap = jQuery('.avia-slide-wrap'); jQuery(slidewrap).each(function(index, element) { jQuery(this).removeAttr('title'); }); }); </script> <?php } add_action('wp_footer', 'remove_slide_title', 10);Regards,
IsmaelHey!
You can generate icon shortcodes using the shortcode wand when editing a post or page. Use that icons on a text widget. :)
Regards,
IsmaelOctober 15, 2014 at 2:50 am in reply to: Layer Slider wird nach dem Update nicht mehr angezeigt #335865Hi Edeenreich!
Thank you for using Enfold.
Unfortunately, we don’t use team viewer. If you can transfer the site on a live domain, we’ll be happy to look. Usually, we tell users to deactivate the plugins. See if that changes anything. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.
Best regards,
IsmaelHi!
Thank you for the info.
You can change the ALT text on Media > Library panel. Look for the background image.
Cheers!
IsmaelHi!
Thank you for the screenshot.
Use this on Quick CSS or custom.css:
ul.sub-menu { border-radius: 10px; } .av-main-nav ul li:first-child, .av-main-nav ul li:first-child a { border-top-right-radius: 10px !important; border-top-left-radius: 10px !important; overflow: hidden; } .av-main-nav ul li:last-child, .av-main-nav ul li:last-child a { border-bottom-right-radius: 10px !important; border-bottom-left-radius: 10px !important; overflow: hidden; }Best regards,
IsmaelHey MeisDesign!
Thank you for using Enfold.
W3 Total Cache have minify settings enabled by default. You can disable the minify settings or install WP Super Cache. Use the default settings. If you’re looking for a minify plugin, use BWP minify. Add this on functions.php to exclude css files:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Cheers!
IsmaelOctober 15, 2014 at 2:39 am in reply to: Adding content after title + breadcrumbs but before page content #335860Hi!
You can use the ava_after_main_container hook coupled with is_home or is_frontpage conditional. :)
Regards,
IsmaelOctober 14, 2014 at 10:04 am in reply to: Logo link / Bottom arrow / Nonbreaking spaces / Socket #335486Hey!
You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Edit the special heading element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “special-heading-gap”.
You can add something like this on your custom.css or Quick CSS:
.special-heading-gap > * { word-spacing: 15px; }Regards,
IsmaelHi!
Thank you for using Enfold. I’m sorry but IE7 is not supported by the theme. Tell them to install Chrome or use the latest version of IE.
Cheers!
IsmaelOctober 14, 2014 at 9:57 am in reply to: Advanced styling overwriting custom color on special heading #335484Hey havi!
Thank you for using Enfold.
Yes, we already reported the issue to Kriesi. If you don’t want the advanced styling to override the custom colors, edit config-templatebuilder > avia-shortcodes > heading.php. Find this code on line 263:
$output .= "<div {$styling} class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>"; $output .= $before; $output .= "<{$tag} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";Replace it with:
$output .= "<div class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>"; $output .= $before; $output .= "<{$tag} {$styling} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";Regards,
IsmaelHi envapk2!
Thank you for using Enfold.
Please post a screenshot on how you want the submenu to look like. You can use imgur, dropbox, clipular etc.
Regards,
IsmaelHi digitalcrossover!
Thank you for using Enfold.
1.) It’s not possible with the theme’s contact form by default but you can use the Contact Form 7. Refer to this link: http://contactform7.com/checkboxes-radio-buttons-and-menus/
2.) Yes, use the WPML plugin if you want multi language site. :)
Regards,
IsmaelHey!
Thank you for the update.
Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting.
Cheers!
IsmaelHey!
Is OK if we deactivate the plugins while working on the site? There are a lot of script errors. It even throws out an error while scrolling.
Cheers!
IsmaelHey Voilaah!
Thank you for using Enfold.
Please replace it with this:
remove_action( 'init', 'avia_woocommerce_cart_placement', 10);Cheers!
IsmaelHey Kameel!
Thank you for using Enfold.
You can replace it with the Color Section or the Fullwidth Easy Slider. Add the image as background then set the Background Repeat to Stretch to Fit.
Cheers!
IsmaelHey John!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
a.slide-image { display: none !important; }Cheers!
IsmaelHi!
Please use this on Quick CSS or custom.css:
.container { position: relative; width: 100%; margin: 0 auto; padding: 0; }Best regards,
IsmaelHi Animationink!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? Make sure that you’re running Enfold 3.0.1.
Cheers!
IsmaelHey momon!
Thank you for using Enfold.
You can use this on functions.php:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "single-portfolio") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Cheers!
IsmaelOctober 14, 2014 at 9:19 am in reply to: Selected predefined color scheme gets ignored, every URL/Link is shown in blue #335456Hey!
I’m afraid you can’t easily align the easy slider because it is responsive or fluid. The slider will depend on the size of the container. Anyway, you can try this:
.avia-slideshow ul.avia-slideshow-inner, .avia-slideshow ul.avia-slideshow-inner li, .avia-slideshow ul.avia-slideshow-inner li img { height: 350px !important; }Use css media queries to adjust the height on different screen sizes.
Regards,
IsmaelOctober 14, 2014 at 9:02 am in reply to: "Load More" with Justified Image Grid Plugin causes an error #335450 -
AuthorPosts
