Forum Replies Created

Viewing 30 posts - 9,301 through 9,330 (of 67,443 total)
  • Author
    Posts
  • in reply to: second block/image never shows in 5 row design #1375461

    Hey Hajé,

    Thank you for the inquiry.

    Have you tried using the 1/5 column element to separate the text and image blocks? You can also manually code them using flex boxes. Please check the link below for more info.

    // https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Best regards,
    Ismael

    in reply to: Display blog as flip boxes #1375317

    Hey RENZCOM,

    Thank you for the inquiry.

    There is no posts element in the Advance Layout Builder with the flipbox effect but you can still manually create a grid of posts that flips on hover using the Icon/Flipbox Grid element. The downside is that you will have to create each entry manually. The icons can be replaced with background images which can act as the entries’ featured images.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The post editor is in Classic mode but in the Enfold > Theme Options > Select Your Editor settings, the Block editor is selected. Did you switch the editor to Classic manually? How? The issue occurs because the TinyMCE script is nowhere to be found.

    Best regards,
    Ismael

    • This reply was modified 3 years, 3 months ago by Ismael.
    in reply to: Portfolio pages – all 404? #1375313

    Hey Craig,

    Thank you for the inquiry.

    The issue occurs because the Category base and Portfolio Item Base fields have the same value “eLearning”. Please note that the base URL of different post types should be unique, they cannot have the same base URL. To fix the issue temporarily, we removed the value of the Category base field in the Settings > Permalinks panel.

    Best regards,
    Ismael

    in reply to: Pagespeed – Does not use passive listeners #1375311

    Hey Jaro,

    Thank you for the inquiry.

    The warning seems to occur because of the avia_swipe_trigger function in the js > shortcodes.js file. Please edit the shortcodes.js, remove everything, then replace it with the following code.

    // https://pastebin.com/d6BJyMEh

    Make sure to temporarily disable the Enfold > Performance > File Compression settings and purge the cache after doing the changes above.

    Best regards,
    Ismael

    in reply to: Errors when using rankmath plugin with enfold theme. #1375310

    Hi!

    Thank you for the info.

    We may need to access the site in order to check the issue further. Please provide the WP and FTP login details in the private field.

    Best regards,
    Ismael

    in reply to: Breadcrumbs – Post displayed twice in breadcrumbs #1375309

    Hey DigitalEssence,

    Thank you for the inquiry.

    Did you add any filters or code in the functions.php file to adjust the breadcrumb? Please provide an admin account and access to the file server (FTP) so that we can check the issue further, make sure that the theme is updated to version 5.2.1.

    Best regards,
    Ismael

    in reply to: Text in den Reitern 1+2 wird nicht angezeigt #1375307

    Hey Nic_007,

    Thank you for the inquiry.

    The content of the first and second tabs are actually there but they are vertically aligned in the middle, so they are not immediately visible. You may need to edit the Tabs and set the Styling > Vertical Align to the first option (Top).

    Best regards,
    Ismael

    in reply to: Wo finde ich ccordeon? #1375306

    Hey Nic_007,

    Thank you for the inquiry.

    You might be referring to the Tabs element under the Content Elements tab of the ALB. There is also an element called Accordion in the same tab, which contains toggles. Would you mind providing a link to the demo or page that you would like to import or copy?

    Best regards,
    Ismael

    Hey Jaro,

    Thank you for the inquiry.

    Adding this filter in the functions.php file should help.

    add_filter('avf_font_display', function($swap) {
    	return 'swap';
    }, 10, 1);

    The filter should set the font-display property from block to swap.

    Best regards,
    Ismael

    Hey Jason,

    Thank you for the inquiry.

    That is actually the default style of the masonry content container. If you want to hide the arrow, please try to use this css code.

    figcaption.av-inner-masonry-content {
        margin-top: 6px;
    }

    Best regards,
    Ismael

    in reply to: contact form problems #1375300

    Hi,

    Thank you for the inquiry.

    Where can we check the issue? Please provide the site URL in the private field. For the meantime, you can try the troubleshooting steps below in order to correct the issue.

    // https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Best regards,
    Ismael

    in reply to: Hidden full screen slider image is downloaded on phone #1375299

    Hi,

    Thank you for the inquiry.

    When using the visibility options, please note that the element is not actually removed from the document, but only hidden with css, so any related resource such as images will still be loaded in the page. Unfortunately, there is no option to completely remove (not just hide) the element on different screen sizes. It is possible with a script, but you will have to create this feature from scratch.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We modified the video attributes in the section.php file and set the video_autoplay to disabled.

    array(
    	'id'				=> '',
    	'video'				=> $video ,
    	'slide_type'		=> 'video',
    	'video_mute'		=> false,
    	'video_autoplay'   	=> 'disabled',
    	'video_loop'		=> true,
    	'video_ratio'		=> $video_ratio,
    	'video_controls'	=> 'enabled',
    	'video_section_bg'	=> false,
    	'video_format'		=> '',
    	'video_mobile'		=> '',
    	'video_mobile_disabled'	=> $video_mobile_disabled
    )
    );
    

    The video is now automatically paused on page load, but the controls are still hidden. You may need to create a custom button and add a script to play/pause the video.

    // https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs

    Best regards,
    Ismael

    in reply to: Blog Images #1375188

    Hey rackdc,

    Thank you for the inquiry.

    Are you tryint to add a placeholder for posts without featured images? We tried to check the site, but it is on maintenance mode and the login account above seems to be invalid, so we were not able to check the site. Please check the login info or provide another admin account. \

    To add a default placeholder for the featured images, you will have to modify the enfold\includes\loop-index.php file and edit this code around line 108 or use the avf_post_featured_image_link filter in the functions.php file.

    Best regards,
    Ismael

    Hey greenmarketers,

    Thank you for the inquiry.

    Did you install any plugins or extensions for the TinyMCE editor? Please provide an admin account in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: graphic caption with parallax effect in a color section #1375078

    Hi,

    With “bottom-to-top” and -30% it comes close to the desired effect. Can I adjust the option to -50%?

    This is possible but you have to modify the enfold\config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-responsive.php file and adjust this code around line 691.

    'subtype'	=> AviaHtmlHelper::number_array( -30, 200, 10, array( __( 'Default (= 50%)', 'avia_framework' ) => '' ), ' %' )
    

    Adjust the first value (-30) in the number_array.

    'subtype'	=> AviaHtmlHelper::number_array( -50, 200, 10, array( __( 'Default (= 50%)', 'avia_framework' ) => '' ), ' %' )
    

    Unfortunately, you cannot override this file in your child theme.

    Best regards,
    Ismael

    in reply to: Recaptcha v2- WPML #1375077

    Hi,

    No problem. We will probably include the changes in the next patch. If not, you can create a backup of the files that we edited above and re-apply them in the next update.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Errors when using rankmath plugin with enfold theme. #1375074

    Hey navindesigns,

    Thank you for the inquiry.

    These warnings usually don’t cause error in the dashboard, they are just notification that the dependencies required by a certain script are not loading. Do you see the errors when editing a post? The analytics script will only run in the post editor, so it shouldn’t cause any issues anywhere else.

    Are you using a plugin to export the settings?

    Best regards,
    Ismael

    in reply to: Woocommerce Payments conflict with Enfold Theme #1375073

    Hey!

    We just found out that the payment methods section is not displaying because of this code in the Quick CSS field.

    #top #payment ul.payment_methods{display:none;}
    

    We removed the css and temporarily disabled the file compression settings. Please make sure to purge the cache and do a hard refresh before testing the page.

    Thank you for your patience.

    Cheers!
    Ismael

    in reply to: Display private posts in blog masonry for admin #1374734

    Hi,

    Sorry for the delay. Looks like you are using the Masonry Gallery. The gallery items or attachments do not display when the filter above is added because attachments cannot be set as private. Please note that private posts will automatically display when you’re logged in, so you don’t have to add the filter above.

    Best regards,
    Ismael

    in reply to: Edit position title and description for masonry #1374733

    Hi,

    Sorry for the delay. To move the title above the image, you can use this script in the functions.php file.

    function av_custom_inline_script() {
    	wp_add_inline_script( 'jquery', 
    		"
    		(function($) {
    			$('.av-masonry-entry').each(function() {
    				var title = $(this).find('.av-masonry-entry-title');
    				var image = $(this).find('.av-masonry-image-container');
    				title.insertBefore(image);
    			});
    		})(jQuery);
    		"
    	);
         }
    add_action( 'wp_enqueue_scripts', 'av_custom_inline_script' );
    

    You may need to add a few css modifications to adjust the style of the title.

    .avia_desktop .av-masonry-entry:hover .av-masonry-entry-title.entry-title, .avia_desktop .av-masonry-entry .av-masonry-entry-title.entry-title {
        opacity: 1;
        z-index: 1000;
        font-size: 30px;
        color: red;
        position: relative;
    }
    

    Best regards,
    Ismael

    in reply to: Layerslider images not positioned where they were set #1374731

    Hi,

    Great! Glad to know that the suggestion helped. You may need to adjust the compression settings or look for a different plugin. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Masonry Gallery – Help Me Control Image Size #1374730

    Hi,

    This should work for existing masonry items. We adjusted the filter a bit. Please try it again.

    function avf_alb_lightbox_image_size_mod($lightbox_img_size, $context) {
        return $context == "avia_masonry" ? "full" : $lightbox_img_size;
    }
    add_filter('avf_alb_lightbox_image_size','avf_alb_lightbox_image_size_mod', 10, 2);
    

    Best regards,
    Ismael

    Hi,

    We may need to access the site in order to check the issue further. Please provide the WP/FTP details in the private field.

    Best regards,
    Ismael

    in reply to: graphic caption with parallax effect in a color section #1374728

    Hi,

    Thank you for the update.

    Yes, the Image element in the Advance Layout Builder > Media Elements tab. Please update the theme to version 5.2.1 to get the parallax settings.

    Best regards,
    Ismael

    in reply to: Page completely shot | Enfold restaurant #1374727

    Hi,

    You might have forgotten the site URL. Please note that we will not be able to restore the page if it is not available in your backup or in the revisions list. You may need to recreate the page from scratch if that is the case.

    Best regards,
    Ismael

    in reply to: Recaptcha v2- WPML #1374726

    Hi,

    Thank you for the info.

    We also modified the avia_google_recaptcha_api.min.js file, and adjusted the filter. (see private field)

    // https://kriesi.at/support/topic/recaptcha-v2-wpml/#post-1374230
    add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) {
    	if($context == 'frontend')
    	{
    		$lang = substr(get_locale(), 0, 2);
    	}
    
    	return $lang;
    }, 10, 2);
    

    Result: https://imgur.com/a/tWiDSL4

    Best regards,
    Ismael

    in reply to: Permanently ban the Logo from the Header #1374725

    Hi,

    The logo is not visible in the home page when we checked, hidden using this css code.

    .logo, .responsive .logo img {
        display: none!important;
    }

    For the subpages, please try this css code.

    div .logo {
        display: none;
    }

    Please make sure to do a hard refresh before checking the page.

    Best regards,
    Ismael

    in reply to: Create simple popup with Enfold #1374723

    Hi,

    Great! Glad to know that the modification is working. Thanks to @Guenni007. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 9,301 through 9,330 (of 67,443 total)