Forum Replies Created

Viewing 30 posts - 25,951 through 25,980 (of 34,339 total)
  • Author
    Posts
  • in reply to: AVG Proof #980366

    Hey BPC,
    When I check I get the message:
    “Gefeliciteerd, uw website is AVG Proof!”
    “Congratulations, your website is AVG Proof!”
    Perhaps it was a caching error?

    Best regards,
    Mike

    in reply to: Menu font colours #980365

    Hi,
    @George
    I added this css to your Quick CSS to change your menu:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
    color: #fff !important;
    }
    #top .header_color.av_header_transparency .avia-menu-fx {
    background: #fff !important; 
    }
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: #fff !important;
    color: #000 !important;
    }
    .header_color .main_menu .menu ul li a:hover {
    background-color: #143f3c !important;
    color: #fff !important;
    }
    

    I was not sure what you wanted for the sub-menu hover, so I made it green with white text.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Dropdown menu NOT showing up when on the homepage #980362

    Hey navindesigns,
    You had this css in your child theme style.css

    /*  remove submenu for the homepage */
    .page-id-734 .main_menu .avia-menu .sub-menu {
        display: none !important;
    }

    I removed it for you, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Where are you seeing this error message? I found that your setting at Enfold Theme Options > Lightbox Modal Window
    was un-checked. I checked it and your lightbox now seems to work.
    Please check.

    Best regards,
    Mike

    in reply to: make burger menu icon stick on iphone #980360

    Hey waldmeister42,
    Have you tried clearing your browser cache?

    Best regards,
    Mike

    in reply to: Demo Import not working #980357

    Hi,
    Please ensure that your PHP settings are at least:
    PHP Version: 5.6
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    If this doesn’t solve, Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.

    Best regards,
    Mike

    in reply to: Social Icons not Showing Up on Mobile? #980354

    Hi,
    Glad Jordan could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Unable to add pictures to masonry gallery in IE11 #980353

    Hi,
    I’m sure that it will be. Sorry I don’t have a ETA on the next release.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu issues #980352

    Hi,
    Sorry, I’m not sure that I understand, when I look at the page above, the image seems to be full width.
    Although it looks like you are using the parallax effect causing a gap at the top near the header.

    Best regards,
    Mike

    in reply to: Code Block displaying #980349

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: photo not correct in raster layou #980347

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    I corrected the code in your functions.php, so you can add the “thumbs-up” next to your social icons at:
    Enfold Theme Options > Social Profiles > Your social profiles
    But I thought that we could add a link to the icon to create the “Like” feature, but as I search I don’t see that the “Like” can be a url, it seems that it must be a script.
    So, I added the script for you and placed it next to the other social icons, unfortunately it must be the blue FB button. I hope this is ok.
    2018-07-02_195932
    This is how I added it:
    I added the FB script to a custom html widget in your “header” widget area:

    <div class="fb-like" data-href="http://www.facebook.com/your-fb-page" data-layout="button" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div>

    then I moved it next to your social icons with this function in your functions.php:

    function custom_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( "#custom_html-4" ).appendTo( ".social_bookmarks" );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    and made some minor adjustments with this css in your Quick CSS:

    #custom_html-4.widget {
        width: 50px !important; 
        padding: 15px 0 !important; 
        display: inline-block !important; 
    }

    Best regards,
    Mike

    in reply to: Make same Advanced menu #980327

    Hi,
    I was able to login with my VPN, and I believe you need to change the code you added to your functions.php to this:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      dynamic_sidebar( 'header' );
    }

    I tried to make the change but received an error that the change needs to be done via ftp.
    Then try this code in the General Styling > Quick CSS field:

    #header_main .widget {
        width: 20%;
        margin-left: 20%;
    }

    Best regards,
    Mike

    in reply to: styling gravity forms #980101

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: styling gravity forms #980080

    Hi,
    Please try this instead:

    .gform_page_fields input[type='text'],.ginput_container input[type='text'],.ginput_container textarea {
    background:#fff!important;
    border:1px solid #c9c9c9!important;
    }
     #top .gform_wrapper select {
    background-color: #fff !important; 
    border:1px solid #c9c9c9!important;
    }

    Best regards,
    Mike

    in reply to: Change title/text css for instagram widget #980077

    Hi,
    Yes, typically the WordPress one loads last, so your css changes will always work there, plus it has a good error checker to point out any issues in the code.

    Best regards,
    Mike

    in reply to: Background sub-menu color #980075

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Lightbox Popup fails #979927

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: styling gravity forms #979910

    Hi,
    Please try:

    .gform_page_fields input[type='text'],.gfield_select,.ginput_container input[type='text'],.ginput_container textarea {
    background:#fff!important;
    border:1px solid #c9c9c9!important;
    }

    Best regards,
    Mike

    in reply to: combatibility of plugins #979908

    Hi,
    Glad to help, have a great day.

    Best regards,
    Mike

    in reply to: Create Mobile Menu in Footer #979907

    Hey StartSmallDigital,
    Here’s a rough idea, try this script to move the main_menu and appendto the footer:

    jQuery(window).load(function(){
      jQuery( ".main_menu" ).appendTo( "#footer" );
      });

    then use this css to fix the footer to the bottom of the page and arrange the menu, search, and social icons:

    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-height:90px !important; 
    }
    #footer .main_menu {
    width: 100% !important;
    }
    #footer .social_bookmarks {
        float: right !important; 
    }
    #footer #menu-item-search {
    float: right !important; 
        right: -150% !important; 
    }

    2018-07-01_162421
    You could then hide the header with some css.
    This works good for mobile, but I’m not sure what you want to do for desktop.
    Unless you would be interested in moving the whole header down?
    I think this would need some more research.

    Best regards,
    Mike

    Hey Esther,
    Sorry that feature is not available yet, but I believe the Conditional Fields for Contact Form 7 plugin does.

    Best regards,
    Mike

    in reply to: Contact form: several input fields on the same line #979903

    Hey Esther,
    You can have several form input fields on one line by changing the Form field Width from within the element:
    2018-07-01_150215
    If you choose 3 fields at 1/3 wide they will be in one line
    2018-07-01_150309

    Best regards,
    Mike

    in reply to: One more HTML #979899

    Hey decode,
    Sorry for the late reply, but I don’t understand what your question is. Please explain how we can assist.

    Best regards,
    Mike

    in reply to: combatibility of plugins #979898

    Hey Bärbel,
    Sorry for the late reply, Enfold is compatible with bbPress and while I have not tested BuddyPress I have read a couple of posts from other users that say the plugin should work with the theme but it will require configurations specially in the templates.
    While we always try to help, we don’t officially support it.
    I hope this has been helpful.

    Best regards,
    Mike

    in reply to: Query about: 'video_mute’ => true #979895

    Hey curmi01,
    Sorry for the late reply, in short, no, it specifies that the audio output of the video should be muted.
    But with the Chrome Autoplay Policy Changes there is now a scale that will stop the autoplay of videos, muting videos is suppose to allow them to autoplay, as long as other factors don’t effect the scale.
    I hope this makes since and helps.

    Best regards,
    Mike

    in reply to: styling gravity forms #979892

    Hi,
    Please try replacing the css with this css:

    .gform_page_fields input[type='text']{
    background:#fff!important;
    border:1px solid #c9c9c9!important;
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: 100% height on page if there's not enough content #979887

    Hi,
    Can I ask if you plan to have many pages that don’t have much content and the footer would be fully displayed without scrolling?
    Because you could set the footer as fixed to the bottom of the page then it would be correct in any browser.

    I changed the classes so it won’t effect the footer container now.

    #top #wrap_all #main .main_color.container_wrap_first {
    min-height:100vh !important;
    } 
    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    You would probably want to add a media query to this so it won’t be used for mobile & tablets because the footer height will take up too much space. In those cases try using only the 100vh and the user can scroll to see the footer.

    Best regards,
    Mike

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Images missing #979881

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 25,951 through 25,980 (of 34,339 total)