Forum Replies Created

Viewing 30 posts - 10,501 through 10,530 (of 67,443 total)
  • Author
    Posts
  • in reply to: Masonry Grid modification #1355472

    Hi,

    Thank you for the clarification.

    You can wrap the css rule inside a css media query, but for desktop view.

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    

    Or use this css code to adjust the position of the masonry content on mobile view and move it closer to the masonry image.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content, .av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
        position: absolute;
        bottom: 50px;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Menu create # in url after update #1355468

    Hi,

    Thank you for the update.

    The menu item Forside is anchored to #top or to the body container but for some reason, the rest of the anchor gets removed, and only the hashtag remains. Have you tried to completely remove the #top anchor from the menu item URL?

    Best regards,
    Ismael

    in reply to: Hotspot not working #1355462

    Hi,

    Thank you for the info.

    We are not aware that there should be a tooltip — the hotspot links are working properly. Please post the WP and FTP login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Enable Post Format #1355436

    Hey Angelo,

    Thank you for the inquiry.

    The screen options button is located inside a page or post editor. Please edit one of the posts or pages, then look for the button at the top right corner of the page. You should be able to enable the post format options.

    Best regards,
    Ismael

    in reply to: Video auf Mobilen Geräten verbergen? #1355432

    Hey InSilentio,

    Thank you for the inquiry.

    The theme checks for the following navigator.userAgent (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/), which is a browser property, and it checks if the document has the ‘ontouchstart’ event property, which only exists on touch devices. It doesn’t rely on screen sizes.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that you have managed to fix this. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Hotspot not working #1355429

    Hey Maureen,

    Thank you for the inquiry.

    All of the links in the hotspots are working except for the one above the Albelli logo. Did you check the link? Please try to reset it.

    Best regards,
    Ismael

    Hey L-mobileGroup2022,

    Thank you for the inquiry.

    We don’t think you should be adjusting the zoom level on initial load. You should let the users decide their own zoom level, which can be adjusted in the browser settings.

    This is how the site looks on a Macbook device with the 2560×1600 screen resolution. The text are barely visible.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwGxppziOArrDqZNF?e=cUYL2p

    Best regards,
    Ismael

    in reply to: Setting breakpoints #1355427

    Hey J,

    Thank you for the inquiry.

    We can adjust the breakpoint of the Element Visibility > Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape) option so that it will effectively hide the target element when the screen width is less than 1366px, which should cover larger tablet devices such as an iPad Pro.

    Please add this code in the Quick CSS field and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    @media only screen and (min-width: 768px) and (max-width: 1366px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    

    Best regards,
    Ismael

    in reply to: Home page canonical #1355425

    Hey Tim,

    Thank you for the inquiry.

    We cannot reproduce the same issue on our installation. The slug of the home page is automatically removed from the canonical URL. You might be using a plugin or a custom script that alters this URL.

    Are you using the Yoast SEO plugin? You can manually change the canonical URL in the Yoast SEO > Advanced panel. There is a canonical URL field in this tab. Please check the article below.

    // https://yoast.com/rel-canonical/#setting

    Best regards,
    Ismael

    in reply to: Masonry Grid modification #1355424

    Hey adapt,

    Thank you for the inquiry.

    Did you change the size settings of the masonry element? The height of the .av-masonry-image-container is now set to 70%, but there is no gap between the title and the image. Did you figure this out?

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You can replace the filter with the following code to adjust the image preview size when using an image list.

    add_action('avf_portfolio_preview_template_params', 'avf_portfolio_preview_template_params_mod', 10, 2);
    function avf_portfolio_preview_template_params_mod($params, $entry)
    {
        if (in_array($params['method'], ['slideshow', 'list', 'gallery'])) {
            $params['preview_size'] = 'full';
        }
    
        return $params;
    }

    Best regards,
    Ismael

    in reply to: Issues with bundled Layerslider #1355421

    Hi,

    Thank you for the info.

    Do you see the selected image when the Enfold > Performance > Responsive Images option is disabled? This will disable the srcset attribute. Please make sure to turn off the compression and cache plugins while doing the tests.

    Best regards,
    Ismael

    in reply to: Sort Masonry Portfolio by Category #1355419

    Hi,

    Glad to know that you got this figured out. Please let us know if you have more questions left.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: events / events #1355418

    Hi,

    Thank you for the login info.

    We adjusted the code in the functions.php file a bit. The duplicate trail has been removed.

    add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 );
    function avia_breadcrumbs_trail_mod( $trail, $args ) {
    	// remove duplicate events trail
    	if ( tribe_is_month() && ! is_tax() ) {
    		unset ($trail[1]);
    	}
    	return $trail;
    }
    

    Best regards,
    Ismael

    in reply to: Description not shown on / at image #1355416

    Hey InSilentio,

    Thank you for the inquiry.

    – choose “show description”!

    Are you referring to the caption field? Please note that the caption and description fields are different from each other. If you need to show the image description when the caption field is empty, try to edit the enfold/config-templatebuilder/avia-shortcodes/image/image.php file and replace everything with the following code.

    // https://pastebin.com/aqyAChC9

    Best regards,
    Ismael

    in reply to: Search a specific category in portfolio items. #1355007

    Hi,

    Sorry for the delay. We adjusted the pre_get_posts action hook in the functions.php file, and it seems to be working as expected. Only items that belong to the current category page are being returned in the search field. (see private field)

    Best regards,
    Ismael

    in reply to: Product Archiv with products only #1355006

    Hi,

    Sorry for the confusion and the delay. Please provide the login details in the private field so that we can check the product settings. Did you modify any of the product templates?

    Best regards,
    Ismael

    in reply to: Strange Blog layout #1354746

    Hey edwindepianist,

    Thank you for the inquiry.

    — Adding the following css code should fix the alignment of the date and author info.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        float: none;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    — Regarding the comments, it is possible that discussions or comments are not enabled in the site. Please make sure that comments are enabled.

    // https://wordpress.org/support/article/comments-in-wordpress/#enabling-comments-on-your-site

    — Did you switch the editor to the Advance Layout Builder (ALB) for the last post? The read more button is probably displaying because the post is set to use the ALB. This also removes the featured image.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: just installed Enfold – getting demo data error #1354745

    Hey RedcarBlogDesign,

    Thank you for the inquiry.

    It might be an issue with your host or the server configuration. The following threads might help.

    // https://kriesi.at/support/topic/importing-demo-2/#post-1343843
    // https://kriesi.at/support/topic/demo-installation-fails-2/#post-1354580

    To work around this I recommend importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host, I believe this will work.

    Best regards,
    Ismael

    Hi,

    then that class will be added 9-times to one entry – after click event.

    @ Guenni007: Yes, we noticed that too. It works fine when the plugins are deactivated and we were not able to reproduce the issue on our local installation. Thanks for checking.

    Best regards,
    Ismael

    in reply to: Table missing rows. #1354743

    Hey Chris,

    Thank you for the inquiry.

    Looks like the Styling > Table Styling > Table Purpose has been adjusted from tabular to pricing or vice versa. Please try to reset the Table Purpose accordingly.

    Best regards,
    Ismael

    in reply to: Gallery custom link #1354741

    Hi,

    Glad to know that the script is now working properly. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Web shop and multi site #1354740

    Hey HulaSlim,

    Thank you for the inquiry.

    We are not that familiar with multisite setup containing web shops or online stores, so I am afraid that we will not be able to help you this time. Are you using the Woocommerce plugin for the web shop? You might want to check the link below for more info.

    // https://woomultistore.com/documentation-for-multisite/

    Please let us know if you have more questions related to the theme.

    Best regards,
    Ismael

    in reply to: Polylang – flags dont link to appropriate URL #1354739

    Hey InSilentio,

    Thank you for the inquiry.

    Did you select the appropriate pages in the Enfold > Theme Options > Frontpage Settings for both languages? Please provide the site URL so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Code block auto add html tag after save #1354738

    Hey StuWeTueHo,

    Thank you for the inquiry.

    Try to remove the spaces between the scripts and css rules, or just use the wp_enqueue_script or the wp_enqueue_style functions to safely load the css and scripts from external files.

    // https://developer.wordpress.org/reference/functions/wp_enqueue_style/
    // https://developer.wordpress.org/reference/functions/wp_enqueue_script

    Best regards,
    Ismael

    in reply to: Slider doesnt show correct ratio #1354737

    Hey evas49,

    Thank you for the inquiry.

    Have you tried using the Fullwidth Easy Slider? You can set the slider not to stretch the images by adjusting the Styling > Slides > Stretch image to fit the slideshow size? settings.

    Best regards,
    Ismael

    in reply to: Search a specific category in portfolio items. #1354472

    Hi,

    Thank you for the info.

    We adjusted the code in the functions.php file but it doesn’t seem to be taking effect. Is there some kind of server or hosting cache for the site?

    Please include the FTP login details in the private field so that we can edit the files properly. This is the adjusted code in the functions.php file.

    
    function ava_search_filter_get_posts($query) {
        $terms = is_page( 110 ) ? 13 : 12;
    
        if ( ! $query->is_search ) return $query;
    
        $tax_query = $query->get( 'tax_query' ) ? : array();
    
        $tax_query[] = array(
            'taxonomy' => 'portfolio_entries',
            'terms'    => $terms,
        );
    
        $query->set( 'tax_query', $tax_query );
    }
    add_action( 'pre_get_posts', 'ava_search_filter_get_posts' );
    

    Best regards,
    Ismael

    Hey Ryan,

    Thank you for the inquiry.

    Set the Content > Captions > Element Title and Excerpt display settings to “Always Display”, and add this code in the functions.php file to append the “learn more” text to the caption.

    add_filter("avf_masonry_entry_content", function($content, $entry, $atts) {
    
    	$length = 16;
    	$more = "… <span class='avia-button avia-size-small av-masonry-learn-more'>Learn more</span>";
    	$content = wp_trim_words($content, $length, $more);
    
        return $content;
    }, 10, 3);
    

    You can then use this css code to hide the learn more text initially and only display it on hover.

    .av-masonry-learn-more { 
       opacity: 0;
       transition: all 0.8s;
    }
    
    .av-masonry-entry:hover .av-masonry-learn-more {
       opacity: 1;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The script is not working because of this error.

    (index):270 Uncaught ReferenceError: jQuery is not defined
        at (index):270:8
    

    Did you set jQuery to load in the footer? Please try to temporarily disable the option from the Enfold > Performance panel. We also adjusted the priority of the hook by changing this line.

    add_action('wp_footer', 'ava_custom_scripts', 999);
    

    We set the priority to 999 to make sure that it loads after the jQuery library.

    Best regards,
    Ismael

Viewing 30 posts - 10,501 through 10,530 (of 67,443 total)