Forum Replies Created

Viewing 30 posts - 26,161 through 26,190 (of 34,566 total)
  • Author
    Posts
  • in reply to: Sticky or fixed element #980876

    Hi,
    I believe Guenni007 used a different script, here he explains the steps

    Best regards,
    Mike

    in reply to: Individual Object ID #980870

    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: fixed background photo #980867

    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: Cannot customize theme/other issues #980863

    Hi,
    I found that in the Layer Slider advanced settings you had “Use Google CDN version of jQuery” turned on, turning off solves.
    2018-07-03_205941

    Best regards,
    Mike

    in reply to: Menu font colours #980861

    Hi,
    Perhaps I misunderstood, I thought you wanted the transparent header and on scroll it changes to green?
    If you want it green all of the time, try changing the “Header visibility and transparency” setting to “No transparency” for the page in the editor.
    2018-07-03_204743

    Best regards,
    Mike

    Hi,
    This may be easier to accomplish with the Say What Plugin
    Try adding the text you would like to replace, and your new text, and use ‘avia_framework’ as the Text Domain. This screenshot shows a example.
    setting_breadcrum

    Best regards,
    Mike

    Hi,
    It seems that you already have a phone button next to the burger menu. Please explain what changes you would like.

    Best regards,
    Mike

    in reply to: Make same Advanced menu #980843

    Hi,
    When I look, the phone seems to be lined up with the menu, and the logo seems to be off center, by design?
    But if you would like to move the phone up some, please try this css in your Quick CSS:

    .top-phone {
        margin-top: -8px;
    }

    Best regards,
    Mike

    Hi,
    Yes, we will leave this open while you test, to be sure it is working for you.
    Also you can remove the fontello code in functions.php since you won’t be using it.
    Have a happy 4th of July :)

    Best regards,
    Mike

    in reply to: Sticky or fixed element #980558

    Hi,
    Thanks for the login, I found that when adding the custom class to the column you included the dot, I removed the dot and it now works.
    I also adjusted the sticky height of the column and the start position, here is the new code for your review:

    // sticky element
    function add_sticky_script(){
    ?>
    <script type="text/javascript">
    (function($){
      function a() {
          $(window).scroll(function(e){
            var $sticky = $('.sticky_element');
            var position = ($sticky.css('position') == 'fixed');
            if ($(this).scrollTop() > 170 && !position){
              $sticky.css({'position': 'fixed', 'top': '170px', 'right': '8%','width' : $sticky.innerWidth() });
              $sticky.next().css('float', 'right');
              $sticky.addClass('fixed_element_style');
            }
            if ($(this).scrollTop() < 170 && position)
            {
              $sticky.css({'position': 'static', 'top': '0px', 'width' : '' });
              $sticky.next().css('float', 'left');
              $sticky.removeClass('fixed_element_style');
            }
          });
      }
    
      a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_sticky_script');

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to override the #top tag #980536

    Hi,
    Yes that is correct “#offsite-sec” is the container for “.flex_cell.no_margin” that is why there is a space between them, and why “#offsite-sec” has to be there and not at the top.
    Think of stairs & each step is a div or element
    Hope that makes since.

    Best regards,
    Mike

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

    Hi,
    Thanks :)
    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,
    Ok, I added “float: left;” to the icon, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Comments and social share buttons under blog #980522

    Hi,
    To change to content of the text, please try the Say What Plugin
    Try adding the text you would like to replace, and your new text, and use ‘avia_framework’ as the Text Domain. This screenshot shows a example.
    setting_breadcrum

    Best regards,
    Mike

    in reply to: Menu font colours #980519

    Hi,
    It looks like your css was not updating, I enabled the css file merging, and then disabled it again, and it seems to have solved the header color issue. I still recommend using the css to set the sub-menu colors though.

    Best regards,
    Mike

    in reply to: Volumenlizenz Anfrage #980491

    Hey Pascal König,
    Danke, dass du dich ausgesucht hast,
    Leider, da Enfold ausschließlich bei Theme Forest angeboten wird, besagt unser Vertrag mit ihnen, dass wir Lizenzen nicht direkt verkaufen können oder Rabatte anbieten, wenn sie nicht öffentlich zugänglich sind.
    Wir bieten jedoch von Zeit zu Zeit öffentliche Rabatte an. Bitte melden Sie sich für unseren Newsletter an, um über unseren nächsten Rabatt informiert zu werden.
    Wir wünschen Ihnen viel Erfolg und danken Ihnen für Ihr Interesse an Enfold.

    ————————-

    Thank you for reaching out,
    Unfortunately, since Enfold is offered exclusively at Theme Forest, our contract with them says we can not sell licenses directly, or offer discounts unless it is open to the public.
    We do however offer public discounts from time to time, please signup for our newsletter to be notified of our next discount.
    We wish you great success, and thank you for your interest in Enfold.

    Best regards,
    Mike

    in reply to: How to override the #top tag #980369

    Hey laptophobo,
    If the section has the ID #offsite-sec with the cells inside,
    then it’s probably going to be:
    .responsive #top #wrap_all #offsite-sec .av-flex-cells .no_margin
    if this doesn’t help then please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    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

Viewing 30 posts - 26,161 through 26,190 (of 34,566 total)