Forum Replies Created

Viewing 30 posts - 4,831 through 4,860 (of 67,477 total)
  • Author
    Posts
  • in reply to: Desktop and Mobile view category photos #1460721

    Hi,

    Last thing, on mobile view, how can I get space between the images? (see attached)

    Please update the previous css code:

    #top #bc-custom-section div .flex_column {
        width: 46% !important;
        margin-left: 3% !important;
        border-radius: 30px;
    }
    

    Best regards,
    Ismael

    in reply to: Background Image changes with refresh #1460720

    Hi,

    Thank you for the update.

    It is on “Fixed”, not Parallax.

    This is similar to parallax where the image inherits the size of the document instead of the container, causing it to be larger. We recommend setting the background attachment back to “scroll” if you don’t want the image to be enlarged.

    Best regards,
    Ismael

    in reply to: Background image doesn’t show on Mobile view #1460719

    Hi,

    No problem! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Desktop and Mobile view category photos #1460716

    Hi,

    Thanks for the screenshot.

    The css code above should have worked. Please try this again:

    #top #bc-custom-section div .flex_column img {
        border-radius: 30px;
    }

    Best regards,
    Ismael

    in reply to: Background image doesn’t show on Mobile view #1460714

    Hey bemodesign,

    Thank you for the inquiry.

    You can add this css code to adjust the height of the cell on mobile view and display its background image:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .flex_cell.av-f5wo1-1367a8c1921d7a80e238c520d3239660 {
        min-height: 700px;
      }
    }

    Best regards,
    Ismael

    in reply to: Update 5.7.1 #1460709

    Hey Eamonn Sheil,

    Thank you for the inquiry.

    The automatic update will no longer work in the installed version, so you’ll need to update the theme manually via S/FTP. Please make sure to create a site backup before proceeding, or clone the site to a different environment, update the theme there first, and fix any issues before migrating it to the live site. For more info about updating, please check the documentation below:

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Form Redirect Contact Form #1459922

    Hey Richard Cobbett,

    Thank you for the inquiry.

    Please edit the page and locate the Contact Form element. Edit this element and set Content > Frontend > Submit Action settings to the second option (Redirect to another page). You can specify the URL in the provided Redirect field. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Google ReCAPTCHA Keep showing #1459921

    Hi,

    Thank you for the info.

    We added the following css code to hide the recaptcha badge and temporarily disabled the Enfold > Performance > File Compression settings to make sure that the changes take effect. Please make sure to purge the cache on your end before checking the page.

    #top .grecaptcha-badge {
      opacity: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Custom font #1459920

    Hey Qgrafica_7,

    Thank you for the inquiry.

    Did you upload the fonts using the Custom Font Manager and select them in the Enfold > General Styling > Fonts tab? Please note that the fonts will only load if they are selected as the body or heading font in the Enfold > General Styling > Fonts tab.

    Best regards,
    Ismael

    in reply to: Trying to update old Enfold theme #1459919

    Hi,

    Thank you for the inquiry.

    You may need to extract the content of the enfold.zip folder to your local machine, then upload it manually via S/FTP. Please check the links below for more info:

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Alter space above and below a specific layout item #1459917

    Hey tonyiatridis,

    Thank you for the inquiry.

    You can add this css code to adjust the margin above and below the column or section.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top .flex_column.av-lxxntb3b-96793073ee8d9b43abc1bef7251d9ab3 {
        margin-top: -100px !important;
        margin-bottom: -100px !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Error 403 on avia_framework_globals #1459916

    Hey Ed,

    Thank you for the inquiry.

    The variables above are dependencies used by the theme scripts. Would you mind providing a screenshot of the issue and posting the site URL in the private field? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    in reply to: Alb full width submenu sticky on mobile upgrade #1459915

    Hi,

    Glad to know that the issue has been resolved! 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: change logo on one page #1459914

    Hi,

    Thank you for the update.

    I’m not running a child theme Just enfold

    If you’re not running a child theme, you can add the code to the parent theme’s functions.php file, or you can install a code snippet plugin such as the following:

    // https://wordpress.org/plugins/code-snippets/
    // https://wordpress.org/plugins/insert-php-code-snippet/

    Best regards,
    Ismael

    in reply to: Desktop and Mobile view category photos #1459913

    Hi,

    Thank you for the update.

    To apply the modification only on mobile view, please replace the css with the following code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #bc-custom-section div .flex_column {
        width: 50% !important;
        margin-left: 1%;
        border-radius: 30px;
      }
    }
    

    The css above will also apply rounded edges to the columns.

    Best regards,
    Ismael

    in reply to: Background Image changes with refresh #1459912

    Hi,

    Thank you for the inquiry.

    This is normal because the parallax effect is enabled. The theme adjusts the size of the image, making it larger than the container to create the parallax effect when scrolling. You may need to disable the parallax effect if you don’t want the image to be enlarged.

    Best regards,
    Ismael

    in reply to: Cookie information for an accessible website #1459812

    Hi,

    Thank you for the update.

    The essential cookies lasts for 365 days or a year. You can also check this in the browsers’ Developer Tools > Application > Cookies tab. Look for the Expires / Max-Age column.

    // https://developer.chrome.com/docs/devtools/application/cookies#open

    Best regards,
    Ismael

    in reply to: Add button into header under Social Icons #1459811

    Hi,

    Or is it easier to put after the Navigation

    There is no default option for this, so you’ll need to make a few modifications to place it below the social icons. We recommend adding the link as part of the navigation or main menu instead.

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    Did you apply multiple categories to the portfolio items? The filter above will not work if the items belong to multiple categories. Please provide an admin account so that we can check the modifications further.

    Best regards,
    Ismael

    in reply to: Notification Element #1459808

    Hey northorie,

    Thank you for the update.

    The value is in the cookie_time parameter is the number of days until the cookie expires and the message or notification is displayed again. The cookie expires automatically if either the title, text or message color is changed.

    Best regards,
    Ismael

    in reply to: Special Heading has bar on some pages but not others #1459807

    Hi,

    Thank you for the inquiry.

    On pages with the “bar” or underline, there is a Separator/Whitespace element below the Special Heading element. The separator element is missing from the other pages.

    Best regards,
    Ismael

    in reply to: Price doesnt change #1459806

    Hi,

    This is not working because there is markup in the default editor or default product template that is missing when the ALB is active. Unfortunately, adding this markup and these scripts requires significant modifications to the theme and is beyond the scope of support. You will need to switch back to the default editor for product variation switching to work as intended.

    Thank you for your understanding.

    Related thread: https://kriesi.at/support/topic/mix-woo-pages/#post-1371847

    Best regards,
    Ismael

    in reply to: Unknown elements disturbing SEO #1459805

    Hi,

    Thank you for the info.

    there is a < h5 class=”modal-title” >.

    We didn’t find any element in the templates with that class name, only an h3 element with the class name “avia-modal-title”. The h5 element might have been added by a third-party plugin.

    Best regards,
    Ismael

    Hi,

    Glad to know that you’ve found a working solution. Thanks for sharing!

    Best regards,
    Ismael

    in reply to: give a ID to galery Masonry #1459284

    Hey pierremartin311,

    Thank you for the inquiry.

    You can save the content of the page as template and use it on another page.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates

    Another option is to save the gallery as a Custom Element Template (CET). Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Price doesnt change #1459283

    Hi,

    Thank you for the inquiry.

    The variation prices are not displaying as expected because you’re using the Advanced Layout Builder. Please note that there are certain limitations on the product page when the Advanced Layout Builder is active. You may need to switch to the default editor to display the complete product details, including the variation prices.

    Best regards,
    Ismael

    in reply to: Make background image of 1/1 layout item responsive #1459282

    Hi,

    I see the Advanced>Responsive >Mobile Display where you can hide the column on mobile devices.

    We recommend using the Fullwidth Slider element instead of the Column element to take advantage of the Advanced > Responsive > Element Visibility settings.

    If you need to use the Column element, you can manually add these class names in the Advanced > Developer Settings > Custom CSS Class field to control visibility on different screen sizes:

    av-desktop-hide av-medium-hide av-small-hide av-mini-hide
    

    As follows is what each of the class names does:

    av-desktop-hide: Hides the element on large screens or desktop view.
    av-medium-hide: Hides the element on medium screens (768px to 989px, e.g., Tablet Landscape).
    av-small-hide: Hides the element on small screens (480px to 767px, e.g., Tablet Portrait).
    av-mini-hide: Hides the element on very small screens (smaller than 479px, e.g., Smartphone Portrait).

    Best regards,
    Ismael

    Hi,

    No problem! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: back button to previous page #1459280

    Hi,

    And how do i adjust the css?
    I mean: it says: your css here…; how and where do i place the font name ( and size ) and the color?

    To adjust the style of the link, you can use this css code in the Enfold > General Styling > Quick CSS field:

    .go-back-link {
       color: red;
       font-size: 16px;
       font-family: 'Calibri', sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Fullwidth Submenu – Onepage Dotsmenu #1459278

    Hi,

    PS: is it possible to have that menu on every page without inserting it on every single page?

    This is possible, but you will need to extract the actual shortcode of the fullwidth submenu element from the shortcode field and use it on a template hook to render it on every page.

    Example:

    add_action('ava_after_content_templatebuilder_page', function() {
      echo do_shortcode("[av_submenu which_menu='center' menu='' position='center' sticky='true' color='main_color' mobile='disabled' mobile_switch='av-switch-768' mobile_submenu='' alb_description='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0']
    [av_submenu_item title='Menu Item 1']
    [av_submenu_item title='Menu Item 2']
    [/av_submenu]");
    }, 10);
    

    In order to enable the shortcode field and extract the shortcode, you need to switch the builder to debug mode.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

Viewing 30 posts - 4,831 through 4,860 (of 67,477 total)