Forum Replies Created

Viewing 30 posts - 8,071 through 8,100 (of 34,913 total)
  • Author
    Posts
  • in reply to: Catalog thumbnail error #1403872

    Hi,
    Thanks for your patience and the link to your site, to remove the border-radius and make the image larger try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-catalogue-list .av-catalogue-image {
        border-radius: 0;
        width: 150px;
    }

    The reason your images are not opening in the lightbox is because the Jetpack plugin Performance & speed option is enabled:
    Enfold_Support_1687.jpeg
    disable this to correct.

    Best regards,
    Mike

    in reply to: Shortcodes for Leaflet #1403870

    Hi,
    Thank you for your patience, we only offer a basic implementation, therefore, out of the box, the ALB doesn’t support these options.
    You could try using the leaflet shortcode in a code block element.

    Best regards,
    Mike

    in reply to: Different spacing of sliders towards the menu bar. #1403869

    Hi,
    Thank you for your patience, as I understand your goal you would like to add some padding to the top of your pages with the Full Width slider, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main > #full_slider_1 {
    	padding-top: 50px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    feel free to adjust the number to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, unless you have any further questions on this topic shall we close this then? Otherwise, for new topics please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: User Roles for Portfolio items #1403836

    Hey ChristophTaschler,
    Thank you for your patience, as Ismael advised here that you will need to use a membership plugin to be able to assign custom capabilities to user roles to achieve this. I have not tested which membership plugins work well with Enfold, but Ismael recommends the Members plugin.

    Best regards,
    Mike

    in reply to: Contact form – block sender domains #1403835

    Hi,
    The CF7 has many more options and addons than our contact form which is designed for basic functionality due to our limited time.
    If you don’t want to use CF7 perhaps there is another plugin that you could use but I have not tested any so I can’t make any recommendations.

    Best regards,
    Mike

    Hey MyWin,
    Thanks for your patience, but I don’t believe that this is possible with the built-in lightbox, you may need to try using a plugin to achieve this.

    Best regards,
    Mike

    in reply to: Formmail from Sidebar not send #1403832

    Hey Stefan,
    Thank you for your patience, I see that the form is giving the successful confirmation and I don’t see any browser console errors related to the form, I believe that your emails are going to a spam folder or the server is marking it as spam and deleting them.
    Typically you don’t need to use a SMTP plugin if you are using an email address that matches your domain, if you are trying to have the email sent to your gmail address or a different domain then you should use a SMTP plugin, I have not seen anyone use Mail Bank before, typically I see WP Mail SMTP in use.

    Best regards,
    Mike

    in reply to: Portfolio Items Role Capabilities #1403831

    Hi,
    Thank you for your patience, as Ismael advised above you will need to use a membership plugin to be able to assign custom capabilities to user roles to achieve this. I have not tested which membership plugins work well with Enfold, but Ismael recommends the Members plugin.

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1403830

    Hi,
    Thanks for the screenshots but your site seems to be down, I get the error ERR_SSL_PROTOCOL_ERROR please check.

    Best regards,
    Mike

    in reply to: Third Level Layout Elements Not Loading/Saving #1403813

    Hi,
    Thank you for Enabling the Avia Layout Builder Debugger with this I was able to see that the Enfold Shortcode Parser shows no errors in the page shortcode:
    Enfold_Support_1685.jpeg
    and I copied your page to my test site and was able to edit the tabs section with no issues, so this points to a conflict on your site, try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Parallax Pules Z-Index #1403739

    Hi,
    Thank you for your patience but I didn’t find a solution so I have asked the rest of the team for advice and they or I will reply back. Thanks.

    Best regards,
    Mike

    in reply to: Parallax Rules Section Padding #1403736

    Hi,
    Thank you for your patience the space at the bottom of the column is due to the Column ▸ Advanced ▸ Animation ▸ Parallax Speed:
    Enfold_Support_1681.jpeg
    to offset this add the same percentage as a negative value in Column ▸ Row Settings ▸ Row Margins ▸ Custom Margins ▸ Bottom Margin:
    Enfold_Support_1683.jpeg
    I set this for you please clear your browser cache and check.

    Best regards,
    Mike

    Hi,

    @inlinks
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.


    @Jmcguiness03
    you seem to have a different issue than this thread, first try disabling all of your plugins and test again, if this doesn’t help, please create a new thread and include a recap, and WordPress admin access in the Private Content area. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Unable to install Enfold #1403710

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Third Level Layout Elements Not Loading/Saving #1403708

    Hi,
    Thanks for the link to your child theme functions.php file, I see that it is missing the <?php at the top of the file before any functions, it should look like this:
    Enfold_Support_1679.jpeg

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Updating links in layer slider #1403706

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad to hear this helps, your add-to-cart button color seems to be set by the block editor right now with this css:

    wp-element-button, .wp-block-button__link {
        background-color: #32373c;
    }

    I’m not sure if you set this elsewhere, but if you want to change the color try this css:

    #top.single-product .single_add_to_cart_button {
    	background-color: red;
    }

    change the color to suit and After applying the css, please clear your browser cache and check.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Shortcode Contact Form in Mega Menu #1403619

    Hi,
    Thanks for your patience and the link to your site, I tested your menu form in a mega menu item on my demo site and it gave me the success message, so it seems that it should work.
    I see your child theme has some customized files, have you tested with the parent theme activated so the customized child theme files are not used? Also try with your plugins deactivated, perhaps there is a conflict.

    Best regards,
    Mike

    in reply to: Updating links in layer slider #1403616

    Hi,
    Thanks for your patience and the link to your site, I found the slides themselves included a link to the wrong page, so when you hover over the button you were actually clicking the slide link. I removed the slide link so now you can click the button links.
    Please adjust to suit, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: OnePage menu link without visible scroll #1403598

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, on some of your pages you have another contact form in the content so the footer page form has a different ID so this was not working correctly, I adjusted the script and css and it seems to work on the pages I test, please clear your browser cache and check.
    You may need to clear the Autoptimize plugin again.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: OnePage menu link without visible scroll #1403591

    Hi,
    Yes, you can do the same to your other site, shall we close this then?

    Best regards,
    Mike

    in reply to: Slider isues #1403562

    Hi,
    Thanks for your screenshots but the login doesn’t seem to be admin so I don’t have access to the theme panel or basic WordPress settings like the menu.
    Your first menu issue is because in the menu item with the larger sub menu item the option “mega menu” has been checked, uncheck this.
    For the grid rows you have the minimum height set to 500px, so on mobile this will look larger, remove this and it will adjust to the content height for desktop & mobile, see the page /servicii/ where I did this for you.
    For the third question you have “huge” padding picked for the color section try choosing less or no padding.
    Please note that we ask that each thread stays “on topic” and different threads are used for multiple questions, this helps future users find solutions easier and multiple Moderators assist you with a solution, thank you for understanding.

    Best regards,
    Mike

    in reply to: Third Level Layout Elements Not Loading/Saving #1403560

    Hi,
    This is not working for me, please try adding this code to your child theme functions.php again via FTP:

    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1403559

    Hi,
    Thanks for the feedback but I’m not sure that I understand and it seems that your test site is down, please check and perhaps some screenshots would help explain the issue.

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, I found the issue was that you had unclosed popup trigger links, I closed them for you and the issue is now solved. Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 8,071 through 8,100 (of 34,913 total)