Forum Replies Created

Viewing 30 posts - 22,141 through 22,170 (of 35,071 total)
  • Author
    Posts
  • in reply to: scrolling not jumping #1086511

    Hi,
    The slider doesn’t have the option to change the ID it only has the option to change the class, but if you really want to change it, then add the custom class “custom-slider” to it, and then add this code to the end of your functions.php file in Appearance > Editor:

    function add_custom_id(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#fullscreen_slider_1.custom-slider').attr('id','experience');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_id');

    in the code above change the ID “experience” to what you want the ID to be.
    It looks like your shop button is behind the slider because of z-index, and this should help, but as your going to be changing the ID of the slider this will need to be updated:

    .shopbutton {
        position: relative !important; 
        z-index: 999 !important; 
    }
    #fullscreen-slider_1.avia-fullscreen-slider {
        position: relative !important; 
        z-index: 1 !important; 
    }

    For backing up your site I recommend using the Full Backup tools that your webhost provides, most plugins fail when you try to restore to a site that has crashed, and that is when you need it the most.

    For the logo options, basically there are two logos one before scroll and one after scroll that is basically how it works.

    Best regards,
    Mike

    in reply to: Gutenberg Editor – #1086483

    Hi,
    Please try replacing the file at: /enfold/config-gutenberg/class-avia-gutenberg.php with the one linked in the Private Content area, but please save a backup of your original file.
    Then be sure to clear your browser cache.
    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: The links on the back of "icon grid" do not work. #1086358

    Hi,
    Sorry for the late reply, it looks like you have found a way to make your mobile header sticky, but when you say you wish for your social icons to disappear on scroll, do you want the whole bar that the social icons are in to disappear with the phone number, or just the icons?
    This code will make the whole top bar disappear on scroll, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {    
          var scroll = $(window).scrollTop();
          if (scroll >= 100) {
              $("#header_meta").css({ 'display': 'none'});
          } else {
             $("#header_meta").css({ 'display': 'block'});
          }
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Updating page does not update page #1086346

    Hi,
    I assumed that you tried the steps above, in this case try checking your server error log to see what is happening.
    If you are still getting:
    Download Package URL: Errorcode 403 returned by Envato: Forbidden:
    – response_code: 403
    – reason: scope-missing
    then it sounds like you don’t have the correct permissions for your token set.

    Best regards,
    Mike

    in reply to: WooCommerce cart item deletion behaviour with Enfold #1086343

    Hi,
    Sorry I don’t have any insight to that.

    Best regards,
    Mike

    in reply to: How to implement tab layout from Kreisi Demo #1086339

    Hi,
    Only two for the rules have “#top.page-id-2438” just remove it and it should work for all of the pages.

    Best regards,
    Mike

    Hi,
    This should, unless you change the elements on the page.
    If you do we will be happy to assist again.

    Best regards,
    Mike

    in reply to: Generated Shortcode does not work #1086314

    Hi,
    Glad to hear you found the issue. I believe the error you are getting is because in your performance settings your “Disable template creator items” is set to “Load only used elements (recommended)”
    Please change to “Always load all elements” and then try again.
    2019-04-02-221028

    Best regards,
    Mike

    in reply to: scrolling not jumping #1086310

    Hi,
    Sorry I didn’t write any css to change the color of the logo, I used two different logo images in the two logo places that I described above.
    For an ID to the slider, the slider already has an ID #fullscreen_slider_1 Please try the link in the Private Content area, just use this ID

    Best regards,
    Mike

    in reply to: Event Ticket Plus attendee page broken display #1086301

    Hi,
    To also remove the image please try adding this css:

    #top.page-tribe-attendee-registration div.page-thumb {
    display: none !important;
    }

    Sorry, but I can't test this issue on a clean install because it seems that your plugin is a paid one. But I can say that our dev team has fixed a few issues with the footer as a page, and perhaps this will be cleared up with the next update.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1086288

    Hi,
    I believe you are saying that you tried adding it and now it is working.
    That’s great. This thread is getting quite long now, perhaps we should close it now and if you have any other issues you can open a new thread?

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1086286

    Hi,
    Glad we could help. This thread is getting quite long now, perhaps we should close it now and you could open a new thread if you need future help?

    Best regards,
    Mike

    in reply to: BUG? Pagination buttons on posts do not work #1086282

    Hi,

    @ycinformatik
    that is good news that it is now working with posts, and it should work with pages, but could you please check and report back? I would like to report that both are now working to the dev team with your confirmation, so they can add it to the upgrade, Thanks :)

    Best regards,
    Mike

    in reply to: BUG? Pagination buttons on posts do not work #1086050

    Hi,
    Good news the dev team believes this will help, please see the link in the Private Content area to two files, and upload them to your FTP to these locations:

    /enfold/config-templatebuilder/avia-shortcodes/blog/blog.php
    /enfold/framework/php/function-set-avia-frontend.php

    Be sure to save the original files as backup, Then clear your browser cache and any cache plugin or server cache, and check if this solves.

    Best regards,
    Mike

    in reply to: Event Ticket Plus attendee page broken display #1085856

    Hey keribird,
    Sorry for the late reply, I took a look at your page and I see there is two forms on it, but I really don’t know this plugin or why this is happening. If I understand correctly when you change the page template this doesn’t happen?
    When I try to open the page in the editor from the from end I get the error message:
    “You attempted to edit an item that doesn’t exist. Perhaps it was deleted?”
    But it open fine from the back end and only shows a tribe shortcode.
    I also took a look at the padding around the form elements and the page, but it is coming from the plugin and not the theme.
    I did come up with a way to hide the second form with this css, please give it a try in your Quick CSS:

    #top.page-tribe-attendee-registration div.tribe-block__tickets__registration__event:nth-child(even) {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Email Code not Allowing me to send email from website #1085830

    Hi,
    Glad to hear you got it sorted out. I assume we can close this now, but I like to ask. Shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad to hear you got it sorted out, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Icongrid text is blurry on Chrome #1085824

    Hi,
    Sorry, we will leave this open in case we find a solution.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1085823

    Hi,
    Glad to hear all is going well and your using Enfold for more projects, thanks.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function move_widget_over_shop(){
      ?>
      <script>
    (function($){
    $(document).ready(function(){
    if ($(window).width() <= 766) {
    $('.archive.woocommerce-page .smartphones_sidebar_active').each(function() {
    $( this ).find('#woof_widget-2').insertBefore('.template-shop.content');
    $('.template-shop.content').css({'padding': '0px'});
    $('#woof_widget-2').css({'padding': '0px'});
    $('.widget-woof').css({'padding-bottom': '0px'});
    });
    }
    else {
    }
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'move_widget_over_shop');

    This will move the widget for mobile only, if testing the page in Chrome dev tools, please reload it in mobile view, it may not work if you try resizing the page by grabing the edge of the window and shrinking down.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1085809

    Hi,

    @Sachasilvestri
    , I see that the titles end with “undefined” I believe this is because the script was getting some info from the social app plugin at the bottom of each page, I believe it was the page title, but I don’t see it on this page, please try adding it.

    Best regards,
    Mike

    in reply to: Menu design: 4 or 5 columns #1085801

    Hi,
    Glad to hear, to use it for the “Brennerei-Auswahl” menu, please replace “#menu-item-3477” with “#menu-item-19330” in the css.

    Best regards,
    Mike

    in reply to: tables set up #1085800

    Hi,
    Glad that we were able to assist, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: WooCommerce cart item deletion behaviour with Enfold #1085798

    Hi,
    Thank you for your feedback, I will take it to heart.

    Best regards,
    Mike

    in reply to: Category Page #1085796

    Hi,
    Glad to see that you got it sorted out now, I assume we can close this now, but I like to ask. Shall we close this then?

    Best regards,
    Mike

    in reply to: How to implement tab layout from Kreisi Demo #1085795

    Hi,
    Thanks for the login, in the css below, feel free to adjust the font sizes and colors to suit. We can’t make the sidebar tabs stretch to the bottom, but this css removes the bottom padding so it reaches to the bottom.

    #top.page-id-2438 .main_color .tabcontainer .tab {
        color: #fff !important;
        font-size: 20px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #top.page-id-2438 .main_color .tabcontainer .tab.active_tab {
        color: #000 !important;
        background-color: #b2b7bb !important;
        border-color: #b2b7bb !important;
    }
    #av-layout-grid-1 > div.flex_cell.no_margin.av_two_third.avia-builder-el-1.el_before_av_cell_one_third.avia-builder-el-first {
    padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: Email subject in Contact Form #1085790

    Hi,
    Please check that the code doesn’t have any “curly quotes” in it, often this happens when copying the code from an email or if you have an enhanced clipboard, I’m thinking this because I’m getting the correct space on my localhost.
    I adjusted the code here:

     add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params) {
    $subject = sprintf('%s %s', $new_post['3_1'], $new_post['4_1']);
    return $subject;
    }

    Please let us know if this helps, otherwise Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Email Betreff #1085787

    Hi,
    Glad to hear that @Guenni007 was able to help.
    Shall we close this then?

    Best regards,
    Mike

    Hi,
    I was able to reproduce on my localhost, but if you could add the variables to your staging site it would be a big help for the dev team when they take a look, that way they can just work on a solution.
    Thanks :)

    Best regards,
    Mike

    in reply to: Email Code not Allowing me to send email from website #1085218

    Hey Lauren,
    Sorry for the late reply, I took a look at your site and the email icons and the email addresses, all of which are working for me.
    I use the chrome browser and gmail as my email client, when I click them gmail opens for me and I get no error when sending.
    Please see the screenshot in Private Content area.
    Also when I hover over the icons my browser show the link address and it is correct, without any extra @email.com
    What email client are you using that is trying to send to the wrong address?
    There must be a setting in it for it to recognize the mailto: correctly
    have you tried using different browsers to click the link?

    Best regards,
    Mike

    in reply to: Gradient on button #1085213

    Hey realisedesign,
    Sorry for the late reply, Thanks for the link to your site, it helps. I was able to get this working for you, please adjust colors to suit.
    2019-03-31-175550

    .top-home-cta a.avia-button{
    background: #7db9e8 !important; 
    border-color: #1e5799 !important; 
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #1e5799 100%) !important; 
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#1e5799 100%) !important; 
    background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 50%,#1e5799 100%) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ) !important; 
    }

    I remember working on this one not too long ago, I liked the animation :)
    2019-03-31-180320

    .top-home-cta a.avia-button {
    color: rgba(255,255,255,0.9) !important;
    border-radius: 50px !important;
    background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5) !important;
    border-color: transparent !important;
    background-size: 600% !important;
    animation: anime 16s linear infinite;
    }
    
    @keyframes anime {
    0% {
    background-position: 0% 50%;}
    50% {
    background-position: 100% 50%;}
    100% {
    background-position: 0% 50%;}
    }

    Best regards,
    Mike

Viewing 30 posts - 22,141 through 22,170 (of 35,071 total)