Forum Replies Created

Viewing 30 posts - 6,751 through 6,780 (of 34,658 total)
  • Author
    Posts
  • in reply to: Open portfolio as a lightbox gallery? #1410568

    Hi,
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Aweber Landing Page CSS #1410536

    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: Table, cells not aligned #1410535

    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: Table, cells not aligned #1410530

    Hi,
    Thanks for the feedback, I believe that you are testing by changing the size of a desktop browser, on a actual device you won’t have this issue.
    For testing on a desktop browser once you have adjusted the screen to the size you want to emulate, please reload the page, the javascript makes the adjustments on page load based on the screen size.

    Best regards,
    Mike

    Hey Tina,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #recent-posts-3 .post-date {
    	float: left;
    }

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

    Best regards,
    Mike

    in reply to: Enfold version 4.2.3 #1410528

    Hey Todd Adams,
    You posted a duplicate, so here is the answer again:
    Yes your version is not compatible with PHP v8.1 so you will need to update, unfortunately since you last updated Theme Forest also changed the way auto updates work so you will need to manually update once and the create a new Theme Forest Token for future updates.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Enfold version 4.2.3 #1410527

    Hey Todd Adams,
    Yes your version is not compatible with PHP v8.1 so you will need to update, unfortunately since you last updated Theme Forest also changed the way auto updates work so you will need to manually update once and the create a new Theme Forest Token for future updates.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    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

Viewing 30 posts - 6,751 through 6,780 (of 34,658 total)