Forum Replies Created

Viewing 30 posts - 24,151 through 24,180 (of 66,084 total)
  • Author
    Posts
  • in reply to: Full Screen Slider Not Responsive on iphone X #1048000

    Hey SarahKay09!

    Thank you for using Enfold.

    You may need to create a copy or a clone of that section, toggle the screen options and then use an image that is specifically resized for mobile view. We can resize the background image using css but as you already know, it will either distort the image or create gaps around the slider container.

    Cheers!
    Ismael

    in reply to: Avia Text Block Custom Css Class #1047997

    Hi,

    Wrap the text in span tag, add in a unique class attribute like so:

    <span class="whatsapp-text">TEXT MESSAGE</span>
    

    … and then add this css code:

    .whatsapp-text {
        height: 80px;
        line-height: 80px;
    }

    Best regards,
    Ismael

    in reply to: Changes I make in Theme Options are not showing #1047996

    Hi,

    Performance optimizations are usually enabled when you’re completely done with the site, not while you’re working on it. Just enable the file compression back once you’re finished with the customizations or css modifications.

    Best regards,
    Ismael

    in reply to: AnimateIT doesn't work with "image with hotspots" #1047994

    Hey Jerome,

    Thank you for using Enfold.

    The site is currently down. Did you transfer it? Please note that we don’t provide support for third party plugins as stated on our support policy. You may need to contact the plugin authors for additional help.

    Best regards,
    Ismael

    in reply to: Grafik in Theme einfügen #1047633

    Hi,

    Put the image element inside a column and then apply a negative left margin value to that column to pull it towards the left, outside of the main box container.

    Best regards,
    Ismael

    in reply to: Grafik in Theme einfügen #1047632

    Hi,

    Put the image element inside a column and then apply a negative left margin value to that column to pull it towards the left, outside of the main box container.

    Best regards,
    Ismael

    in reply to: Layer Slider overlay #1047628

    Hi,

    Thank you for using Enfold.

    The box overlay is comprised of an html layer with white background and on top that layer is a transparent image layer, some text layer and an html button.

    Best regards,
    Ismael

    in reply to: Update with WordPress 5 and Enfold #1047624

    Hey Ikyo,

    Thank you for using Enfold.

    We released a compatibility patch for those issues. Please upgrade the theme to version 4.5.2.

    Best regards,
    Ismael

    in reply to: Since Updating and WP5.1 – Adv Layout editor is blank #1047623

    Hi,

    You don’t have to install the plugin once the theme is upgraded to version 4.5.2. That version is available now.

    Best regards,
    Ismael

    in reply to: Since Updating and WP5.1 – Adv Layout editor is blank #1047622

    Hi,

    You don’t have to install the plugin once the theme is upgraded to version 4.5.2. That version is available now.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider Caption Align Center Bottom #1047621

    Hey Stefano,

    Thank you for using Enfold.

    There is a “Caption Positioning” settings in the sliders’ Captions panel. Have you tried to adjust that option?

    Best regards,
    Ismael

    in reply to: Instagram Widget Problems … #1047618

    Hi,

    The folders are still there when I checked. I found out that the images are converted to MS-DOS files instead of their actual image format. That’s odd. Please delete the theme folder and get a fresh copy of it from your themeforest account.

    Best regards,
    Ismael

    in reply to: Full Width SubMenu #1047616

    Hi,

    Did you copy the code from your email? Please copy it directly from the forum. Some of the characters were probably converted to their html entity code.

    Best regards,
    Ismael

    in reply to: Enfold and PHP 7.3 #1047614

    Hi,

    Thanks for the update. We’ll close the thread now.

    Best regards,
    Ismael

    in reply to: Inserting Google Captcha in the Enfold contact form #1047613

    Hi,


    @farrdesign79
    : Are you using recaptcha V2?

    @Nik: Alright. Make sure that you’re using V2 and don’t forget to add your site in the domain list field.

    Best regards,
    Ismael

    in reply to: Google tag manager #1047612

    Hi,

    You can’t remove the existing codes because it will break the theme. You have to insert you own modification somewhere in that file.

    Best regards,
    Ismael

    in reply to: iPad drop down menu won't "tap-off" #1047611

    Hi!

    Can we take a look at the site? We need to inspect the elements again because this is a very old issue and I”m not really sure if the behavior is still the same. Please make sure that the site is running on Enfold version 4.5.2.

    Regards,
    Ismael

    in reply to: Using PHP, a simple case: help need #1047608

    Hey scriptorium,

    1.) Did you add that modification directly in the productslider.php file? You can use this filter to enable shortcodes in your child theme or allow the parent shortcode files to be overridden.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    2.) One of the reasons those parameters are not listed because users ought to use the Advance Layout Builder and not tinker with the shortcodes directly. A simple way to know which parameters are required is when they’re not filled in when you insert the shortcode. The docs might help.

    // https://kriesi.at/documentation/enfold/

    3.) I don’t really see any issue with that.

    4.) Are you referring to the slider interval? There is an interval parameter.

    Best regards,
    Ismael

    in reply to: Redering Issues in Chrome / Windows / Wide Layout Issues #1047604

    Hi,

    Thank you for using Enfold. And sorry for the late response.

    1.) You can use the image element instead and add the text block for the caption.

    2.) What do you mean by “card element”? Could you give us a screenshot?

    3.) I haven’t seen that issue before. According to the forums, it is cause by a certain kind of font. Please try to use another font or add this code in the functions.php file.

    add_action('wp_footer', 'avf_script_remove_sep');
    function avf_script_remove_sep(){
    ?>
    <script type="text/javascript">
    $(document).ready(function() {
        $("body").children().each(function() {
            $(this).html($(this).html().replace(/&#8232;/g," "));
        });
    });
    </script>
    <?php
    }

    // https://stackoverflow.com/questions/41555397/strange-symbol-shows-up-on-website-l-sep/45822037

    We don’t usually entertain multiple inquiries on the same ticket or thread because it gets quite confusing for other users who are looking for same answer. One ticket/thread for each inquiry is preferred. Thank you for understanding.

    Best regards,
    Ismael

    in reply to: png issue! #1047600

    Hi,

    We would like to apologize for the late response. I checked the page but I don’t see the button anywhere. Did you remove it? Please provide a link to the page with the button. There is a “Colors” panel in the button’s edit panel. Have you seen those options? Set the Button Color to “Custom Color” and you’ll be able to select a font color manually.

    Best regards,
    Ismael

    Hi,

    Thanks @guenni007!

    I checked the site but all I see is a blank page with red background. Please provide the new link or post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Enfold und the events calendar plugin #1047597

    Hi,

    Thanks for the update.

    You can use this css code to increase the width of the tooltip so that it won’t get covered by the header.

    .recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
        width: 500px;
    }

    Best regards,
    Ismael

    Hi,

    Edit the page, look for the “Header visibility and transparency” settings and set it to “Transparent & Glassy Header”.
    Follow these steps to center align the logo:

    // https://kriesi.at/documentation/enfold/menu/#logo-centered-split-menu

    Best regards,
    Ismael

    in reply to: Side menu subi-tems not visible for a long list #1047594

    Hi,

    Thanks for the update. I don’t see the issue described in the screenshot. Is this fixed?
    Best regards,
    Ismael

    in reply to: Social icons widget area #1047593

    Hi,

    Is the site down? It’s not loading properly on my end.

    Best regards,
    Ismael

    in reply to: Accordion Css problem #1047592

    Hi,

    Did you figure it out? Those characters (e817) are the symbol of an entypo fontello icon.
    Best regards,
    Ismael

    in reply to: Accordion Css problem #1047591

    Hi,

    Did you figure it out? Those characters (e817) are the symbol of a entypo fontello icon.
    Best regards,
    Ismael

    in reply to: Kontaktformular: Datenschutz-Anhängsel übersetzen #1047590

    Hi,

    Thanks for the update. And we would like to apologize for the late response.

    You will be able to change that text in the Enfold > Privacy and Cookies panel. Enable the “Append a privacy policy message to template builder contact forms?” option and put your own text in the “Message below template builder contact forms” field.

    Best regards,
    Ismael

    in reply to: Kontaktformular: Datenschutz-Anhängsel übersetzen #1047589

    Hi,

    Thanks for the update. And we would like to apologize for the late response.

    You will be able to change that text in the Enfold > Privacy and Cookies panel. Enable the “Append a privacy policy message to template builder contact forms?” option and put your own text in the “Message below template builder contact forms” field.

    Best regards,
    Ismael

    in reply to: Sticky Post not on top #1047125

    Hi,

    Thank you for using Enfold.

    Did you set the blog layout to “Use the advance layout builder..”? This filter might help:

    // sticky posts
    add_filter('avia_blog_post_query', 'avia_blog_post_query_mod', 10, 2);
    function avia_blog_post_query_mod($query, $params) {	
    	$include = array();
    	$sticky = get_option( 'sticky_posts' );
    
    	$args = array(
    	  'taxonomy' => $params['taxonomy'],
    	  'post__not_in' => $sticky,
    	);
    	$posts = get_posts( $args );
    
    	foreach($posts as $post) {
    		$include[] = $post->ID;
    	}
    
    	$include = array_merge($sticky, $include);
    
    	// convert values of the $include from string to int
    	function sti($n)
    	{
    		settype($n, 'int');
    		return $n ;
    	}
    
    	$include = array_map("sti", $include);
    
    	$query['post__in'] = $include;
    	$query['posts_per_page'] = 6;
    	$query['orderby'] = 'post__in'; // sort items based on the post__in value
    	return $query;
    }

    Best regards,
    Ismael

Viewing 30 posts - 24,151 through 24,180 (of 66,084 total)