Forum Replies Created

Viewing 30 posts - 15,661 through 15,690 (of 35,013 total)
  • Author
    Posts
  • in reply to: Hover Effekt #1262992

    Hi,
    Please try this css:

    #top.page-id-11963 a.iconbox_icon:hover {
        box-shadow: 0 0 0 rgba(255,0,0, 0.4);
          animation: pulse 2s infinite;
        z-index: 999 !important;
        position: relative;
        }
        
        @-webkit-keyframes pulse {
          0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
          }
          70% {
              -webkit-box-shadow: 0 0 0 100px rgba(255,255,255, 0);
          }
          100% {
              -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
          }
        }
        @keyframes pulse {
          0% {
            -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
          }
          70% {
              -moz-box-shadow: 0 0 0 100px rgba(255,255,255, 0);
              box-shadow: 0 0 0 100px rgba(255,255,255, 0);
          }
          100% {
              -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
              box-shadow: 0 0 0 0 rgba(255,255,255, 0);
          }
        }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Angular Theme 'Broke' Because of WP 5.5 #1262988

    Hi,
    To manually update you would delete the theme directory via FTP at /wp-content/themes/angular/ and then upload the new version via FTP.

    Best regards,
    Mike

    in reply to: background image on mobile #1262694

    Hi,
    Sorry, perhaps I’m not understanding correctly, can you also make a video of what you are seeing in the WordPress simulator, and can you post a dropbox link to a plain text file with your page shortcode so we can test?
    You can get the page shortcode by following these steps: Enable Avia Layout Builder Debugger

    Best regards,
    Mike

    in reply to: Hover Effekt #1262686

    Hi,
    Glad to hear that this helped, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Angular Theme 'Broke' Because of WP 5.5 #1262681

    Hi,
    Please try this css:

    #top .slideshow li img,#top .slideshow li>a {
        height: 100% !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: desktop menu missing #1262664

    Hi,
    Please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Conflict with FacetWP #1262648

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

    Best regards,
    Mike

    in reply to: Angular Theme 'Broke' Because of WP 5.5 #1262646

    Hi,
    Glad to hear this helped, but I’m not seeing the white space in the frame, please include a screenshot of what you are seeing.

    Best regards,
    Mike

    in reply to: Hover Effekt #1262643

    Hi,
    Please try this css:

    .avia-image-overlay-wrap a.avia_image .image-overlay .image-overlay-inside {
        left: -91px !important;
        top: -8px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Conflict with FacetWP #1262639

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

    Best regards,
    Mike

    Hi,
    Sorry for the very late reply, as I understand your first question about what you would like to do on your shop page, in mobile, you want the sidebar on top, then the content.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
      #main > .container_wrap_first.template-shop.shop_columns_5 > .container {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_5 > .container > main {
          order: 3 !important;
          padding: 0 !important;
      }
      #main > .container_wrap_first.template-shop.shop_columns_5 > .container > aside {
          order: 2 !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_5 > .container > header {
          order: 1 !important; 
      }
      }

    I don’t believe this will affect any other pages, but please check thoroughly.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: column within colum #1262377

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

    Best regards,
    Mike

    Hi,
    Glad to hear, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-12244 .avia-table-1 td:nth-of-type(1):before {
    	background-color: #16365d;
        color: #fff;
    }
    #top.page-id-12244 .avia-table-1 td:nth-of-type(2):before {
    	background-color: #16365d;
        color: #fff;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: column within colum #1262369

    Hi,
    Glad this helped, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .custom-list-icons .avia-icon-list li,
    #top .custom-list-icons-r .avia-icon-list li{
        padding: 0 0 60px 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: problem with blog post element and read more tag #1262366

    Hi,
    Glad to hear, we will keep this open until we hear back from you.

    Best regards,
    Mike

    in reply to: Options Tables Huge ! #1262354

    Hi,
    Very good, thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hover Effekt #1262232

    Hi,
    Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field and enable your overlays:

    .avia-image-overlay-wrap a.avia_image .image-overlay {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        height: 80% !important;
        width: 80% !important;
    }

    You can adjust the settings smaller if you wish.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, as I understand what you would like to do on your shop page, in mobile, you want the sidebar on top, then the content.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > main {
          order: 3 !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > aside {
          order: 2 !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > header {
          order: 1 !important; 
      }
      }

    I don’t believe this will affect any other pages, but please check thoroughly.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mobile sidebar on top #1262227

    Hey marcie73,
    Sorry for the late reply, as I understand what you would like to do on your shop page, in mobile, you want the sidebar on top, then the content.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > main {
          order: 3 !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > aside {
          order: 2 !important; 
      }
      #main > .container_wrap_first.template-shop.shop_columns_3 > .container > header {
          order: 1 !important; 
      }
      }

    I don’t believe this will effect any other pages, but please check thoroughly.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: One Page Menu Anchors: inaccurate highlighting #1262225

    Hey georg-stirnweiss,
    Sorry for the late reply and thanks for the link, I checked your page with Chrome, Firefox, & Edge on Windows 10 and the menu anchor links seem to be landing correctly and the menu highlighting also seems to be correct, are you still having this issue?

    Best regards,
    Mike

    in reply to: Reposition post share buttons #1262218

    Hi,
    Sorry for the late reply and thanks for the mockup and link, so for your single posts we will first change the social share buttons into small buttons.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-post .av-share-box .avia-related-tooltip,
    #top.single-post .av-share-box h5.av-share-link-description.av-no-toc {
      display: none !important;
    }
    #top.single-post .av-share-box {
        width: 200px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: absolute;
        right: 50px;
    }
    
    #top.single-post .av-share-box .av-share-box ul li {    
        border-left-style: none;    
        display: inline-block;
    }
    
    #top.single-post .av-share-box .av-share-link {
       width: 30px!important;
       height: 30px!important;
       margin: 0 10px 0 0;    
    }
    
    #top.single-post .av-share-box .av-share-link a {   
       border:0px solid #000;
       padding: 0;
    }
    
    #top.single-post .av-share-box .av-share-link a:hover {
      background-color: #000!important;
      transition: all .35s ease;
    }
    
    #top.single-post .av-share-box .av-share-link a:before {
      color:#333;
      transition: all .5s ease;
    
    }
    
    #top.single-post .av-share-box .av-share-link:hover a:before {
      color:#fff;
      transition: all .35s ease;
    }
    
    

    2020-11-22_190229.jpg
    Then we will move it to under your featured image, try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script() { ?>
        <script>
    (function($) {
      $(document).ready(function(){
         $('.single-post .av-share-box').detach().insertBefore('.blog-meta');
      });
     })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    2020-11-22_193827.jpg
    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: background image on mobile #1262195

    Hey Harris,
    Sorry for the late reply and thanks for the link to your site, I believe you are referring to the background parallax effect on mobile devices such as iPhone, unfortunately there is a known browser issue for Safari with this. To date, I have not found a solution for this.

    Best regards,
    Mike

    in reply to: Import script on singel page #1262176

    Hi,
    I added the custom ID code-block-iframe to the code block with the iframe code, then I added this code in the WordPress > Customize > Additional CSS field:

    #code-block-iframe > .avia_codeblock > iframe {
    	min-height: 1670px;
    }

    I calculated the iframe height to be 1670px, but you can adjust if you wish.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Angular Theme 'Broke' Because of WP 5.5 #1262167

    Hey mbesh,
    Sorry for the late reply and thanks for the link to your site, unfortunately Angular is no longer supported because it is not coded to work with WP5+
    But I did find this this css will help you:

    .js_active #top .slideshow li:first-child {
        visibility: visible !important;
    }

    Please try this code in the WordPress > Customize > Additional CSS field, and then clear your browser cache, and check.

    Best regards,
    Mike

    in reply to: enfold burger menu aligment of close cross on big screens #1262162

    Hi,
    Sorry for the late reply, and thanks for the screenshot and link, I tested your site at 2023px and as I see the issue the burger menu “flys” out from the edge of the screen, but at 2023px the fixed position of the menu icon is further away from the edge screen than the width of the menu, so the solution would be to increase the width of the menu so the menu “close” icon will remain in the correct position.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 2023px) { 
    .html_av-overlay-side .av-burger-overlay-scroll {
    	width: 700px !important;
    }
    }

    Feel free to adjust the min-width of the media query to trigger before the 2023px if you wish.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Adding HTML to Menu #1262156

    Hey WellStrategic,
    Sorry for the late reply and thanks for the link to your site, I see that you have added the button & phone link into the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field, to add the phone icon before the phone number please try adjusting your HTML to include this before the phone number text:
    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]
    this is the phone number icon shortcode, if you want an image then use a image source tag with the link to the image, like this:
    <img src="https://img.icons8.com/ultraviolet/20/000000/phone.png"/>
    After updating your code please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Options Tables Huge ! #1262149

    Hi,
    Sorry for the late reply and that we were not able to solve this, but perhaps a database freelancer would be able to adjust the settings in the table so it won’t grow so large or reset it automatically each month before the crash, I’m not a database expert but I would imagine there are a few options.

    Best regards,
    Mike

    in reply to: Advanced Layer Slider doesn't work on homepage #1262144

    Hi,
    Very good, we will wait for your reply.

    Best regards,
    Mike

    in reply to: Import script on singel page #1262143

    Hi,
    Thank you for asking them for a delay option, I tried to write a delay function, but it doesn’t work, so I’m hoping there are some other ways to trigger the script.

    <script>
    document.addEventListener("DOMContentLoaded", function(event) {
      setTimeout(addScript, 1000)
    });
    
    function addScript() {
      scriptTag = document.createElement('script');
      scriptTag.type = 'text/javascript';
      scriptTag.async = true;
      scriptTag.id = 'mox-voorraad'
      scriptTag.src = 'https://sites.mobilox.nl/voorraad.js';
      scriptTag.setAttribute('data-url', 'https://sites.mobilox.nl/occasionlijst/rensgreijmans2169218/');
      scriptTag.onload = function() {
        console.log("Added Script");
      };
      document.getElementsByTagName('head')[0].appendChild(scriptTag);
    }
    </script>

    Perhaps were you got the script would have a thought about this script.

    Best regards,
    Mike

    in reply to: Conflict with FacetWP #1262115

    Hi,
    Thank you for the feedback, I believe the function that the plugin needs to re-initialize is avia_apply_quant_btn
    Below you will find a link to the \enfold\config-woocommerce\woocommerce-mod.js file so the plugin team can see the function on line 32
    below the function on line 83 they will see an example of re-initializing the function on ajax update:
    $( document ).on( 'updated_cart_totals', avia_apply_quant_btn );
    Please share this with the FacetWP team.

    Best regards,
    Mike

Viewing 30 posts - 15,661 through 15,690 (of 35,013 total)