Forum Replies Created

Viewing 30 posts - 18,901 through 18,930 (of 67,463 total)
  • Author
    Posts
  • Hi,

    @ernaborbas : You have to add the script that @guenni007 provided above in order to create the audio buttons. If you need help with it, please create a new thread and post the details in the private field. We’ll close this one for now. Thank you for understanding.

    Best regards,
    Ismael

    in reply to: Layerslider dark transparent cover over images #1194288

    Hi,

    Glad it’s working now. We’ll close this thread for now. Please don’t hesitate to open a new ticket if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Google Ads Conversation Tracking #1194286

    Hi,


    @liliaf
    : You can manually add the button containing the gtag function in a Code or Text Block element inside the advance layout builder. Please don’t hesitate to open a new thread if you need anything else.

    Best regards,
    Ismael

    Hi,

    Yes, the posts number settings is now located in the Styling panel. Glad that you’ve found it. Please let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Problems with Yoast #1194283

    Hi,

    Sorry for the late response. Where do you see the warnings? Can you give us a screenshot of it? We checked the Yoast SEO box in the home page editor, but we didn’t find anything related to what you described above.

    Best regards,
    Ismael

    in reply to: Child theme – changes to style.css #1194282

    Hi,

    Sorry for the delay. The icons are now visible in the front page — the search icon and the social icons in the footer. And we didn’t really see any code error in the style.css file. Did you figure out the issue? Can you give us a link to a product page?

    Best regards,
    Ismael

    in reply to: Php Warning #1194113

    Hi,

    Sorry for the delay. We are able to get in to the dashboard today without encountering any errors. Is the issue fixed?

    If I am not mistaken, the errors that you posted above are caused by an upgrade to a later version of PHP and its incompatibility with older versions of the theme, which contains deprecated functions. Upgrading the theme to v4.7.3 should fix the issue.

    Best regards,
    Ismael

    in reply to: Php Warning #1194111

    Hi,

    Sorry for the delay. We are able to get in to the dashboard today without encountering any errors. Is this fixed?

    If I am not mistaken, the errors that you posted above are caused by an upgrade to a later version of PHP and its incompatibility with older versions of the theme, which contains deprecated functions. Upgrading the theme to v4.7.3 should fix the issue.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. Are you using the block or Gutenberg editor? Please try to temporarily set the Enfold > Theme Options > Select Your Editor to the second option or the Classic editor.

    Best regards,
    Ismael

    in reply to: Unite Gallery Plugin Breaks Enfold Theme #1194029

    Hi,

    We’ll keep the thread open for further updates. For the meantime, please set the installation to debug mode so that we can check for any errors or warnings in the log files.

    // https://wordpress.org/support/article/debugging-in-wordpress/

    Best regards,
    Ismael

    in reply to: Masonry #1194027

    Hi,

    Thank you for the update.

    You have to upload different image sizes to get that layout, wide images for landscape items and tall ones for portraits. They must all have an aspect ratio of 16:9 or higher. Also, make sure to set the Styling > Masonry Settings > Size Settings to Perfect Automatic Masonry and play around with the Columns settings until you get the desired layout.

    Perfect Automatic Masonry: Display a grid where most elements get the same size, only elements with very wide images get twice the width and elements with very high images get twice the height. To qualify for "very wide" or "very high" the image must have a aspect ratio of 16:9 or higher
    

    Best regards,
    Ismael

    in reply to: Using anchors in menu with hidden color sections #1194001

    Hi,

    Sorry for the delay. You have to remove the page path in the link or in its href attribute, so instead of /glasogon/#progressiva, you have to use #progressiva. You can edit the menu items in the Appearance > Menus panel. Let us know if it makes any difference.

    Best regards,
    Ismael

    in reply to: Full screen Easy Slider with max width caption #1193994

    Hi,

    Sorry for the delay. Looks like you’ve managed to adjust the maximum container width inside the slider. This is how the site looks on tablet view.

    Screenshot: https://imgur.com/a/9TpDMIS

    Let us know if you need further assistance.

    Best regards,
    Ismael

    in reply to: Animated gif as preloader image #1193989

    Hi,

    Sure. We replaced the preloader with the new GIF image. It’s now active.

    Best regards,
    Ismael

    in reply to: Issue with toggler trigger after new update #1193987

    Hi,

    Thank you for the info.

    We modified the code in the functions.php file a bit.

    /* Function for toggler */
    function add_custom_script(){
    ?>
    <script>
    (function($) {
    	$(document).ready(function(){
        	$(".kvr .toggler").addClass("activeTitle");
    		$(".kvr .toggle_wrap").addClass("active_tc");
    		$(".kvr .toggle_wrap").css("display", "block");
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    The togglers are now automatically opening on page load.

    Best regards,
    Ismael

    in reply to: Layerslider will not show me my sliders #1193978

    Hi,

    Yes, recreating the sliders from scratch seems to be the better option this time since we don’t really know what have gone wrong with the old sliders. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Image Animations & Tab Sections Not Working Properly #1193976

    Hi,

    Sorry for the late response. You can actually drag and drop elements (columns, text blocks images) in the tab content editor. To show how the demo is created, we added tab sections and some content in a test page. Please check the link in the private field.

    For more info and for additional customization regarding the tab section element, please check the documentation.

    // https://kriesi.at/documentation/enfold/tab-sections/

    Best regards,
    Ismael

    in reply to: layerslider blinks on slide transition #1193973

    Hi,

    What happens when you disable the lazyload option? This config is used by a plugin, but we are not sure which one.

    <script type='text/javascript'>
    window.lazySizesConfig = window.lazySizesConfig || {};
    
    window.lazySizesConfig.lazyClass    = 'lazyload';
    window.lazySizesConfig.loadingClass = 'lazyloading';
    window.lazySizesConfig.loadedClass  = 'lazyloaded';
    
    lazySizesConfig.loadMode = 1;
    </script>
    

    Best regards,
    Ismael

    in reply to: Display the same date for all blog posts #1193972

    Hi,

    Sorry for the delay. How does the plugin change the date in the post items? In the magazine element, the date or time is displayed using the get_the_time function.

    $time = get_the_time( get_option('date_format'), $entry->ID );
    

    Best regards,
    Ismael

    in reply to: gallery layout on portfolio page #1193971

    Hi,

    This may be possible, but you have to make sure that the images uploaded in the gallery have the same size and aspect ratio. Do the images in the gallery have the same dimension?

    Best regards,
    Ismael

    in reply to: Generated images per upload #1193970

    Hi,

    You can try the following filter instead of using the plugin.

    function ava_image_sizes() {
    	remove_image_size('masonry');
    	remove_image_size('magazine');
    	remove_image_size('widget');
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('extra_large');
    	remove_image_size('portfolio_small');
    	remove_image_size('gallery');
    	remove_image_size('entry_with_sidebar');
    	remove_image_size('entry_without_sidebar');
    	remove_image_size('square');
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );

    After adding it in the functions.php file, install this plugin to regenerate the thumbnails.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Issue with toggler trigger after new update #1193391

    Hi,

    Again, sorry for not replying immediately. We are still locked out of the admin area because of WordFence. Please disable the plugin temporarily so that we can access the dashboard and edit the script. Also, a link to the actual page containing the togglers will help.

    // https://imgur.com/a/0d0bHHv

    Best regards,
    Ismael

    in reply to: Category boxes with images bottom of post #1193390

    Hi,

    I believe this is the code that hides the featured image

    Sorry for the late response. Try to replace the modification with the following css code to keep the featured image in the archive page.

    .single .post-entry .big-preview {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: Custom Product Image Thumbnail sizes in Enfold Shop #1193388

    Hi,

    Sorry for the delay. The following code actually works on our end.

    add_filter('woocommerce_get_image_size_gallery_thumbnail', function($size) {
    	$size = array (
    		'width' => 9999,
    		'height' => 9999,
    		'crop' => 1,
    	);
    	return $size;
    },10, 1);
    

    The filter should alter the default size of the _gallery_thumbnail returned by the wc_get_image_size function.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,


    @spidercreations
    : Sorry for the confusion. We’ll forward the thread to our channel for further considerations. Since it doesn’t happen on many installations, it’s possible that the error has something to do with the server configuration.


    @webdesignphx
    : Glad to hear that the solution worked. Let us know in another thread if you need anything else.

    Best regards,
    Ismael

    in reply to: gallery layout on portfolio page #1193379

    Hi,

    Sorry for the delay. We have added the code in the Quick CSS field, removed the extra curly brace and disabled the Performance > File Compression settings temporarily to reload the stylesheets. The css code should create space between the portfolio grid items.

    Best regards,
    Ismael

    in reply to: Problem with Cookie Modal #1193373

    Hi,

    A “piwik” tab opens whenever we tick the checkbox in the “Statistik mit Matomo” tab. Is that how it’s supposed to work?

    Best regards,
    Ismael

    in reply to: Magazine tabs not working anymore #1193371

    Hi,

    Glad it’s working now. Unfortunately, we won’t be able to help you trace back the previous modifications that were added in the magazine.php file. Please contact the previous developers.

    Best regards,
    Ismael

    in reply to: Date Meta Data Missing on Blog Post element #1192454

    Hi,

    In the latest version 4.7.3, the code is located around line 811 of the postslider.php file.

    if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )
    

    Please check it again.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Product slider and shop page photos #1192452

    Hi,

    Awesome! Glad it’s fixed. We’ll close the thread for now. Please don’t hesitate to open another if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 18,901 through 18,930 (of 67,463 total)