Viewing 30 results - 781 through 810 (of 142,833 total)
  • Author
    Search Results
  • #1489623

    Hi,
    The Read More tag will only work in the WP editor, not in the ALB, the ALB was intended for pages.
    To add a slider to the top of a WP editor post, in the Block Editor, click on the “Classic” block above your post:
    classic_block
    then click on the Shortcode Wand Tool to show the elements and choose the slider:
    wand_tool
    you will be prompted with the element builder, when you save you will see the shortcode:
    wand_shortcode
    Then save the post, on the frontend the slider will show below the featured image:
    shortcode_slider_frontend
    and on the blog page with the Blog Posts element:
    shortcode_slider_frontend_blog_page

    Best regards,
    Mike

    #1489622

    In reply to: License Key

    Hi Rikard,

    Which link do you mean?

    OR

    I’ve read them.
    Can you please give me advise with regard to changing texts on the buttons?
    See: September 27, 2025 at 2:37 pm
    Thanks in advance.

    Regards,
    Eric

    #1489617

    Hi Rikard,
    thank you, it works fine, we can close the topic

    Best regards
    Manfred

    #1489612

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1489608

    In reply to: Multiple shop pages

    This removes the products from the shop list… but not from the categories:

    View post on imgur.com

    I would want to remove the category from just the main shop page. I can use a page number identifier and remove it with CSS right?

    It also makes the SHOP page… 2 pages… instead of just one. Which isn’t ideal, I would prefer that people keep scrolling, rather than have to press next page

    -Also, what about my other question from above? Regarding a different banner for each shop page?

    -Also, another question, is there a way to control which categories Start out Open… vs Closed on the Shop pages?
    Like on the Main Shop Page… I want to Give people the option to search by Liquor Type. I don’t want the subcategories below it (like tequila, vodka, etc) to show up automatically, I’d like it to remain closed until a visitor clicks it?

    Another weird thing, when I add in the Spirits Category, the system for whatever reason pushes it to the top:

    View post on imgur.com

    Even though alphabetically it should be below. I have no idea why thats happening

    • This reply was modified 5 months, 3 weeks ago by Dzimnikov.
    • This reply was modified 5 months, 3 weeks ago by Dzimnikov.
    • This reply was modified 5 months, 3 weeks ago by Dzimnikov.
    #1489607

    Ok that worked for that site wherein the blog posts are in the default not advanced building mode. My question however is how do Iget this to work and have the posts show everything till a read more link when the posts are in the advanced editor.

    On this page:

    I have the same post twice, the one made with the default editor does what I need but the advanced one shows an excerpt and ignores the read more link I need the image to appear on the blog page as well as the individual post page. While I could just use the default editor in many cases I need to put a slider or other element on the post page showing several images but when I do that it ignores the layout and just goes a text excerpt whether that slider would be at the top or not.

    Can the blog page display the posts to a read more break when using the advanced editor?

    #1489594

    Thanks Ismael that’s great. There are a couple of places next to where there are submenu items that show the page through the menu in mobile mode. Any idea how to stop this?
    Thanks

    #1489593

    Hi Rikard,

    Sorry for my late reply. I found this article in the knowledgebase from Plesk: https://www.plesk.com/kb/support/paid-theme-plugin-can-not-be-updated-in-wp-toolkit-in-plesk-error-no-themes-updated/.

    Currently, WP Toolkit can update only non-paid plugins and themes. Paid themes and plugins should be updated manually directly in the WordPress Admin dashboard.

    So the problem is related to WordPress Toolkit. You can close this topic.

    Regards,
    Bernd

    #1489584

    In reply to: Google maps height

    Hey Antonio,

    Thank you for the inquiry.

    You can try setting the map’s height for different screen sizes using css media queries.

    Example:

    
    @media only screen and (max-width: 1366px) {
    
      /* Add your Mobile Styles here */
      #top .av-2x5yv-2e4c878dbdd4546c1985e0573793e047 .av_gmaps_sc_main_wrap .avia-google-map-container {
        height: 700px !important;
      }
    }
    
    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      #top .av-2x5yv-2e4c878dbdd4546c1985e0573793e047 .av_gmaps_sc_main_wrap .avia-google-map-container {
        height: 655px !important;
      }
    }
    
    @media only screen and (max-width: 480px) {
    
      /* Add your Mobile Styles here */
      #top .av-2x5yv-2e4c878dbdd4546c1985e0573793e047 .av_gmaps_sc_main_wrap .avia-google-map-container {
        height: 455px !important;
      }
    }

    Best regards,
    Ismael

    #1489583

    Hi,

    We are only able to reproduce this issue when the screen width is around 782px, which is not a standard resolution for mobile devices, so it’s not something to be overly concerned about. If you’d still like to address it, consider reducing the font size of the button, then set the max-width to 100%.

    
    @media only screen and (max-width: 989px) {
      .responsive #top #custom_html-2 button {
        font-size: 13px;
        word-break: keep-all;
        max-width: 100%;
        text-align: center;
      }
    }

    Best regards,
    Ismael

    #1489568

    Please see this screenshot showing the issues.
    https://postimg.cc/8sbtZx7H

    If you are testing on a desktop, please slowly shrink the column size. You will see the issue revealed as you approach mobile view (where the sidebar is no longer displayed). Also, please test on a tablet.

    Can you please check all screen sizes and please help me fix this?
    Thank you.

    #1489559

    In reply to: .scroll-down-link

    or the arrow thought even more demanding ;)

    :root {
      --burger-main-icon-width: 40px; /* === adjust to your needs === */
    }
    
    @media only screen and (max-width:1150px) {
      .av-hamburger {display: none}
    
      #header #avia-menu li.av-burger-menu-main.menu-item-avia-special,
      #top #wrap_all #header .av-small-burger-icon a:before{
        width: var(--burger-main-icon-width);  
      }
      
      #top #wrap_all #header .av-small-burger-icon a {
        display: flex; 
        justify-content: center;
        align-content: center;
        align-items: center;
      }
    
      #top #wrap_all #header .av-small-burger-icon a:before {
        content: "\e873";
        font-family: "entypo-fontello";
        font-size: var(--burger-main-icon-width);  
        color: var(--enfold-main-color-primary);
        text-align: center;
      }
    
      .av-burger-overlay-active #top #wrap_all #header .av-small-burger-icon a:before{
        font-size: calc(1.5 * var(--burger-main-icon-width));  /* === only if you like it === */
        color: #FFF;
        content: "\e877 \A \e873";
        line-height: 0.35em;
        animation: avia_fade_move_down 2s ease-in-out infinite;
      }
    }
    #1489553

    Hey koomo,

    Thank you for the inquiry.

    Try to add this css code to adjust the width of the mega menu container under the Destinations menu item:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      #top #wrap_all #menu-item-35451 .avia_mega_div > .sub-menu {
          width: 750px !important;
      }
    
      #top #wrap_all #menu-item-35451 .avia_mega_div {
          width: 750px !important;
          overflow: visible;
          max-width: 750px !important;
      }
    
      #top #wrap_all #menu-item-35451 .avia_mega_div > .sub-menu > li {
          width: 250px;
      }
    }

    Screenshot-2025-09-25-at-12-31-46-PM

    Best regards,
    Ismael

    #1489551

    Hi,

    Add this css code to adjust the background color on smaller screens:

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-submenu-container {
        position: absolute !important;
        background-color: #4f5b33a3;
      }
    
      .responsive #top .socket_color .mobile_menu_toggle {
        color: #ffffff;
        background: transparent;
        border: 0;
      }
    
      .responsive #top .socket_color .mobile_menu_toggle:hover {
        color: #f3ab29;
      }
    }

    Screenshot-2025-09-25-at-12-16-31-PM

    Best regards,
    Ismael

    #1489548

    Hi,

    Thank you for the update.

    You can try setting the png image as the background of the scroll-down link:

    #top .scroll-down-link.avia-svg-icon {
        background-image: url('image.png');
    }
    
    #top .scroll-down-link.avia-svg-icon svg {
        display: none;
    }

    Let us know if you need more info.

    Best regards,
    Ismael

    #1489528

    In reply to: .scroll-down-link

    this burger menu is not a font icon or a svg icon. These are simple containers with a given width and height.
    The top and the bottom lines are pseudo-containers (before and after).

    try in quick css: see next post for better solution ;)

    #1489523
    dondela
    Participant

    Dear support,
    i tried this solution to avoid the scroll to top, when clicking the next page button. But it does not work. Is there any other solution which works?
    Thanks and Regards

    //avoid scroll to top when clickin next page
    
    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    function b(id) {
    		$('.pagination .inactive').click(function(e) {
    			e.preventDefault();
    
    			var section = $(id),
    				link = $(this).attr('href'),
    				anchor = $(section ).attr('id');
    
    				if(!section.length) return;
    
    				var link = link + '#' + anchor;
    				window.location.href = link;
    		});
    	}
            
            $(document).ready( function() {
                b('#referenzen');
            });
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');
    #1489520

    on my installation it works without any problem – if you use the webp images from media-library!
    https://webers-testseite.de/webp-lightbox/

    or: next suggestion – you are using a plugin that replaces jpgs by webp images ( f.e. from shortpixel – automatic calculation of jpgs to webp- and replacement in DOM )

    As mentioned above

    var defaults = {
    	groups :	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu', '.woocommerce-product-gallery'],
    	autolinkElements : 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=webp], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="youtube.com/shorts"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    	videoElements  : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="youtube.com/shorts"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    	exclude  :	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"], .pagination a'
    },

    a[href$=webp] is an autolinkElement – so there must be something that hampers this on your installation.

    Hi!

    Thanks for following up.

    We have moved the screenshot to the private field. To adjust the display of the navigation arrows and move them to the top of the testimonials, try to include this css code:

    #top .avia-slider-testimonials.avia-testimonial-wrapper {
        overflow: visible;
    }
    
    #top .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a {
        margin: -64px 15px 0;
    }

    Please make sure to clear the browser cache or history on your phone, or switch to incognito mode temporarily to see the latest changes.

    Regards,
    Ismael

    #1489512

    Hi,

    Are you trying to change the color of the menu items on hover? Try to add this css code:

    #top .av-submenu-container.av-mfuwd2dc-fbfd62110b190173ec9e1a9c9af59e82 .av-subnav-menu li:hover a {
        color: #f3ab29;
    }

    Best regards,
    Ismael

    #1489509

    Hi,

    Thank you for the update.

    It seems to be working correctly on our end. Please try purging the cache or temporarily disable the Autoptimize plugin before checking the page again.

    Screenshot-2025-09-24-at-11-27-36-AM

    Best regards,
    Ismael

    #1489493

    That’s great thanks Ismael. I tried adding css under /* Add your Desktop Styles here */ but I cant get it to work. Please can you give me a quick example changing the hover colour and I can work it out from there.
    Thanks again

    #1489483

    Hi Ismael,
    The Dev is not really responding.

    I found this https://kriesi.at/support/topic/nextgen-wordpress-issue/ and did
    add_filter( ‘body_class’, function( $classes ) {
    if(is_page(26302, 24957)) {
    $classes = array_merge( $classes, array( ‘noLightbox’ ) );
    }
    return $classes;
    });

    It works on 26302 page, but I can’t find how to make it work on 24957 or multiple pages.

    Thank you for your support.

    regards,

    Xavier

    #1489479

    In reply to: .scroll-down-link

    Would you like to have an upward arrow to indicate a downward movement? … ( on top you are talking about scroll-top-link )
    Does that really make sense?

    if you only want to turn arround :

    
    #top .scroll-down-link.avia-svg-icon svg:first-child {
      transform: scaleY(-1)
    }
    

    but now you are talking about down-open arrow – but isnt it the down-open arrow on default?

    #1489475

    Hi,

    You can add this css code to make the background transparent and have the menu float above the slider.

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
      #top .av-submenu-container.av-mfuwd2dc-fbfd62110b190173ec9e1a9c9af59e82 {
        position: absolute;
        background-color: #4f5b33a3;
      }
    
      #top .av-submenu-container.av-mfuwd2dc-fbfd62110b190173ec9e1a9c9af59e82 .av-subnav-menu li a {
        background-color: transparent;
      }
    }
    

    Screenshot-2025-09-23-at-11-16-23-AM

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Try to add the following css code below the first one to adjust the padding around the testimonial container and decrease the font size on smaller screens.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0;
      }
    
      .responsive #top .avia-slider-testimonials .avia-testimonial-content p:last-child {
        font-size: 0.85em;
        line-height: 1.6em;
      }
    }

    (moved screenshot in the private field)

    Best regards,
    Ismael

    Thank you, @Ismael! That worked perfect on desktop view. However, on mobile, the Testimonials white box is squished so only 1 or 2 words fit on each line, and there’s lots of black space to the left and right. Is there CSS to increase the width of the Testimonials box so more words fit on one line? URL to my staging website is in the private section. Please view it on a mobile device. Thank you!

    #1489461
    classywebsites
    Participant

    The pages on the Child Theme of my staging site (please see Private Content) are not responsive.
    When viewed on smaller screens and tablets, the Special Headings, Text Blocks and Buttons do not align with one another on the top Columns of the Home page.
    When viewed on smaller screens and tablets, the text in the Widgets on the Right Sidebar is cutoff on the Blog page.
    Can you please check all screen sizes and please help me fix this?
    Thank you.

    #1489460

    Hi Ismael,

    Thanks for checking. I got in touch with the plugin developers the events manager workaround to my problem is posted in another thread.

    https://wordpress.org/support/topic/wpml-issue-with-eventsmanager/

    Since I have the problem without using wpml it seems more of a eventsmanager issue to me.

    Hey santanin,

    Thank you for the inquiry.

    There’s no built-in option for this, but you can use the following css code to apply a white background to the testimonial container and set a border radius of 30px. To adjust the content color of the testimonial item, go to the Styling > Colors section.

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial .avia-testimonial_inner {
        background: #ffffff;
        border-radius: 30px;
        padding: 20px;
    }

    Best regards,
    Ismael

Viewing 30 results - 781 through 810 (of 142,833 total)