Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Autoplay delay not work #337237
    staipa
    Participant

    Have you got any news? I have a similar problem on http://www.staipa.it/blog, the timer and Autoplay completely not works

    in reply to: Mobile menu not working #337142
    staipa
    Participant

    I found the problem, maybe it’s useful to know it.
    It’s an incompatibility with WP Faster Cache, a very used caching plugin.
    The settings that make the mobile menu go haywire are:
    “Eliminate rendering-blocking JavaScript resources” and “Reduce HTTP requests through combined Js files”

    in reply to: WordPress Widget #337076
    staipa
    Participant

    For example i use “Super RSS Reader” that provide a Widget that not appear here, but only with the old style of WordPress Widget

    in reply to: Blog article #337052
    staipa
    Participant

    Thanks, and it is possible to have it in more than one column and without sidebar?

    in reply to: Problem with HTTP/HTTPS in header #267718
    staipa
    Participant

    A solution can be use
    if ( $header_image && $header_image!=1)
    Insead of
    if ( $header_image )
    in header-background-color.php row 81

    in reply to: Problem with HTTP/HTTPS in header #267690
    staipa
    Participant

    Problem is on /inc/custom-header.php row 114

    // Check Homepage
    		if ( 'homepage' === $enable ) {
    			if ( is_front_page() || ( is_home() && is_front_page() ) ) {
    				return adonis_featured_image();
    			}
    		}

    It return the value 1 (that is the value true returned in row 55 in function adonis_featured_image() when I’m i homepage.

Viewing 6 posts - 1 through 6 (of 6 total)