Forum Replies Created

Viewing 30 posts - 8,731 through 8,760 (of 67,449 total)
  • Author
    Posts
  • in reply to: Advanced Layout Builder won´t work #1399476

    Hi,

    Thank you for the inquiry.

    We can reproduce the issue but we are not yet sure why it is happening. The product meta info _avialayoutbuilder_active is correctly set to “active”, so it should not switch back to the default editor after updating. Is it working properly when you create a new product from scratch?

    Please try to deactivate the plugins, then activate them one at a time just to check if one of the extensions is causing the issue.

    Best regards,
    Ismael

    in reply to: header background is white and not transparent #1399475

    Hey Monika,

    Thank you for the inquiry.

    That is the default behavior of the transparent header. If you want to keep it transparent on scroll, you can use this css code.

    #top #header .header_bg {
        background: transparent;
    }
    

    You might also need to adjust the color of the main menu items.

    Best regards,
    Ismael

    in reply to: Template keeps compiling the wrong CSS #1399473

    Hi,

    Thank you for the info.

    We temporarily disabled the file compression settings in the Performance panel and set all elements in the template builder to always load, which seem to have corrected some of the issues but the popup from the PUM plugin is still not loading correctly. You may need to reconfigure the popup in order to make it work.

    Best regards,
    Ismael

    in reply to: Enfold Masonry Gallery with 1 column #1399097

    Hey divedave,

    Thank you for the inquiry.

    You can actually adjust the column count in the Masonry element’s Styling > Columns > Column count – default, used for all screen sizes(no media query) settings. Select the first option to display the items in a single column. In the same panel, you can also adjust the number of columns on different devices or screen sizes.

    Best regards,
    Ismael

    in reply to: padding for text block in grid row #1399096

    Hey Cally,

    Thank you for the inquiry.

    You can use this css code to adjust the padding around the text blocks inside the cells.

    .flex_cell.av-le7oagws-d0ed8dd04dc3eb28ece0f70deac15657 .av_textblock_section, .flex_cell.av-le7oaaie-a7a343d4d655db76f4ae4114665fb214 .av_textblock_section {
    	padding: 50px;
            padding-top: 20px;
    }
    

    Best regards,
    Ismael

    in reply to: Customize the Accordion #1399095

    Hey James,

    Thank you for the inquiry.

    You can add this css code to remove the bottom border of the active toggler.

    .toggler.activeTitle {
    	border-bottom: 0;
    }

    Best regards,
    Ismael

    in reply to: Advanced Layerslider Mobile Full Screen #1399094

    Hi,

    Did you apply a background video or image to the layer slider? The blank space is the container for the background video/image but it is not displaying as it should. Please check the layers in the slider and make sure that the Background Video option is not toggled or enabled.

    Best regards,
    Ismael

    in reply to: color sections at wrong height #1399093

    Hi,

    Great! Glad to know that the issue with the color sections has been resolved. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: How do I make it mobile friendly? #1399091

    Hey yifatcohen,

    Thank you for the inquiry.

    We cannot make them the whole image fit inside the cell without distorting them, but we can adjust the position of the images in the container so that the people in the images are still visible on smaller screens. Please add this css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .flex_cell.av-le91a6f2-cd0064c34a2eb0c0e4fb89716913af3d {
        background-position: 80% 50%;
      }
    
      .flex_cell.av-le91fnk5-3cbf18b8d7d0e7a627d01cc3162d2670 {
        background-position: 80% 50%;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    Hey Christopher,

    Thank you for the inquiry.

    The issue occurs because of the following css modification, which applies rounded corners to the section.

    .hotel_block {
    	border-bottom-left-radius: 35px;
    	border-bottom-right-radius: 35px;
    }
    

    You can also use this css code to adjust the default background of the main container.

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    	background-color: #ffffff;
    }

    Best regards,
    Ismael

    Hey JannyPolak,

    Thank you for the inquiry.

    Fixed backgrounds are not supported on most iOS devices. You may need to set the Background Attachment to Scroll in order to correctly display the background. You can also try this css code.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .avia_mobile .avia-full-stretch {
          background-attachment: scroll !important;
      }
    
      .avia-bg-style-fixed {
          background-attachment: scroll !important;
      }
    }

    Best regards,
    Ismael

    in reply to: Product slider image quality in mobile #1399086

    Hey profumopuntoit,

    Thank you for the inquiry.

    Have you tried adjusting the size of the product images in the Appearance > Customize > Woocommerce > Product Images panel? You can also select a different thumbnail size by adjusting the product slider’s Styling > Image Size > Select image size settings.

    Best regards,
    Ismael

    in reply to: Error messages with custom layout builder for WooCommerce? #1399084

    Hey vbonora,

    Thank you for the inquiry.

    The error messages or any notifications will only display on the default shop templates. Unfortunately, they will not display on a custom shop page built using the Advance Layout Builder. You may need to switch back to the default editor.

    Best regards,
    Ismael

    Hi,

    We get a fatal error when we attempt to login to the dashboard.

    fatal error: Uncaught Error: Call to a member function get_allowed_countries() on null in /var/www/vhosts/site.tn/httpdocs/wp-content/plugins/woocommerce/includes/wc-core-functions.php:1353 Stack trace: #0 /var/www/vhosts/site.tn/httpdocs/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php(129):

    Did you install another Woocommerce extension? Please try to rename the wp-content/plugins folder to temporarily disable the plugins.

    Best regards,
    Ismael

    in reply to: Columns out of line on ipad in portrait #1399082

    Hey isdixon,

    Thank you for the inquiry.

    The title in the boxes seems to be aligning correctly on our end. Would you mind providing a screenshot of the issue? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Full Width Easy Slider not working properly #1399081

    Hi,

    No problem. Let us know if we can help you with anything else.

    Have an awesome day.

    Best regards,
    Ismael

    in reply to: Image on main menu item and date showing on homepage #1398976

    Hi,

    The menus are located in the Appearance > Menus panel and you can add the img tag in the Navigation Label field of the menu item. Let us know if you need more assistance.

    Best regards,
    Ismael

    in reply to: Full Width Easy Slider not working properly #1398975

    Hey Monique,

    Thank you for the inquiry.

    The overlay and link settings for the sliders are in the Advanced panel of each slides. If you want to add a button in one of the slider item for example, edit the item, then set the Advanced > Link Settings > Apply A Link Or Buttons To The Slide settings to the third or fourth option. Let us know if you can’t find the settings.

    Best regards,
    Ismael

    in reply to: Slider minimum height in pixel not working? #1398965

    Hi,

    We tried to login to the site again but got locked out by WordFence. Would you mind updating the theme again? The minimum height option works correctly on our end using version 5.4.1.

    Best regards,
    Ismael

    in reply to: Bottom margin of masonry elements with large gap #1398964

    Hey Marina,

    Thank you for the inquiry.

    We can’t seem to reproduce the issue on our end (screenshot below). Would you mind providing a screenshot? You can use imgur, savvyify or dropbox for the screenshot.

    // https://1drv.ms/u/s!AjjTfXSRbKTvz2nftePGu7uO7noG?e=sMLBWX

    Best regards,
    Ismael

    in reply to: advanced styling drop down not showing all items in list. #1398963

    Hi,

    Glad to know that the update fixed the issue. The updates don’t display sometimes due to cache or transients. You may need to manually check for it from time to time, and Themeforest also sends an email if there is an available update for a specific item.

    Best regards,
    Ismael

    in reply to: Search Results Page – Grid Layout #1398962

    Hi,

    Adding this css code should help.

    .search .slide-entry-wrap {
    	display: flex;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. If it is not working, please provide the login details in the private field so that we can check it further.

    Best regards,
    Ismael

    in reply to: magazine #1398961

    Hi,

    Yes, this should be possible but it will require some modifications (template and css). To replicate the home page for example, you can use the Blog Posts and Magazine elements with different configurations to display posts in different layouts. There is also the Masonry or Masonry Gallery element if you need to displays posts or images in tiles. You can check the links below for demos.

    // https://kriesi.at/themes/enfold/homepage/home-v10-magazine/
    // https://kriesi.at/themes/enfold-2017/blog/

    Best regards,
    Ismael

    in reply to: customize product web page #1398960

    Hey BELHADJAsma,

    Thank you for the inquiry.

    Are you using an events plugin? There is no Calendar or Person elements in the Advance Layout Builder (ALB), unfortunately. You may need to switch back to the default editor.

    Best regards,
    Ismael

    in reply to: Layout column changing on tablet #1398959

    Hey walhai,

    Thank you for the inquiry.

    You may need to create a different set of rows with only 3 columns on mobile view, and toggle their visibility using the Advanced > Responsive > Element Visibility settings. What do you intend to happen to the last item in the row on tablet view?

    Best regards,
    Ismael

    in reply to: Vertical alignment error in FireFox #1398957

    Hey Stephen,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our end. Please check the screenshot below.

    // https://1drv.ms/i/s!AjjTfXSRbKTvz2g3nPf5R_G4lvxz?e=VvrplJ

    Do you see the issue when the css modifications are removed?

    Best regards,
    Ismael

    in reply to: Header transparency #1398956

    Hey StudioArteimmagine,

    Thank you for the inquiry.

    We cannot reproduce the issue on our end. The mobile menu transitions to a different color on scroll or when the header reverts back to its default background color. Did you figure out the correct css modification?

    Best regards,
    Ismael

    in reply to: Horizontally Center Full Screen Slider Caption #1398955

    Hi,

    Great! Glad to know that the suggestion above worked. 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: Importing icon #1398954

    Hey isdixon,

    Thank you for the inquiry.

    You can upload the custom icon using the Icon Font Manager in the Enfold > Import/Export panel. Please note that only monocolored icon fonts from fontello and flaticons are supported. If you have an svg format of the image, you can also add it directly using the Image element.

    Best regards,
    Ismael

    in reply to: Full Width Easy Slider Video Issue #1398953

    Hi!

    For some reason, we can’t add a fallback image to the slider. This fallback image should display instead of the video on mobile devices and should redirect to the fallback link when clicked. Unfortunately, background videos in the theme’s sliders or color section are not allowed to play on mobile devices (as written in the fallback image option).

    Choose a preview/fallback image
    Either upload a new, or choose an existing image from your media library
    Video on most mobile devices can’t be controlled properly with JavaScript, so you can upload a fallback image which will be displayed instead. This image is also used if lazy loading is active.

    You may need to use the Layer Slider element or stick with the Video element.

    Best regards,
    Ismael

Viewing 30 posts - 8,731 through 8,760 (of 67,449 total)