Forum Replies Created

Viewing 30 posts - 6,991 through 7,020 (of 34,891 total)
  • Author
    Posts
  • in reply to: Create Redirect Page #1410524

    Hey PrivitMarketing,
    Please try using a redirect plugin, there are many available here is a popular one: Redirection

    Best regards,
    Mike

    in reply to: Multiple images in light box #1410522

    Hi,
    Glad Guenni007 could help, thank you Guenni007.

    Best regards,
    Mike

    in reply to: Issue with Slide Out Menu Styling #1410521

    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: How customize blog posts? #1410520

    Hi,
    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.

    Best regards,
    Mike

    in reply to: Table, cells not aligned #1410519

    Hi,
    Thanks for the login, I adjusted the script and it looks like it is working now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Aweber Landing Page CSS #1410516

    Hi,
    When I check now the overylay covers the whole screen even when I scroll, if it is not for you try changing the number higher like:

    .awpage-document {
        height: 250vh !important;
    }

    or higher.

    Best regards,
    Mike

    in reply to: Sticky close button in a page #1410494

    Hi,
    Mobile and desktop are the same, let us know after you can check so we can close this thread.

    Best regards,
    Mike

    in reply to: Open portfolio as a lightbox gallery? #1410493

    Hi,
    Thanks for your feedback, but unfortunately this is not possible with the portfolio grid.

    Best regards,
    Mike

    in reply to: Table, cells not aligned #1410489

    Hi,
    It seems the password is not correct, please check.

    Best regards,
    Mike

    in reply to: Fonts #1410488

    Hi,
    To add more space between the socket menu items try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #socket .sub_menu_socket li {
        padding: 0 20px;
    }

    After applying the css, please clear your browser cache and check and feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: How customize blog posts? #1410487

    Hi,
    Thanks for the feedback, this is what my screenshot above shows, there is just more space between the image and text.
    I adjusted to this:
    Enfold_Support_2342.jpeg

    #top .row-posts.template-blog article.single-small .big-preview {
    	width: 300px;
        height: 300px;
        line-height: 300px;
    }
    #top .row-posts.template-blog article.single-big .blog-meta {
    display: none;
    }
    #top .row-posts.template-blog article.single-big {
    	display: flex;
        align-items: center;
        flex-direction: row;
    }
    #top .row-posts.template-blog article.single-big:nth-child(even) {
    	flex-direction: row-reverse;
    }

    Best regards,
    Mike

    Hi,
    Try exporting your templates and then import them after you update the theme.

    Best regards,
    Mike

    in reply to: change hotspot symbol #1410485

    Hi,
    Try adding
    background-color: transparent;
    color: transparent;

    like this:

    .av-hotspot-container-inner-wrap .av-image-hotspot:nth-child(1) .av-image-hotspot_inner {
    background-image: url("https://test.s-design.tirol/Salzraum/wp-content/uploads/2023/06/salzraumfahne-40.png");
    background-size: contain;
    background-color: transparent;
    color: transparent;
    }
    

    Best regards,
    Mike

    in reply to: Sticky close button in a page #1410484

    Hi,
    Check now after clearing your browser cache.

    Best regards,
    Mike

    in reply to: Sticky close button in a page #1410448

    Hi,
    I added this css to your WPCode plugin:

    #top.page-id-738 .avia-standard-logo,
    #top.page-id-5837 .avia-standard-logo,
    #top.page-id-5667 .avia-standard-logo {
    	display: none;
    }
    #top.page-id-738 .main_menu,
    #top.page-id-5837 .main_menu,
    #top.page-id-5667 .main_menu {
    	display: flex;
        justify-content: center;
        width: 100%;
    }
    #top.page-id-738 .main_menu [data-av_iconfont='entypo-fontello']:before,
    #top.page-id-5837 .main_menu [data-av_iconfont='entypo-fontello']:before,
    #top.page-id-5667 .main_menu [data-av_iconfont='entypo-fontello']:before {
    	font-size: 58px;
    }
    #top.page-id-738 .main_menu .avia-button,
    #top.page-id-5837 .main_menu .avia-button,
    #top.page-id-5667 .main_menu .avia-button {
    	border: none;
    }
    #top.page-id-738 .main_menu .avia-button:hover .avia-color-theme-color,
    #top.page-id-5837 .main_menu .avia-button:hover .avia-color-theme-color,
    #top.page-id-5667 .main_menu .avia-button:hover .avia-color-theme-color,
    #top.page-id-738 .main_menu .avia-button .avia-color-theme-color,
    #top.page-id-5837 .main_menu .avia-button .avia-color-theme-color,
    #top.page-id-5667 .main_menu .avia-button .avia-color-theme-color{
    	background-color: transparent;
    }

    please clear your browser cache and check the three pages.

    Best regards,
    Mike

    in reply to: Issue with Slide Out Menu Styling #1410443

    Hi,
    I’m not sure what is causing this, but if it is your only issue I added this css to your WordPress ▸ Customize ▸ Additional CSS and it seems to have solved it:

    #top #av-burger-menu-ul a {
    	color: #7bafe7;
    	font-size: 18px;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
    	background-color: #fff;
    }
    .av-burger-overlay-active #top .av-hamburger-inner, 
    .av-burger-overlay-active #top .av-hamburger-inner::before, 
    .av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #000;
    }
    

    Please clear your browser cache and check.
    I also checked the placement of the menu overlay and it seems correct for all screen sizes, it is meant to show from the edge of the screen, on desktop your page content is narrow and that is why it seems off a little, I guess we could move it over on larger screens with this css:

    @media only screen and (min-width: 1700px) { 
    .html_av-overlay-side .av-burger-overlay-scroll {
    	right: 20%;
    }
    }

    but that looks odd to me when I test it, you can test in the WordPress ▸ Customize ▸ Additional CSS and see for yourself.

    Best regards,
    Mike

    in reply to: How to delay cookies pop up? Enfold #1410437

    Hi,
    If you want this for a faster load this won’t help, I checked your site on WebPageTest and linked the test below.
    The bigest issue that I see is youtube videos, I only see 4 videos on your homepage but they cause a lot of events in the test.
    It looks like you are adding those videos in a code block with the youtube code, try using the video element with the option Wait for user interaction to load the video this will only load the video and it’s scripts after the user clicks and speed up your page.
    You will then need to add a fallback image to show in the place of the video, try adding the video thumbnail or taking a screenshot of the video thumbnail to show.
    I don’t believe that the cookie bar is causing any significant delay

    Best regards,
    Mike

    in reply to: Issue with Slide Out Menu Styling #1410400

    Hi,
    Thanks for the login, are there any other styling issues on your site or is it just the menu?
    Have you tried disabling your plugins?

    Best regards,
    Mike

    in reply to: Button -> Bookingportal -> iframe #1410399

    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: Spaces error with Gutenberg #1410375

    Hi,
    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.

    Best regards,
    Mike

    in reply to: Word Menu under custom Mobile Menu icon #1410374

    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: Fonts #1410373

    Hi,
    To change the font size of the mobile menu go to Enfold Theme Options ▸ Advanced Styling ▸ Link Menu in overlay/slide out, you can also change the spacing there:
    Enfold_Support_2340.jpeg

    Best regards,
    Mike

    in reply to: Product-category page design #1410371

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Aweber Landing Page CSS #1410370

    Hi,
    That doesn’t work when I check, the overlay is only around the text and the page is not scrolling, see the screenshot in the Private Content area.
    Try undoing this change and adding the css I posted to WordPress ▸ Customize ▸ Additional CSS
    Then clear your browser cache and any cache plugin, and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If this doesn’t help please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: Popup #1410368

    Hi,
    Please include an admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    in reply to: change hotspot symbol #1410367

    Hi,
    True that the flag is a PNG but it doesn’t have a transparent background, please check in a image editor.
    When I check in my image editor the background is white & gray boxes:
    Enfold_Support_2334.jpeg
    this is a PNG that does have a transparent background:
    Enfold_Support_2336.jpeg
    Perhaps you have a version of this on your computer that dose have a transparent background, but the on on your website is not, try downgrading it and checking
    To hide the numbers try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-hotspot-image-container .av-image-hotspot .av-image-hotspot_inner {
        color: transparent;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Previous Demo install is not changing #1410365

    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: Sticky close button in a page #1410364

    Hi,
    I added this code to your WPCode plugin as a javascript snippt and enabled the header on the three pages and now the burger menu is replaced with the back button you had created at the bottom of those pages, please clear your browser cache and check.

    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      var button = $('<div class="avia-button-wrap avia-button-right back-button"><a href="https://www.stilecatalini.it/#barche" class="avia-button avia-icon_select-yes-left-icon avia-size-large avia-position-center av-button-notext avia-color-light avia-font-color-white"><span class="avia_button_icon avia_button_icon_left" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title"></span><span class="avia_button_background avia-button avia-color-theme-color"></span></a></div>');
     if ($("body").hasClass("page-id-738") || $("body").hasClass("page-id-5837") || $("body").hasClass("page-id-5667") == true) {
      $('.main_menu').prepend(button);
      $('.avia-menu.av-main-nav-wrap').css({'display':'none'});
      $('.main_menu').css({'display':'flex','align-items':'center'});
    } else {}
    })(jQuery);
    });

    I tested on mobile & desktop and it works.

    Best regards,
    Mike

    in reply to: Sticky close button in a page #1410329

    Hi,
    Ok I disabled it for you, it is in your WPcode plugin should you change your mind in the future.
    The only other idea that I would have is to change the header to show on those pages and then use the same button script to replace the burger button on those page, so you have the same header but instead of a mobile menu button you will have the white box button with the “X” like at the bottom of those pages.

    Best regards,
    Mike

    in reply to: Previous Demo install is not changing #1410328

    Hi,

    Thanks for the login, I found that you had a different reset plugin installed, so I installed the one I linked to above and ran it, it reset the site so there were no pages, posts, or files in the media library, but the medical demo showed on the frontend.
    So I activated your LiteSpeed Cache plugin and cleared your server LiteSpeed Cache with it and now it is all set. I recommend not using caching plugins until you are done with your site as you may have trouble seeing your edits if the server is showing a cached version.
    Please clear your browser cache and check.
    This is what your homepage looks like now:
    Enfold_Support_2332.jpeg
    If you see something else try clearing your browser cache again, Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

Viewing 30 posts - 6,991 through 7,020 (of 34,891 total)