Forum Replies Created

Viewing 30 posts - 21,271 through 21,300 (of 35,226 total)
  • Author
    Posts
  • in reply to: Enfold Safari & Internet Explorer Darstellungsproblem #1108717

    Hi,
    Sorry for the late reply, I’ve been testing gradient text with IE11, and I have found that the css used for this effect doesn’t work in IE11. To see please check out this site
    with Chrome or Edge:
    2019-06-09-184139
    with IE11:
    2019-06-09-184249

    Best regards,
    Mike

    Hey bruwa,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    span.wpcf7-not-valid-tip {
     color: #3345f5 !important; 
    }

    2019-06-09-180252

    Best regards,
    Mike

    in reply to: images accessible as blog posts #1108713

    Hi,
    Thanks for the login I took a look at your header.php in the child theme and see that it an old version that doesn’t include the last lightbox fix.
    Please save a copy of your header.php as a backup for yourself and then move or remove the child theme header.php on the server so it’s not in use and see if this helps.

    Best regards,
    Mike

    in reply to: Download Enfold 4.5.5 #1108710

    Hey aledef,
    Please see below.

    Best regards,
    Mike

    Hey mightyfrank,
    Thanks for the login, I took a look and your settings seem fine as well as your files.
    I see the error you are getting is “/wp-admin/admin-ajax.php 500 (Internal Server Error)” please ask your webhost to look into this and let us know what is causing the error.

    Best regards,
    Mike

    in reply to: Change shopping cart position #1108703

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #menu-item-shop {
    margin-right: 50px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Change shopping cart position #1108586

    Hey jpluedtke,
    Thanks for the screenshot and link, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function ns_custom_script(){
      ?>
      <script>
    (function ($) { 
      $(window).load(function(){
      $( "#menu-item-shop" ).appendTo( ".inner-container" );
      $("#menu-item-shop").css({ 'float': 'right' });
      $(".cart_dropdown").css({ 'border-width': '0px' });
      $("span.logo").css({ 'display': 'none' });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ns_custom_script');

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Header transparency + widget icons #1108584

    Hey kellyCraftMedia,
    2: I believe this css will help with your underlines:

    #main a,#main .sidebar a,#footer a,#socket a, #main p a {
        text-decoration: underline !important; 
    }
    a.avia-button,a span.avia_iconbox_title,#top .av_font_icon a.av-icon-char {
        text-decoration: none!important;
    }

    1: Please try this css for your header:

    #header.av_header_glassy,#header {
    background-color: rgba(71, 70, 67, 0.9) !important;
    }
    
    .responsive #top .header_bg {
        opacity: 0 !important; 
    }
    
    #top .av_header_glassy.av_header_transparency #header_main {
        border-color: transparent !important; 
    }

    I recommend testing the above css in the WordPress > Customize > Additional CSS field and Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Code Block is stripping out tags #1108579

    Hey Mike,
    Please include what you are adding to the code block, I tested on my localhost and couldn’t reproduce this. Here’s what I added to my code block:

    <p>this is a test</p>
    <p>new line <br>
    another line <br>
    end of lines</p>

    Best regards,
    Mike

    in reply to: Horizontal Gallery Formating #1108569

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Customize – Additional CSS #1108521

    Hi,
    Thanks for the login, I see that you are getting this error:

    
    /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 406 ()

    Typically this is due to an ModSecurity error, please see this article for steps to follow to correct.
    or ask your webhost to take a look at the error and take the appropriate steps.

    Best regards,
    Mike

    in reply to: mfp-title lost after update to 4.5.7 #1108520

    Hey Tobias,
    The reason that your titles were not showing is because you had this function removing them:

    function remove_title_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#wrap_all a').removeAttr('title');
    jQuery('#wrap_all img').removeAttr('title');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    So I commented this out so you could see.

    Best regards,
    Mike

    in reply to: Adding New Social Profiles Crashes Site #1108519

    Hi,
    Please see below.

    Best regards,
    Mike

    in reply to: Free shipping and promo code problem #1108518

    Hey Julien,
    Sorry I was not able to find any other issues like this, so perhaps an easy mistake has been made. Please try to follow these steps to see this corrects the issue.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot, it looks like the menus need to be set, the one showing has to many items.
    Please try going to your menus and choose the main menu and location. Then go to Enfold Theme Options > Performance > JS & CSS file merging and compression and disable both and save your theme settings, and Then clear your browser cache, and check.

    Best regards,
    Mike

    Hey Roel,
    Sorry this is not possible without quite a lot of re-writing. But please let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Page lay-out broken after 4.5.7 update #1108513

    Hey nordicvision,
    I took a look at your updated site and not see any 404’s for missing css files, how did you update?
    Please include an admin login in the Private Content area to the staging site.

    Best regards,
    Mike

    in reply to: Custom Icons blank #1108511

    Hi,

    @PhilCl
    please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Horizontal Gallery Formating #1108509

    Hey Joe,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #after_masonry {
        border-color: transparent !important; 
    }

    Best regards,
    Mike

    in reply to: Adding New Social Profiles Crashes Site #1108508

    Hi,
    Sorry I’m not able to login with this ftp info, please check.

    Best regards,
    Mike

    in reply to: Center socket on mobile only #1108507

    Hi,
    Not very well, please try hiding them.

    Best regards,
    Mike

    in reply to: Height of wrapper with code block #1108506

    Hey Elena,
    Thanks for the link, but unfortunately the video is embeded in an iframe with the gray area, which is their advertising area.
    One can’t control the element through an iframe, such as the color of the page, in this case the height is set to show the gray area.

    Best regards,
    Mike

    in reply to: Layer Slider wasn't imported during the demo #1108504

    Hey azhemp,
    I have included the two layersliders in the Private Content area from the “Default Demo” you can import them though layerslider.
    But please note that the “Default Demo” doesn’t include all of the media files.
    2019-06-08-173435
    The demo export files are in the theme at: \enfold\includes\admin\demo_files

    Best regards,
    Mike

    in reply to: Product tabs automatically scrolling up on click #1108502

    Hey S-edwards,
    I see that you are getting this error:

    /wp-admin/admin-ajax.php: Failed to load resource: the server responded with a status of 400 ()

    Please try checking your PHP version, v7.1 is recommended.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Adding New Social Profiles Crashes Site #1108500

    Hi,
    Sorry for the late reply, I have taken a look at your site and since it has been crashing, please include FTP access in the Private Content area, so we can try to install this for you.

    Best regards,
    Mike

    in reply to: Element not showing in mobile #1108497

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 500px) { 
    #audit_dynamic_form.seoaudit_widget {
    margin-bottom: 150px !important; 
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent table with quick css entry #1108495

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color table {
        background: transparent !important; 
    }

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I took a look at your site and see that the ajax search in the header.
    It looks like something is overriding the css, have you tried disabling your plugins and clearing your browser cache to find a conflict?
    Did you add any css that might be a conflict, if so try removing it and clearing your browser cache.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.
    and please let us disable your plugins to test.

    Best regards,
    Mike

    in reply to: problems with contactform #1108488

    Hey schoenj,
    Sorry for the late reply and thanks for the login, I see that your WordPress email is from gmail, and the autoresponder is from your domain. This can cause your server to flag the email as spam.
    Please try setting your WordPress email to the domain email, then try using the “Reply-To Email Address” field in your SMTP plugin.
    I tested your SMTP “test” email and it is sending fine, so that is good.

    Best regards,
    Mike

    in reply to: New Enfold and LayerSlider #1108486

    Hi,
    Sorry for the late reply, for your layerslider elements showing off the page, please clone a second layerslider and adjust the canvas to be very large and adjust the elements to look good at that size, then use the screen option to choose when to show each slider.

    Best regards,
    Mike

Viewing 30 posts - 21,271 through 21,300 (of 35,226 total)