Forum Replies Created

Viewing 30 posts - 12,631 through 12,660 (of 67,424 total)
  • Author
    Posts
  • in reply to: Problem with Plugin "WP Simple Booking Calender" #1330946

    Hi,

    Thank you for the info.

    Is the privacy message bar working correctly now? The privacy message bar is displaying in the page even when the calendar plugin is enabled.

    Best regards,
    Ismael

    in reply to: Translate strings with section id #1330944

    Hi,

    Thank you for the update.

    The “Market Platform” column is empty as you can see in the screenshot below, so we are not really sure what to check.

    Screenshot: https://imgur.com/yucaMJL

    We may need to access the dashboard and check the menu settings in order to properly understand the issue.

    Best regards,
    Ismael

    in reply to: Disable autoplay and enable sound Vimeo #1330943

    Hey WDP,

    Thank you for the inquiry.

    Are you referring to the background video in the color section? Please note that background videos are muted by default and set to autoplay on page load. We did not find any Video elements in the home page.

    Best regards,
    Ismael

    in reply to: Adding gradient overlay on Fullwidth Slider #1330942

    Hey breezemedia,

    Thank you for opening a new thread.

    We automatically close threads, specially olds ones, if someone else aside from the OP re-opened it. So we recommend opening your own thread instead of replying to an existing one.

    To fix the issue with the overlay, please remove the previous css code, then use the following css instead.

    .avia-slideshow li .avia-slide-wrap > div:before {
        content: '';
        display: block;
        width: 100%;
        height: 600px;
        background: -moz-linear-gradient(left,rgba(236,110,0,0.75) 0%,rgba(234,172,124,0.57) 24%,rgba(255,255,255,0.25) 66%,rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,rgba(236,110,0,0.75) 0%,rgba(234,172,124,0.57) 24%,rgba(255,255,255,0.25) 66%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(236,110,0,0.75) 0%,rgba(234,172,124,0.57) 24%,rgba(255,255,255,0.25) 66%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfec6e00',endColorstr='#00ffffff',GradientType=1 );
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    
    .avia-slideshow li .avia-slide-wrap > div .caption_container {
        z-index: 2000;
    }

    This is how the slider should look like after applying the css.

    Screenshot: https://imgur.com/VQd2JMN

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css or before checking the page.

    Best regards,
    Ismael

    in reply to: Add Widget Area to the right side of header #1330808

    Hey navindesigns,

    Thank you for the inquiry.

    You can use this css code to adjust the position of the widget.

    #top #header #header_main .widget {
        position: absolute;
        right: 100px;
        top: 10px;
    }
    

    If you are going to add another widget, you can use the widget ID to target or adjust the style of any specific widget.

    Best regards,
    Ismael

    in reply to: Problem with Plugin "WP Simple Booking Calender" #1330805

    Hey noellmn,

    Thank you for the inquiry.

    Looks like you are using a different privacy message bar now. How did you enable it? We cannot find the name of the plugin or extension, so it must have been added manually using a script.

    Best regards,
    Ismael

    in reply to: Add subcategories to images #1330803

    Hey Fitematrulle,

    Thank you for the inquiry.

    We are not really sure what you are trying to do here. Would you mind providing a screenshot?

    If you need a way to direct your users to sub categories or child pages, you can apply a custom link to the parent images or services and redirect your users to another page containing the images with links to the subcategory pages.

    Best regards,
    Ismael

    in reply to: Pictures blur/pixelisated using your Layerslader WP #1330791

    Hey jb84,

    Thank you for the inquiry.

    This is the actual image (see private field) used in the slider. Is the original image much sharper than this thumbnail or image? Please provide the original image so that we can upload and check it on our installation.

    Best regards,
    Ismael

    in reply to: Translate strings with section id #1330788

    Hey Andreas,

    Thank you for the inquiry.

    The marketing platform column does not contain any items in the EN version. Did you remove the items? How did you translate the menu? Please note that you can also create a dedicated menu for each language instead of translating the original menu.

    // https://wpml.org/documentation/getting-started-guide/translating-menus/

    Best regards,
    Ismael

    in reply to: Not the same view on the IPad-pro #1330785

    Hey Angèle,

    Thank you for the inquiry.

    There is a known issue with fixed elements on iOS devices. You may need to set the background attachment back to scroll on tablet view. Try to add this code in the Quick CSS field.

    @media only screen and (max-width: 989px) {
        .flex_cell.avia-full-contain {
            background-size: cover !important;
            background-attachment: scroll !important;
            background-position: 10% 50% !important;
        }
    }

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

    This is how the page should look after adding the css.

    Screenshot: https://imgur.com/EbP9Kjr

    Best regards,
    Ismael

    Hi,

    UPDATE: Did you install any extensions for the shop plugin?

    Best regards,
    Ismael

    Hey ppi37,

    Thank you for the inquiry.

    The price filter is displaying correctly on our end. Please check the screenshot below.

    Screenshot: https://imgur.com/Nms3y7P

    The filter should display automatically as long as the Filter Products by Price widget is located in the Shop Overview Page widget area, and that the category page is using the default product grid template.

    Best regards,
    Ismael

    in reply to: Problems with new instalation on 3 different hosings #1330776

    Hey MidasPL,

    Thank you for the inquiry.

    Looks like some of the files are missing or corrupted, according to the error above. Please download the latest version of the theme (4.8.7.2) from your Themeforest account, then try to update your installation manually via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Extra Mobile View White Space in Header in all Headers #1330773

    Hey dtilley63,

    Thank you for the inquiry.

    It seems to be an issue with the logo inside the main header. Please update the theme to version 4.8.7.1, then try to upload the logo again in the Enfold > Theme Options. Make sure to remove the previous logo beforehand.

    Screenshot of the issue. https://imgur.com/Kr1VxMK

    Temporarily, you can add this css code to limit the height of the header on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .main_menu, .responsive #top #wrap_all .av-logo-container, .responsive #top #wrap_all .av-logo-container a img {
            height: 80px !important;
            line-height: 80px !important;
        }
    }

    Best regards,
    Ismael

    in reply to: Leaflet map CSS styling #1330772

    Hi,

    Thank you for the info.

    There is a missing colon after the max-width declaration in the css media query.

    /*Hide leaflet OpenStreet map in footer when on screen sizes smaller than 768px*/
    /* NOTE: this does not work!! @media only screen and (max-width: 768px) {*/
    @media screen and (max-width 768px) {
    		#footer .widget .leaflet-map {
    		display: none !important;
    	}
    }
    

    .. should be.

    /*Hide leaflet OpenStreet map in footer when on screen sizes smaller than 768px*/
    /* NOTE: this does not work!! @media only screen and (max-width: 768px) {*/
    @media only screen and (max-width: 768px) {
    		#footer .widget .leaflet-map {
    		display: none !important;
    	}
    }
    

    We just noticed that the site contains an older version of the theme. Please try to update the theme from v4.8.6.5 to the latest version, v4.8.7.1, then go to the Enfold > Performance panel and enable the Delete old CSS and JS files? option to delete the old css and script files. You should also toggle or temporarily disable the Performance > File Compression settings.

    And do a hard browser refresh before testing the page again.

    Best regards,
    Ismael

    in reply to: category alignment #1330771

    Hi,

    Thank you for the info.

    Yon can use this code in the Enfold > General Styling > Quick CSS field to stack the sort button above each other.

    #top div.container .av-masonry .av-masonry-sort .text-sep {
        display: none;
    }
    
    #top div.container .av-masonry .av-masonry-sort a {
        display: block;
        text-align: left;
    }

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

    Best regards,
    Ismael

    in reply to: excerpt line breaks not showing in magazine element #1330770

    Hi,

    Thank you for the update.

    It actually works when you manually add the br tag after every line in the excerpt. Please check the screenshot below.

    Screenshot: https://imgur.com/a/c6ouGW3

    Best regards,
    Ismael

    in reply to: Adding linear gradient to a fullwidth easy slider #1330767

    Hi,

    Try to use this css code to adjust the z-index of the sliders.

    .avia-slideshow-inner li {
        z-index: 200;
    }
    

    If you need further help, please feel free to open another thread. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Adjust the column width of Mega Menu #1330766

    Hi,

    Thank you for the screenshot.

    What is the actual screen resolution of your monitor? This is how it looks on our end when browser viewport is less than 1280px.

    Screenshot: https://imgur.com/0RlkPDa

    You might want to consider adding the form as an inline popup instead.

    // https://kriesi.at/support/topic/contact-form-popup-3/#post-992715

    Best regards,
    Ismael

    in reply to: Lightbox #1330765

    Hi,

    Thank you for the info.

    Why did you add the echo function before each line? We placed a closing PHP tag after declaring the function name so that we could embed the script tag directly. Anyway, we adjusted the code in the functions.php file a bit and added a selector for the icon link (.av_font_icon a). This should work correctly now.

    Please make sure to purge the cache or do a hard refresh before testing the page. The page should reload after clicking the close button.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We do not see any errors or unusual content in the page. Can we access a staging or development version of the site? We may need to inspect the builder shortcodes.

    Best regards,
    Ismael

    in reply to: Advanced Layerslider not showing recently #1330564

    Hey lamplight1508,

    Thank you for the inquiry.

    Did you toggle the Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin settings before? The layer slider is not getting added to the page but we are not seeing any kind of errors. Is it alright if we deactivate the plugins temporarily?

    Best regards,
    Ismael

    in reply to: Blog post not in grid layout #1330557

    Hey RepsHoldings,

    Thank you for the inquiry.

    Looks like the pages above are now displaying as they should with grid layout and without sidebar. This is what we see on our end.

    Screenshot: https://imgur.com/kMXJSRT

    Did you manage to find the settings for it?

    Best regards,
    Ismael

    in reply to: Adjust the column width of Mega Menu #1330556

    Hi,

    Thank you for the update.

    We adjusted the css code in the style.css file a bit. Please make sure to purge the cache before checking the page. This is the new css code.

    
    #menu-item-581 .avia_mega_div {
        width: calc(100vw - 100px) !important;
    }
    
    @media only screen and (min-width: 1280px) {
    	#menu-item-581 .avia_mega_div {
    		width: calc(100vw) !important;
    		right: -115px !important;
    		left: auto !important;
    	}
    }
    
    #menu-item-581 .mega_menu_title {
        display: none;
    }
    

    Best regards,
    Ismael

    Hi,

    The problem is, that I can’t reproduce it either. It occurs only on one of my other pages (and I have quite a lot). Even on another page (same server, same directory, same version of WP and Enfold) everything works as expected.

    This is what you said in your previous reply, so we actually thought that it is only happening on a single page. You may need to clone the site to a subdomain so that we can properly check it. And please provide an actual link to the pages where the issue occurs.

    Best regards,
    Ismael

    in reply to: Lightbox #1330553

    Hi,

    Thank you for the clarification.

    Where can we check the page? Please provide the URL in the private field. You may need to purge the cache and remove the browser history before checking the page. Also, please note that the script will only work when you actually click the close (x) button.

    Best regards,
    Ismael

    in reply to: Mobile view: false display of Cookie-Banner #1330552

    Hi,

    Thank you for the update.

    The privacy popup is now correctly hidden on mobile view and only display once the privacy button is clicked. It is possible that there are invalid css code in previous css modifications. Please look for this css media query in the Quick CSS, style.css file or in the Customize > Additional CSS field and inspect the css declarations inside.

    @media only screen and (min-width: 600px) {
    
    }
    

    Best regards,
    Ismael

    in reply to: Adding a "login/logout" icon on menu #1330551

    Hi,

    Thank you for the update.

    Try to remove the image from the menu item temporarily, then use this css code to insert an icon font inside the login menu item. The icon font should automatically switch color when the header changes or when scrolling down or up.

    #menu-item-8683 a:before {
        font-family: 'entypo-fontello';
        content: "";
        font-size: 26px;
    }
    
    #menu-item-8683 .avia-menu-text {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Customize WooCommerce sort options #1330549

    Hi,

    Great! Glad we could be of help. Please feel free to open another thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Sticky Blogposts when using a masonry gallery #1330548

    Hi,

    As shown in the screenshot above, the modification is working properly on our installation, so there might be something in your site that is conflicting with the filter. Unfortunately, we cannot figure out what that is. Adding two masonry element above each other should be a valid solution.

    Thank you for your patience.

    Best regards,
    Ismael

Viewing 30 posts - 12,631 through 12,660 (of 67,424 total)