Forum Replies Created

Viewing 30 posts - 30,661 through 30,690 (of 34,554 total)
  • Author
    Posts
  • in reply to: Hide time in Enflod Latest news widget #881902

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

    Best regards,
    Mike

    in reply to: Advanced layout editor doesn`t open anymore #881901

    Hey seifenblasenfabrik,
    Please see screenshot in Private Content area of the errors your site is giving.
    The first few are for the old media player in WordPress that are not a part of v4.9, others on WP forums report that during the update these should have been replaced/removed.
    It is recommended to reinstall WP, yet I see you are using 4.9_en_DE_formal and this offers another issue as in v4.9 the language DE_formal is giving errors, to solve this it is recommended to switch to the other one. Do you have a managed host that can reinstall 4.9 DE regular or EN and set your language after? Or try changing your language and reinstalling WP.
    The other errors are from your SEO plugin, but it also might be related to the language.
    Try disabling your plugins before your reinstall, and don’t enable until you have tested the builder.

    Best regards,
    Mike

    Hey catchbudapest,
    Please include the url to the page in question so we can take a closer look and assist.

    Best regards,
    Mike

    in reply to: Full width Logo (image) in Consulting Theme on top #881896

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

    #top.home #header #text-5.widget {
        position: relative!important; 
    }

    Best regards,
    Mike

    in reply to: Can't import Demo #881894

    Hi,
    PHP ZipArchive Extension is done by the host, but the others can be done with the code above.

    Best regards,
    Mike

    in reply to: Testimonail Grid Layout Spacing #881893

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

    .page-id-23571 .main_color.container_wrap_first .content {
        padding-bottom: 0px!important; 
    }
    .post-entry-23571 .el_before_av_tab_section {
        margin-bottom: 0px !important; 
    }
    .page-id-23571 #av-tab-section-1 .av-tab-section-tab-title-container {
        padding-top: 0px !important; 
    }
    .page-id-23571 .av-tab-section-inner-container .el_after_av_tab_sub_section,.page-id-23571 .av-tab-section-inner-container .el_before_av_tab_sub_section {
        padding-top: 0px !important;
    }
    .page-id-23571 .av-tab-section-tab-title-container .av-inner-tab-title {
        width: 120px!important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Wrong Layout of Main Meny #881890

    Hi,
    Please let us know what happens, we will keep this open.

    Best regards,
    Mike

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

    Hi,
    The builder that is built into Enfold, Advanced Layout Builder (ALB) uses many custom codes (shortcodes) that are always activate whether you are using the ALB or not, using other builders may accidentally trigger these causing undesired effects, such as in your case. I imagine anything your want to build with Elementor can be done with ALB, and more. We are always happy to help you achieve your goals, feel free to open a new ticket should you need assistance with using the ALB.
    As for your current page, please disable Elementor and try to start a new page using the ALB, and you should find that the undesired social icons will not be there.

    Best regards,
    Mike

    in reply to: Can't import Demo #881887

    Hi,
    Please look at LayerSlider > System Status > Server Settings
    On that site you need to correct PHP Post Max Size, PHP Max Upload Size, & PHP ZipArchive Extension
    Please consult with your host.

    Best regards,
    Mike

    in reply to: Can't import Demo #881879

    Hi,
    Your PHP Version is still showing as 5.3.24, you can see this by going to LayerSlider > System Status > Server Settings
    and still a error 500 (Internal Server Error)
    Please check your .htaccess file for the PHP version being declared, this is sometimes the case.

    Best regards,
    Mike

    Hi,
    If I understand correctly, on a Android phone, if you search for the site, it opens in a Android window, not a Chrome browser.
    In this Android window the masonry element doesn’t show. In my test Android v5.1.1, LG Vista G, this does work. Please see screenshot in Private Content area.
    Yet I can see how this may not work on all devices because of the javascript that is used to create the masonry element, not all devices allow these scripts to run by default. The default Android widow is not a true browser, and doesn’t offer the same functionality.

    Best regards,
    Mike

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

    Hi,
    The Elementor Builder should not be used with Enfold, it must have added code that is similar to our social icon element code.

    Best regards,
    Mike

    in reply to: Email formatting problem #881864

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

    Best regards,
    Mike

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

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

    Best regards,
    Mike

    in reply to: Full width Sub Menu Positioning #881855

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

    Best regards,
    Mike

    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

Viewing 30 posts - 30,661 through 30,690 (of 34,554 total)