Forum Replies Created

Viewing 30 posts - 5,311 through 5,340 (of 67,469 total)
  • Author
    Posts
  • in reply to: Adjustments for Icon circle #1440754

    Hi,

    I want to change to an image, instead of an icon. How to?

    As mentioned above, you can replace the background color with a background image.

    Example:

    .av-icon-circles-container.av-lvddi3r8-7ef69dade13d6c6bdb3c96c9de9ade48 .avia-icon-circles-inner .avia-icon-circles-icon:nth-child(3) {
        background: url('img url');
    }
    

    Best regards,
    Ismael

    Hi,

    When uploading the new folder with the latest version of Enfold I could see that the previous Enfold version was removed, including the folder.

    What do you mean? Can you you activate the latest version after uploading it via FTP? Before doing this, please make sure to export the theme options from the Enfold > Import/Export panel. You can then import it back once the the theme is updated.

    If a child theme is active and includes template modifications, make sure that you also update the template files to match the latest version.

    Best regards,
    Ismael

    Hi,

    Hi Isamael, thanks! i would like to remove it from the full width slider.

    Sorry about that; missed the title. This is possible but you’ll need to directly edit the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php file and remove the code around line 665:

    $output .= $this->slide_navigation_arrows();
    

    Best regards,
    Ismael

    in reply to: Bullet points not showing on product pages #1440751

    Hi,

    Thank you for the update.

    The stylesheets or css files in the outdoorcoversbycasco have been compressed and merged. Please add the css code again, disable the compression plugin or option temporarily, then purge the cache.

    Best regards,
    Ismael

    in reply to: PHP update 7.4 to 8.1 failled #1440750

    Hey Dominic,

    Thank you for the inquiry.

    Did you use the FORCE_SSL_ADMIN constant in the wp-config.php file? Please try to remove it temporarily before upgrading PHP to 8.1.

    Best regards,
    Ismael

    in reply to: Accordion padding/margins #1440749

    Hi,

    Glad to know that this 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

    Hey MORTULGAAH,

    Thank you for the inquiry.

    The theme should support both WPML or Polylang, but we recommend going for WPML because it has its own configuration within the theme and better documentation. For more information on using WPML with Enfold, please refer to the links provided below:

    // https://wpml.org/documentation/theme-compatibility/enfold/
    // https://wpml.org/theme/enfold/
    // https://wpml.org/documentation/support/maintaining-avia-layout-builder-enfold-compatibility-wpml/

    Best regards,
    Ismael

    Hey divinecurio,

    Thank you for the inquiry.

    We don’t really see any issues with the parallax images. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    in reply to: Mobile menu breaking #1440746

    Hey divinecurio,

    Thank you for the inquiry.

    The screen jumps or moves because of the testimonial section above the contact page. Once the testimonial section transitions to the next item, the height of the document changes causing the jump. It’s not really related to the mobile menu or the anchor.

    Best regards,
    Ismael

    in reply to: Anchor links on other pages #1440745

    Hi,

    Thank you for the update.

    You have to place the absolute URL or the complete URL of the home page plus the anchor.

    Example:

    https://site.com/home/#nameofsection
    

    Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Changes creating glitches #1440744

    Hey divinecurio,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Tab Module | calculation of the height is incorrect #1440743

    Hi,

    Thank you for the info.

    We’ve set the Layout > Height > Content height to the second option, allowing the section to adjust its height automatically based on the content. You can also modify the items within the Tab Section and adjust the Styling > Alignment > Vertical align settings to Top instead of the default Middle.

    Best regards,
    Ismael

    in reply to: Übersetzung Kontaktformular nicht vollständig #1440741

    Hi,

    Sorry for the confusion. The changes above are not necessary because the error text is already included in the template file and it should be translatable. We added the translation in the enfold/lang/de_AT.po and enfold/lang/de_DE.po files, line 13620:

    #: framework/php/class-form-generator.php:257
    msgid "Found errors in the following field(s):"
    msgstr "Fehler wurden in folgenden Feld(ern) gefunden:"
    

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Blog Post Product Slider #1440740

    Hey ballindigital,

    Thank you for the inquiry.

    Have you tried adding products to Upsell or Cross-sell? Please check the link below for more info: https://woocommerce.com/document/related-products-up-sells-and-cross-sells/

    Best regards,
    Ismael

    in reply to: Social media icons on mobile menu #1440739

    Hi,

    Thank you for the update.

    There isn’t a default option for this, meaning you’ll need to use the script or function from the previous thread. We tried adding the script, but unfortunately, the Appearance > Theme File Editor is not accessible. Please share the S/FTP details in the private field.

    Best regards,
    Ismael

    in reply to: Products catalog, not e-commerce #1440661

    Hey!

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

    Have a nice day.

    Regards,
    Ismael

    in reply to: Übersetzung Kontaktformular nicht vollständig #1440660

    Hey LoMoe,

    Thank you for the inquiry.

    The text is currently not translatable but we’ll add a fix in the next patch. For now, you can modify the enfold/config-templatebuilder/avia-shortcodes/contact/contact.js file, and edit this code around line 232:

    let msg = msgFieldsWithError ? msgFieldsWithError + ' ' : 'Found errors in the following field(s): ';
    

    Replace it with:

    let msg = msgFieldsWithError ? msgFieldsWithError + ' ' : form.data('fields-with-error');
    

    Best regards,
    Ismael

    in reply to: proken references to portfolio items #1440657

    Hi,

    Great! Good to know that you’ve the issue. Let us know in another thread if have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Products catalog, not e-commerce #1440656

    Hi,

    We recommend Woocommerce because it is already compatible with the theme and you can manually switch to catalogue mode if you’re not planning to sell the products or accept payments. Please check the link below:

    // https://woocommerce.com/posts/how-to-use-woocommerce-as-a-product-catalog/

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    and you do not check if the order types are even available.

    What do you mean? The theme doesn’t really alter how WooCommerce sorts the products. We only added a function that renders a filter dropdown with more options, but the query is still handled by WooCommerce. You might want to install a security plugin if the site is experiencing traffic issues because of spammers.

    Best regards,
    Ismael

    in reply to: erledigt – Tablet Menü im Querformat nicht sichtbar #1440653

    Hi,

    Thank you for the info.

    The mobile menu should only be accessible on your Samsung phone. It should not be accessible on your tablet, unless you’re zooming in the browser. Did you adjust the zoom settings of your browser?

    Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Products catalog, not e-commerce #1440652

    Hey peterolle,

    Thank you for the inquiry.

    Have you tried using the Portfolio items? To display the portfolio items, you can use either the Portfolio Grid element or any of the post elements (Magazine, Masonry, etc.). However, you can only sort the items by category. You may need to install another plugin or use Woocommerce if you need a more advanced filtering.

    Best regards,
    Ismael

    Hey Chris_85,

    Thank you for the inquiry.

    You can disable the post navigation by adjusting the Single Post Navigation settings in the Enfold > Blog Layout > Single Post Options section. Let us know of the result.

    Best regards,
    Ismael

    in reply to: Line height in LayerSlider 7 text #1440650

    Hey mirr,

    Thank you for the inquiry.

    How do you adjust the line-height of the layer? It seems to work fine when we adjust the line-height in the Layer Settings > Style > Text & Typography section.

    Best regards,
    Ismael

    in reply to: Adjustments for Icon circle #1440649

    Hey northorie,

    Thank you for the inquiry.

    There is no option for this by default, but you can apply the image as background using css.

    Example:

    .av-icon-circles-container.av-lvddi3r8-7ef69dade13d6c6bdb3c96c9de9ade48 .avia-icon-circles-inner .avia-icon-circles-icon:nth-child(1) {
        background: red;
    }
    
    .av-icon-circles-container.av-lvddi3r8-7ef69dade13d6c6bdb3c96c9de9ade48 .avia-icon-circles-inner .avia-icon-circles-icon:nth-child(2) {
        background: orange;
    }
    
    .av-icon-circles-container.av-lvddi3r8-7ef69dade13d6c6bdb3c96c9de9ade48 .avia-icon-circles-inner .avia-icon-circles-icon:nth-child(3) {
        background: blue;
    }

    The css code above should adjust the background color of the first three icons in the circle. You can replace the colors with a background image and adjust the element selector (av-lvddi3r8-7ef69dade13d6c6bdb3c96c9de9ade48) accordingly.

    Best regards,
    Ismael

    in reply to: Button position on sliders #1440647

    Hi,

    You can open css comments using forward slash (/) and asterisk (*).

    Example:

    /* Add your Mobile Styles here */
    

    Please check the link below for more examples: https://www.w3schools.com/css/css_comments.asp

    Best regards,
    Ismael

    in reply to: Expand Product Grid to Fullwidth #1440646

    Hi,

    Great! Glad to know that this 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: Saving didnt work! Please reload the page and try again #1440645

    Hi,

    Thank you for the info.

    The site above is no longer accessible and we cannot connect to the file server using the login details above. Is the site down? Please check the login info carefully and let us know once the site is up again.

    Best regards,
    Ismael

    in reply to: Facebook Widget Blank #1440644

    Hi,

    Thank you for the update.

    This is what we see when we open the FB page: https://1drv.ms/i/s!AjjTfXSRbKTvguBfJR6RYi6i20g-Vg?e=RexheK

    This means that the page is not public or is not accessible to everyone. Please make sure to adjust the visibility of the page.

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshots.

    We adjusted the css code a bit. Please try it again:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .flex_column.av-l3szqp26-6284db6a47ccbd96c8a886659567d974 {
        height: 542px !important;
        min-height: 400px;
      }
    }

    Is the image visible when the parallax effect is disabled?

    Best regards,
    Ismael

Viewing 30 posts - 5,311 through 5,340 (of 67,469 total)