Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1093794
    Joao
    Moderator

    Hi There,

    Please write : text-align: center; on the Style Box of the column where the button is placed.

    Please see image attached.

    Hope it helps

    Joao

    #1095941
    studiohillier
    Participant
    This reply has been marked as private.
    #1096440
    Rad
    Moderator

    Hi there,

    Slider responsiveness will respond to current grid size up to smaller screen size. It will not respond to screen size greater than your grid size. In that case, you should match your grid size to 2906px or just simply set your slider to fullscreen. Width change, but height isn’t hence it will be stretch.

    Thanks!

    #1097702
    studiohillier
    Participant
    This reply has been marked as private.
    #1098094
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! There are ways you can add your custom css. You may insert it in the customizer, Appearance > Customize > Custom > CSS or in your child theme’s style.css using this:

    ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
    }
    ::-webkit-scrollbar-button {
      width: 0px;
      height: 0px;
    }
    ::-webkit-scrollbar-thumb {
      background: #585858;
      border: 0px solid #000000;
      border-radius: 2px;
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #333333;
    }
    ::-webkit-scrollbar-thumb:active {
      background: #0c0c0c;
    }
    ::-webkit-scrollbar-track {
      background: #a8a8a8;
      border: 0px none #ffffff;
      border-radius: 2px;
    }
    ::-webkit-scrollbar-track:hover {
      background: #9d9d9d;
    }
    ::-webkit-scrollbar-track:active {
      background: #939393;
    }
    ::-webkit-scrollbar-corner {
      background: transparent;
    }

    And yes no script tag is needed when you insert the code in those places. If you also want to use your original code, you can create a custom function which will insert the code in the header of the page itself. You may insert the following code in your child theme’s functions.php file

    function apply_scrollbar_styles(){ ?>
      <style type="text/css">
        ::-webkit-scrollbar {
          width: 6px;
          height: 6px;
        }
        ::-webkit-scrollbar-button {
          width: 0px;
          height: 0px;
        }
        ::-webkit-scrollbar-thumb {
          background: #585858;
          border: 0px solid #000000;
          border-radius: 2px;
        }
        ::-webkit-scrollbar-thumb:hover {
          background: #333333;
        }
        ::-webkit-scrollbar-thumb:active {
          background: #0c0c0c;
        }
        ::-webkit-scrollbar-track {
          background: #a8a8a8;
          border: 0px none #ffffff;
          border-radius: 2px;
        }
        ::-webkit-scrollbar-track:hover {
          background: #9d9d9d;
        }
        ::-webkit-scrollbar-track:active {
          background: #939393;
        }
        ::-webkit-scrollbar-corner {
          background: transparent;
        }
      </style>
    <?php }
    add_action('wp_head', 'apply_scrollbar_styles');

    Hope this helps. Please let us know works best for you.

    #1105308
    studiohillier
    Participant
    This reply has been marked as private.
    #1105399
    Joao
    Moderator

    Hi There,

    How did you build this pop ups that are no longer working? With Convertplug?

    Try deactivating Easy Modal and see if solves the problem.

    Thanks

    Joao

    #1105534
    studiohillier
    Participant
    This reply has been marked as private.
    #1105650
    Joao
    Moderator

    Hi There,

    For both situations You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes,

    Joao

    #1105809
    studiohillier
    Participant
    This reply has been marked as private.
    #1106108
    Rad
    Moderator
    This reply has been marked as private.
    #1107092
    studiohillier
    Participant
    This reply has been marked as private.
    #1107844
    Rad
    Moderator

    Hi there,

    Would you mind providing the file you’re importing? No, it doesn’t need a license for import.

    Thanks!

    #1108798
    studiohillier
    Participant
    This reply has been marked as private.
    #1108799
    studiohillier
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1064851 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>