Forum Replies Created

Viewing 30 posts - 29,971 through 30,000 (of 33,849 total)
  • Author
    Posts
  • in reply to: Wrong Layout of Main Meny #881820

    Hi,
    I have removed the enfold v3.2 and manually updated your enfold to v4.2 but you still have the transparent menu.
    You are getting the error: net::ERR_ABORTED on your /wp-content/uploads/dynamic_avia/owners_register.css and sometimes it is a 403 error, but your cPanel shows no error.

    This error for your css could be the cause for your transparent menu, but I couldn’t solve why you are getting this error.
    I tried deactivating all of your plugins, purging your cache, and I checked the file permissions of your site.
    Please ask your host if they have a hard cache in place and if they can clear it. Also ask if they have a firewall or mod_security that is giving a false positive and blocking anything.

    You had:

    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    in your General Styling > Quick CSS field which I removed as it should not be there.

    Best regards,
    Mike

    in reply to: themes #881798

    Hey lisa,
    Which a/b testing plugin?

    Best regards,
    Mike

    Hey SAPAN,
    Please include the url to the page in question so we can take a closer look. Perhaps we can adjust your padding & margin.

    Best regards,
    Mike

    in reply to: Slider not visible – Slider Revolution #881795

    Hey WebbR,
    The solution was to go to your Slider Revolution global Settings and turning on the “Include RevSlider libraries globally” option.
    I did so and it seems to work now, please check.
    2017-11-25_164611

    Best regards,
    Mike

    in reply to: Email formatting problem #881792

    Hi,
    Could the email address be the one in the profile for the admin in WordPress?

    Best regards,
    Mike

    in reply to: Testimonail Grid Layout Spacing #881787

    Hi,
    Your tab section is outside your main container, please see screenshot in Private Content area.
    I see that you have Visual Composer activated and believe it has added code to the page closing the main container.
    Visual Composer should not be used with Enfold. Please disable and rebuild your page from a new page.

    Best regards,
    Mike

    Hey Alexander,
    I’m not sure I understand, please see screenshot in Private Content area, is this the element you are talking about? It seems to be working in Chrome for me.

    Best regards,
    Mike

    in reply to: Social Media icons in content area #881782

    Hi,
    Can you add a screenshot of the page while in the builder, this is how the social share element looks in the builder:
    2017-11-25_155239

    Best regards,
    Mike

    in reply to: Tabs in Tab Section Not Switching #881778

    Hi,
    Glad to hear the update solved the issue. 4.2 contained several fixes for the tab sections.

    Best regards,
    Mike

    in reply to: How to maker LayerSlider WP responsive? #881775

    Hi,
    The layerslider maintains the slider element locations based on percentage, it is how the layerslider is built to handle responsiveness. In your case this doesn’t seem to be best because you could benefit from a new layout from your slides for mobile.
    Perhaps a better solution would be to create a mobile only slide and use the slider settings to hide & show the appropriate one for each device.
    2017-11-25_151949

    Best regards,
    Mike

    in reply to: Conflct with Enfold 4.2 and WooCommerce 3.2.5 #881771

    Hi,
    Actually using a child theme doesn’t ignore the original function.php, it adds your custom function to the end of your parent functions.php
    Perhaps this would be a good time to create your Child Theme

    Best regards,
    Mike

    in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #881770

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 479px){
    .responsive #top.page-id-3708 #wrap_all .container.caption_container {
        width: 90%!important; 
        max-width: 90%!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Sitemap image URLs for CDN #881768

    Hey Jonathan,
    Enfold uses the wpseo_sitemap_urlimages filter that is at the bottom of that article.
    Please try adding this function:

    function wpseo_cdn_filter_sitemap( $uri ) {
    return str_replace( 'http://example.com', 'http://cdn.example.com', $uri );
    }
    add_filter( 'wpseo_sitemap_urlimages', 'wpseo_cdn_filter_sitemap' );

    Best regards,
    Mike

    in reply to: Problem with mobile menu when upgrading to 4.2 #881765

    Hi,
    It is appearing on the right edge of your browser because of your “right 0!important;” try changing to “right: 4%!important;”
    Adjust the number to suit. Since it is a percentage it will work for all screen views.

    Best regards,
    Mike

    in reply to: New project #881762

    Hey Baztanet,
    Our theme will allow you to easily create a beautiful site, but for the private condolence messages you will need to use a plugin. Perhaps this one will work: Front End PM

    Best regards,
    Mike

    in reply to: Wrong Layout of Main Meny #881761

    Hi,
    Can you provide FTP access in the Private Content area so we can take a closer look? Did you make a backup?

    Best regards,
    Mike

    in reply to: Menu bar not showing correctly after update #881759

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Sidebar always displays standard setting #881756

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Grid Row with container #881755

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: White backgrounds are turning gray. #881752

    Hi,
    Were you able to solve this? Shall we close this?

    Best regards,
    Mike

    in reply to: Delay to display the title. #881744

    Hey ctancrede,
    Try looking under the Transitions tab for your element, and then Timing & Transform, and set the start time.
    2017-11-25_134353

    Best regards,
    Mike

    in reply to: Scrolling text #881741

    Hi,
    Please include the url to the page in question so we can take a closer look.
    Did you try clearing your cache?

    Best regards,
    Mike

    in reply to: Testimonail Grid Layout Spacing #881740

    Hey klotzomat,
    Try this code in the General Styling > Quick CSS field:

    .page-id-23571 .av-minimal-grid-style .avia-testimonial {
        padding: 0px!important; 
    }
    .page-id-23571 .avia-testimonial {
        padding: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: Wrong Layout of Main Meny #881738

    Hi,
    I believe the issue comes from having two Enfold’s installed, one v3.2 & the other v4.1.2
    They seem to be both named Enfold, and your child theme could be having issues with it. Try removing one and updating the other to v4.2
    I recommend creating a backup first: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: Scrolling text #881717

    Hi,
    Try this code in the General Styling > Quick CSS field:

    marquee a {font-size: 20px!important; }

    adjust the number to suit.

    Best regards,
    Mike

    Hey Jörg,
    Go to the body background tab to change the image.
    2017-11-25_123859
    To change the width of the body, go to Enfold Theme Options > General Layout > Dimensions tab:
    2017-11-25_124107

    Best regards,
    Mike

    in reply to: Menu in Consulting Demo #881711

    Hi,
    If you used the full url it should work correctly, Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Masonary (Product Cat) Title under the Image #881709

    Hi,
    Try using the Product Grid instead of the Masonry
    2017-11-25_122859

    Best regards,
    Mike

    in reply to: Enfold Loading Speed #881699

    Hey Dundee,
    In my test your site loaded in about 2.3 seconds, but your first byte was 1 second, first-byte is based on your server and not the theme. You could look into using a CDN, here’s a good article: Top CDN Services for a Blazingly Fast WordPress Site
    Here’s the test I ran

    Best regards,
    Mike

    in reply to: Google fonts not loading to live site #881696

    Hi,
    I tested your site and did several hard reloads and got one “status of 403 (Forbidden)” on your font, and three “ERR_ABORTED” on your font. Are you using a minifying plugin? If so try disabling it. Another option would be to host the font on your site with a plugin such as Use Any Font and download the font from Google Fonts
    2017-11-25_114722

    Best regards,
    Mike

Viewing 30 posts - 29,971 through 30,000 (of 33,849 total)