Forum Replies Created
-
AuthorPosts
-
Hi!
You can use this:
.header_color .header_bg { background-color: rgba(0,0,0,0.7); }
Best regards,
IsmaelJune 9, 2015 at 5:51 am in reply to: Completely remove overlay/arrow effect on all linked images? #456435Hi!
Please try this:
.image-overlay { display: none !important; }
Remove browser cache then reload the page.
Regards,
IsmaelJune 9, 2015 at 5:49 am in reply to: The Color Section animated down arrow is not visible on mobile #456433Hi!
I’ll ask Kriesi to take a look into it. For the meantime, you can use the first code or you can try that one.
Best regards,
IsmaelHey!
The theme options is not saving properly when I test it. Please try to deactivate all plugins then test the theme options again. If you like, we will test it for you. Just give us permission to deactivate the plugins while testing the options.
Cheers!
IsmaelHi moltenman!
Thank you for using Enfold.
I’m sorry but I am not familiar with the plugin. Have you tried asking the plugin authors? Maybe they can point us directly to the issue. A link to your website will help as well.
Regards,
IsmaelHey FotoTobi!
Thank you for using Enfold.
Edit the portfolio grid element then set the Link Handling to the 3rd option to open the images in a lightbox.
Regards,
IsmaelJune 8, 2015 at 10:56 am in reply to: Mega Menu Parent link does not work in responsive view? #455953Hey!
Alright. Deactivate the Hide Mobile Menu Submenu Items option to keep the link of the parent menu items.
Regards,
IsmaelHi HeavenlyPure!
Thank you for using Enfold.
You have a lot of plugins installed, there’s a great chance that one of those plugins is causing the issue. Please deactivate the plugins then test the menu again. Activate them one at a time to catch the error. If possible, do a quick review then remove unnecessary plugins completely.
Cheers!
IsmaelHi!
For the heading elements, you can modify the font weight on Enfold > Advanced Styling panel. Edit the heading element then define the font weight. For the body text, you can use the Quick CSS field:
p, body p { font-weight: 300 !important; }
Adjust the font weight value if necessary.
Cheers!
IsmaelHi Attila!
Thank you for using Enfold.
I checked the page but the builder just keep on loading. Please update the theme to the latest version to fix the issue. Download version 3.2. We’ll check it again after.
Cheers!
IsmaelHey QBDSwedenAB!
Thank you for using Enfold.
Just add this in the Quick CSS field:
.socialsharing li { float: left; clear: none; }
Best regards,
IsmaelHi margitmuehlberger!
Thank you for using Enfold.
The variations featured image will only work on the default editor, unfortunately, it will be removed when you use the advance layout builder. I’m not sure if there is a plugin for this, I think it’s better if you contact the plugin author.
Cheers!
IsmaelHey Vincent!
Thank you for using Enfold.
Please give us a link to the page with the custom hr element, we would like to check it. A screenshot of what you’re after will help. Maybe you can set the width using css.
Regards,
IsmaelHey!
The related section is based on related tags. Edit the posts then apply the same post tag on related articles.
Best regards,
IsmaelHey!
I’ll ask Andy to check this inquiry again. For now, please update the theme to the latest version, 3.2. If possible, please provide a screenshot in order for us to better understand the issue. Use imgur or dropbox.
Cheers!
IsmaelHey luckylobo10!
Thank you for using Enfold.
I’m not sure if this is going to work on a multisite but you can try this plugin: https://wordpress.org/plugins/zen-menu-logic/
Or use this plugin to control the visibility of the menu items: https://wordpress.org/plugins/menu-items-visibility-control/
Regards,
IsmaelHi!
@freepixelweb: Glad it is working your installation. You can leave the code in the child theme’s functions.php file.Best regards,
IsmaelHi!
There’s nothing wrong with the products when I checked it on iPod, safari. I will ask the rest of the support team to check it on their mobile phones, please wait for their response.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Which menu items are you referring to? The home and camps menu is the same page. Why is that?
Cheers!
IsmaelHi ninanina!
Thank you for using Enfold.
I’m sorry but the translated version of the inquiry on google translate is a bit unclear. Can you please provide a screenshot of the issue? Use imgur or dropbox for the screenshots.
From what I understand, you have a problem with the menu styling, column layout and something about the layer slider. You can change the menu style on Enfold > Advanced Styling panel. Regarding the column layout, you can stack columns next to each other, for example, two 1/2 columns or 5 1/5 columns side by side. You can also test the Grid Row element if you want to create nested columns.
Cheers!
IsmaelJune 8, 2015 at 10:00 am in reply to: The Color Section animated down arrow is not visible on mobile #455855Hey!
Alright. Try to edit js > shortcodes.js, look for this code around line 2207:
subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; }); var whCoverMod = (wh100_mod / 9) * 16;
Below, you can add this code:
var mobileheader = $('.responsive #top #wrap_all #header'); if(mobileheader.css('position') == 'relative') { wh100_mod = wh100_mod - mobileheader.height(); }
Best regards,
IsmaelHey!
Please add this in the Quick CSS field to fix the main container:
.html_boxed #main { width: 100%; }
And try this one to fix the header:
.header-scrolled { top: 0 !important; }
Best regards,
IsmaelHey!
The Enfold > General Styling > Alternate Content > Alternate Content background color option is working. I set it to blue and you can see the result here: http://web.susanneklimesch.de/test/
Cheers!
IsmaelHi chanleo!
Thank you for using Enfold.
Edit config-templatebuilder > avia-shortcodes > logoslider.php, look for this code:
$output .= "<div {$single_data} class='slide-entry flex_column no_margin {$post_class} {$grid} {$extraClass} {$thumb_class}'>"; $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
Replace it with:
$output .= "<div class='slide-entry flex_column no_margin {$post_class} {$grid} {$extraClass} {$thumb_class}'>"; $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img; $output .= "<div class='custom-tooltip'>{$hover}</div>";
Please create a change log of this modifications in case you update the theme.
Best regards,
IsmaelHi!
Did you try the advance layout builder to build or modify the portfolio items? I think the advance layout builder is enough to achieve anything you want.
Regards,
IsmaelJune 8, 2015 at 9:13 am in reply to: sidebar at the bottom (instead of top) on the blog page! #455820Hi Nic_007!
Thank you for using Enfold.
You added a color section element which pushes the sidebar at the bottom of the page. Remove the color section element.
Cheers!
IsmaelHi Nic_007!
Thank you for using Enfold.
I’m sorry but what is “impressum”? Please provide a screenshot or a link to the website. so that we can understand the issue.
Regards,
IsmaelHey tendersqatar!
Thank you for using Enfold.
Add this in the Quick CSS field:
function woocommerce_product_review_list_args_mod($args){ $args['per_page'] = 1; return $args; } add_filter( 'woocommerce_product_review_list_args', 'woocommerce_product_review_list_args_mod' );
Regards,
IsmaelJune 8, 2015 at 8:55 am in reply to: How to show tags in articles when layout made with avia builder? #455793Hey!
You can use a text block or code block. There is no post tag or author element by default.
Cheers!
Ismael -
AuthorPosts