Forum Replies Created

Viewing 30 posts - 32,281 through 32,310 (of 32,331 total)
  • Author
    Posts
  • in reply to: add a picture beside icon list? #749110

    Hey kilimats,
    Try creating 3 columns 1/2 for your main left side image, 1/4 for your icon list, 1/4 for your new image.

    Best regards,
    Mike

    in reply to: Slider Does not Respond on Big Screens? #749108

    Hey frknzn,
    Which slider are you using? Fullscreen Slider or Fullwidth Slider?
    Can you add a link to your site?

    Best regards,
    Mike

    in reply to: More than 100 items in portfolio #749107

    Hey jorlafer,
    Thank you for using Enfold.
    I believe choosing “All” exceeds the 100 item display limit.

    Best regards,
    Mike

    in reply to: Exporting portfolio items from Enfold #749106

    Hey jimjiber,
    Did you try using the “Export Theme Settings File” in the Enfold Theme Options?
    Best regards,
    Mike

    in reply to: How to change default marker on Google Map #749105

    Hey Wisith,
    You can it by editing the page > Google Map > Add/Edit Map Locations > Edit Location > Custom Map Marker Image
    1


    Best regards,
    Mike

    Hi,
    Ok, the solution I have found is to add css in the General Styling > Quick CSS field that will disable mouse events on the button. Unfortunately this can not target only one button. But you can limit it to all buttons on a page or post. Use this code in the General Styling > Quick CSS field:

    .postid-3243 .avia-button { pointer-events: none !important; }

    above targets buttons on post #3243, change this to your post number.
    below targets all buttons on a site.

    .avia-button { pointer-events: none !important; }

    Best regards,
    Mike

    • This reply was modified 7 years, 4 months ago by Mike.
    in reply to: Easy slider 100% width #749090

    Hi,
    I believe you are using the “Fullscreen Slider” which scales to height, try the “Fullwidth Easy Slider” which scales to width.
    Here is a test I did for you:
    laptop
    tablet
    mobile

    Best regards,
    Mike

    Hey Lundby,
    The portfolio grid is not limited, so you could add more than 100, but this may slow your load time for your visitors and ask them to scroll alot. Creating grids of 24 or 48 per page may be a better experience for your visitors.

    Best regards,
    Mike

    in reply to: Theme will not take alt tag #749078

    Hi,
    Ok, have a great day.

    Best regards,
    Mike

    in reply to: Portfolio Item Height #749077

    Hey dlannetts,
    Thank you for using Enfold.
    It looks like for the option “Portfolio Grid Image Size” you are using “Set the Portfolio Grid image size automatically based on column or layout width” try using “Choose the Portfolio Grid image size manually (select thumbnail size)”
    The other option would be to make your images the same size.

    Best regards,
    Mike

    in reply to: Footer issues #749065

    Hi,
    Ok, we will use the copyright socket as your left statement (Enfold Theme Options > Footer > Copyright)
    and for your right statement we will create a footer menu going to Appearance > Menus > Create a New Menu and name it “footer” and click create menu. Add a new custom link with “#” as URL and enter your text as navigation label and then check “Enfold footer menu” under Menu settings. Then click “Screen options” on the top right corner and check “CSS classes” and then give your footer menu (custom text) a custom class (‘ianazi’ for example) then please add following code to Quick CSS in Enfold theme options under General Styling tab.

    .ianazi { pointer-events: none !important; }

    custom footer menu

    Best regards,
    Mike

    in reply to: Keeping menu when scrolling #749062

    Hi Dave,
    Ok, lets try adding this code to your functions.php to hide the logo on scroll:
    For Logo left, menu right & logo right, menu left

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.logo').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.logo').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    For Logo center, menu below:

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.container.av-logo-container').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.container.av-logo-container').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    When editing functions.php you should use the child theme, Read about it & Get it here

    Best regards,
    Mike

    in reply to: Sticky Header: Hide the Logo when scrolling down #749060

    Hi Mike,
    Ok, lets start over (undo above) by adding this code to your functions.php to hide the logo on scroll:

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.container.av-logo-container').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.container.av-logo-container').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    When editing functions.php you should use the child theme, Read about it & Get it here
    Best regards,
    Mike

    in reply to: Pricing Table #749059

    Hi,
    Ok, very good

    Best regards,
    Mike

    in reply to: Hamburger menu #749058

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

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #000!Important;
    color: #ffffff!Important;
    border-color: #000!Important;
    }

    for a black background and white text
    Best regards,
    Mike

    in reply to: "gravity-mod.css" Causing Big Problems #749057

    Hi,
    Very good

    Best regards,
    Mike

    in reply to: Page not loading, issue with theme or quick css code? #749056

    Hi,
    Good to hear

    Best regards,
    Mike

    in reply to: Color of ONE Menuelement in the main Navigation #749055

    My pleasure

    in reply to: Google Maps API error #749052

    Hey Andreas,
    Thank you for using Enfold.
    Please refer to this post:
    https://kriesi.at/support/topic/missingkeymaperror-doesnt-work/#post-681054
    Best regards,
    Mike

    in reply to: Images loading the original image in mobile. #749051

    Hey salesmusat,
    Thank you for using Enfold.
    After running a local test & a Mobile Friendly test, I was unable to reproduce your results. Perhaps your mobile device is storing the larger images in the cache?
    Sorry I was not more help.
    Best regards,
    Mike

    in reply to: Blocked resources #749043

    Hi,
    you are safe to unblock /enfold-child/ as it contains site resources.

    Best regards,
    Mike

    in reply to: mobile mode problem #749042

    Hey Sadegh,
    Thank you for using Enfold.
    It looks as though you have found the solution.

    Best regards,
    Mike

    in reply to: Hamburger menu #749041

    Hey Krissie,
    Thank you for using Enfold.
    It looks as though you have found the solution.

    Best regards,
    Mike

    Hey inertia05,
    Thank you for using Enfold.
    use this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #header {position: fixed;}
    }

    Best regards,
    Mike

    in reply to: Submenu Hover Links #749037

    Hey bswallow,
    Thank you for using Enfold.
    use this code in the General Styling > Quick CSS field:

    .sub-menu li a:hover:after { content: ' →'; } 

    Best regards,
    Mike

    in reply to: Problems with warnings/errors #749032

    Hi,
    I have found that this issue has been reported by people using Godaddy Managed WordPress, if this is your case the solution seems to call them for a cache flush on their end. Please read more here.

    Best regards,
    Mike

    in reply to: Customize menu #749031

    Hey KVSchneppenheim,
    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#avia-menu { position: relative; top: -50px; }
    #header_main_alternate { z-index: 4; }

    and then add a menu item in the middle and set its opacity to 0 with following code

    li#menu-item-117 .avia-menu-text, li#menu-item-117 .avia-menu-fx { opacity: 0; }

    This would be a way to achieve what you are looking for and you could use it as a starting point. You can also try adding margin to right or left of menu items to increase the gap. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.

    Best regards,
    Mike

    in reply to: Motion Background Slider #749025

    Hi,
    Thanks a lot for your patience and for using Enfold.
    Can you link to the page in question & which slider are you using, I have not been able to recreate your slider options.

    Best regards,
    Mike

    in reply to: Strange paragraph issue #749023

    Hi,
    your paragraph looks correct on my end.
    paragraph
    Are you using Chrome by chance? I have found that refreshing does not always clear css properly. I found using the Clear Cache extension to help.

    Best regards,
    Mike

    in reply to: Rounded corner buttons #749021

    Hi,
    Thanks a lot for your patience and for using Enfold.
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.

    body div .avia-button { border-radius: 10px; border: none !important; }

    Best regards,
    Mike

Viewing 30 posts - 32,281 through 32,310 (of 32,331 total)