Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1141695

    Hi support,

    Regarding frontpage on: http://saratorvallbach.com

    Post slider not working on Safari…..and now….after activating this forum-post, then post slider doesn’t work on Firefox as well.

    Using latest Enfold, WP, and testing on both Mac and iPhone.

    Thanks for helping :-)

    /OKEIwebbureau

    #1141698

    I just found out that the blog page is tricky as well…?!!

    http://saratorvallbach.com/blog/

    It is working fine on Chrome, but not Safari + Firefox.

    /OKEIwebbureau

    #1142293

    Hi OKEIwebbureau,

    https://cl.ly/0b9bf6f1a275 Looks the same in Safari as in Chrome on my end.

    Could you please clear the cache, check again and get back to us.
    Best regards,
    Victoria

    #1143247

    Hi support,

    Cache has been cleared many times, and different computers have been used – even in different places in the country.

    Still the same problem :-/

    /OKEIwebbureau

    #1143318

    Hi OKEIwebbureau,

    I checked again in FF on a Mac and the website looks and works as in Chrome. I’ll ask my colleagues to check as well.

    PS One of my colleagues checked too and he cannot reproduce the issue. Can you please make a small screencast for us?
    Best regards,
    Victoria

    • This reply was modified 4 years, 6 months ago by Victoria.
    #1143685

    Hey!

    I just checked your website on Chrome, Firefox and Safari (on both iphone and mac). Your blog page looks fine on all browsers on my end. However i cannot see a post slider element on your homepage, even in Chrome.

    Could you please post WP admin logins here privately and point out where you would like to display post slider on your homepage? Under “BLOGS” section i believe :)

    Cheers!
    Yigit

    #1144115

    Hi Yigit,

    Login info provided.

    Is the blog page showing more than one post?
    The site has around 20 posts.

    Yes, the post slider is below BLOGS :-)

    Thanks.

    /OKEIwebbureau

    #1145275

    Hi OKEIwebbureau,

    I can see the issue now, but there are no errors anywhere.

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    What do you have in your child theme? Are you overriding any parent theme files?

    Best regards,
    Victoria

    #1146528

    Hi Victoria,

    It seems like a membership plugin could be the sinner…?
    We are still testing it out.

    Child theme, functions.php:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    add_image_size('entry_with_sidebar', 845, 321, array('center', 'top'));
    add_image_size('entry_without_sidebar', 1210, 423, array('center', 'top'));
    
    function add_custom_cs(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery("#about-section-3").hide();
    jQuery( ".about-section-3-button" ).click(function() {
      jQuery( "#about-section-3" ).toggle();
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_cs');
    
    function add_custom_href_remove(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.about-section-3-button a').removeAttr('href');
    });
    </script>
    <?php
    }
    
    add_action('wp_footer', 'add_custom_href_remove');
    
    /*logo mobil*/
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(wp_is_mobile() )
        {
        $logo = "http://saratorvallbach.com/wp-content/uploads/2018/12/Sara-Torvallbach-Logo-Mobile.jpg";
        }
        return $logo;
    }

    Thanks :-)

    /OKEIwebbureau

    #1147253

    Hi OKEIwebbureau,

    Thank you for sharing.

    Have you tried deactivating the membership plugin?

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.