Forum Replies Created

Viewing 30 posts - 3,181 through 3,210 (of 34,581 total)
  • Author
    Posts
  • in reply to: Seiten Editor lädt nicht #1438806

    Hey Chancenzeit,
    When I check your homepage the text editor opens and saves correctly:
    Enfold_Support_5229.jpeg
    perhaps a screenshot of your trouble would help.

    Best regards,
    Mike

    Hey Lead,
    I would recommend using the Duplicator plugin it is quite east to use, see the video on the plugin page.

    Best regards,
    Mike

    in reply to: Google Tag Manager #1438804

    Hi,
    Try adding to your child theme functions.php:

    function custom_gtm() { ?>
      <script>
    
    // add your code here
    
      </script>
      <?php
    }
    add_action( 'wp_head', 'custom_gtm', 99 );

    Best regards,
    Mike

    in reply to: contact form mail provider suggestion? #1438802

    Hi,
    Sounds like you have this sorted out now, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Contact Form: Message Sent Label doesn’t appear #1438800

    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: Image Size on mobile in column #1438799

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

    @media only screen and (max-width: 767px) { 
    	#after_layer_slider_1 .avia-builder-el-first .avia-image-container {
    		width: 50%;
    	}
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Woocomerce swap variant image not working #1438798

    Hey johnf149,
    Try using the WooCommerce 3.0 product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery

    Best regards,
    Mike

    in reply to: Color of “scroll down” arrow for fullscreen slider #1438796

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

    #top .scroll-down-link {
    	color: red;
    }

    adjust the color to suit.

    Best regards,
    Mike

    in reply to: Image Size on mobile in column #1438795

    Hey dreamreader,
    Please link to your page so we can see the image, and then explain how you want to see it, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Button position on sliders #1438793

    Hey northorie,
    Please link to your page so we can see the buttons in the sliders, and then explain how you want them moved, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: animated counter from a specified date to present #1438791

    Hey wagdimakkar,

    Try this shortcode count up clone

    Best regards,
    Mike

    in reply to: Layer Slider Arrow down #1438790

    Hey dreamreader,
    The position of your arrow is not from your css, the LayerSlider is overriding it, so create a second arrow in your LayerSlider and then use the LayerSlider options to hide the first one on mobile and show the second one, then move the layer to the right until it is centered.
    You may need to try a few times to get it right.

    Best regards,
    Mike

    in reply to: Image of symbol-box #1438789

    Hi,
    In your css you have div[data-av_icon=”\ue837″], please remove the “u” like this:
    div[data-av_icon=”\e837″]
    You image is also quite large 300×200 I recommend a smaller square like 50px

    Best regards,
    Mike

    in reply to: Contact Form: Message Sent Label doesn’t appear #1438788

    Hi,
    Thanks for this login, you had your homepage also set as your custom 404 page so this caused an error. I changed this and now the message shows.
    Please use a different page as a custom 404 page, typically users find it confusing to see the homepage as a 404 page without any message that there was an error.

    Best regards,
    Mike

    in reply to: Custom svg logo on Transparent and Glassy Header #1438786

    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: Contact Form: Message Sent Label doesn’t appear #1438782

    Hi,
    Thank you for your patience, I’m seeing the error: Failed to load resource: the server responded with a status of 404
    please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Picture with headline #1438780

    Hi,
    I viewed your link emulating the device size 768px, because I don’t have an iPad, but I’m not sure what issue you are seeing, perhaps some screenshots would help showing what you see and what you would like to see.

    Best regards,
    Mike

    in reply to: Text with image #1438779

    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: sorting posts #1438777

    Hey rixi,
    Thank you for your patience, the page that you linked to has the page ID of 1842, but your function above wil only work on 817 try adjusting.
    I tested your function on my test page and it worked correctly
    Enfold_Support_5227.jpeg

    Best regards,
    Mike

    in reply to: Masonry no entries fallback #1438773

    Hi,
    Thanks for pointing this out Guenni007, I summited a report to the Dev Team and will reply when I hear from them, thank you for your patience.

    Best regards,
    Mike

    Hey maxh_muc,
    Thank you for your patience, but I’m not able to reproduce this in my demo. The link that you provide seems to use a custom filter ?wpf_filter_cat_list_0=115&all_products_filtering=1 which seems to be from a third-party plugin, try disabling the plugin and see if the issue continues.

    Best regards,
    Mike

    in reply to: Sidebar settings not showing #1438771

    Hi,
    I’m not able to login to your site, but typically if you use the Advanced Layout Builder of posts then you manually need to add the post elements and add your excerpt in the manual excerpt box. This is by design to give you more control over what is shown. By design it is expected that posts are created with the basic WordPress editor and pages are created with the Advanced Layout Builder.
    If you need further help please open a new thread so we can assist, as this is not your thread posting your admin login here will not be private and you will not see our comments in the Private Content area.
    Please note that we ask that each thread stays on a specific topic, this helps other users and our Mods.

    Best regards,
    Mike

    in reply to: Change words color when hover #1438770

    Hey Yaphoon,
    For your first two questions, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .main_color a.more-link:hover {
    	color: #470024;
    }
    .main_color .sidebar a:hover {
    	color: #e94a3f;
    }

    For your last question, try this css:

    .single-portfolio h3.av-special-heading-tag {
    	font-family: verdana;
    	font-size: 16px;
    	font-weight: 400;
    	
    }

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

    Best regards,
    Mike

    in reply to: Image of symbol-box #1438768

    Hey northorie,
    Try this solution.

    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: How to make packages, features and pricing table? #1438765

    Hey ipressen,
    Thank you for your patience, to create a pricing table like this:
    Enfold_Support_5221.jpeg
    add these icon shortcodes into the table:

    [av_font_icon icon='ue812' font='entypo-fontello' size='40px' position='center' color='green'][/av_font_icon]
    [av_font_icon icon='ue819' font='entypo-fontello' size='40px' position='center' color='red'][/av_font_icon]

    the top one is a checkmark, and the other is a minus.
    This is how the backend looks:
    Enfold_Support_5223.jpeg
    I recommend showing the empty cells, otherwise the rows will move out of place:
    Enfold_Support_5225.jpeg
    Then this is the css I used in the Quick CSS to make the text black and make all of the cells the same height so they would line up and to “hide” the empty cells:

    .pricing-table > li {
    	font-size: 20px;
      line-height: 48px;
    }
    .main_color .pricing-table > li:not(.avia-heading-row,.avia-pricing-row) {
    	color: #000;
    }
    .pricing-table-wrap:nth-child(1) .pricing-table li.avia-heading-row {
    	opacity: 0;
    }
    .pricing-table-wrap:nth-child(1) .pricing-table li.avia-pricing-row {
    	opacity: 0;
    }

    Best regards,
    Mike

    in reply to: Sidebar Mailchimp issue #1438763

    Hey aaronjosephhall1,
    I assume that you added your API at: Enfold Theme Options ▸ Newsletter ▸ Newsletter via Mailchimp ▸ Enter a valid Mailchimp API Key
    if this is true try going to Enfold Theme Options ▸ Performance ▸ Disabling Of Template Builder Elements ▸ Always load all elements and see if this helps.

    Best regards,
    Mike

    in reply to: Custom svg logo on Transparent and Glassy Header #1438762

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

    .html_header_transparency.html_header_glassy .logo .av-contains-svg #Layer_1 .st0{
    	fill:#000;
    }

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

    Best regards,
    Mike

    in reply to: Sidebar settings not showing #1438761

    Hi,
    Please go to Enfold Theme Options ▸ Theme Update there you will see that you are using an old Themeforest API Key these are no longer used, you need to go to your Theme Forest account and create a new Envato private token amd remove the old Themeforest API Key
    Then try disabling all of your plugins and then reload the site and try adding your new logo. If that resolves the issue, then reactivate each plugin individually and reload the page until you find the conflict.

    Best regards,
    Mike

    Hi,
    Thank for the login, I disable the previous solution and added this javascript solution:

    window.addEventListener('pageshow', (event) => {
        if (event.persisted) {
    			if (window.matchMedia('(min-width: 990px)').matches) {
            const menu = document.getElementById('avia-menu');
            const visibleSubMenus = menu.querySelectorAll('ul.sub-menu[style*="opacity: 1"]');
            if (visibleSubMenus.length > 0) {
                window.location.reload();
            }
    		const visibleMagaMenus = menu.querySelectorAll('div.avia_mega_div[style*="opacity: 1"]');
            if (visibleMagaMenus.length > 0) {
                window.location.reload();
            }		
    			} else {
    				const visibleoverlay = document.querySelectorAll('.av-burger-overlay-active');
    				if (visibleoverlay.length > 0) {
                    window.location.reload();
            }
    			}
        }
    });
    

    This checks if the main menu sub-menu, or mega menu, or burger menu overlay is visible, if any of them are then it means the browser back button was used and the browser id displaying a cached page, so the javascript reloads the page to correct.
    If a main menu link is clicked then using the back button doesn’t cause the page to reload, and the same for some Windows browsers like Chrome & Edge.
    This will also not cause any issues with normally navigating the site with menu items, I’m not sure how popular using the browser back button is, since most online stores, banks, and sites where data is input often advise to not use the browser back button, but this will solve the issue if someone does.
    This works for Android, but I don’t have a iPad or iPhone, but I’m pretty sure it will work.
    Best regards,
    Mike

Viewing 30 posts - 3,181 through 3,210 (of 34,581 total)