Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Problem with Page Speed #337555
    staipa
    Participant

    True. But with Adonis Catch Themes performance was drastically better

    in reply to: Autoplay delay not work #337451
    staipa
    Participant

    It seems caused by a JS error, i hopened another specific ticket

    in reply to: Autoplay delay not work #337368
    staipa
    Participant

    I have a News.
    The differences between the two sites are due to the wp fastest cache plugin, in particular the “Some js sources will not be loaded until scrolling or moving the mouse” function which, if disabled, breaks the slide timer.

    in reply to: Autoplay delay not work #337334
    staipa
    Participant

    Sorry, after a further check on http://www.stefanogiolo.it the problem is solved, while on http://www.staipa.it/blog the slides do not change automatically, even though they are set in the same way as the other site

    in reply to: Autoplay delay not work #337333
    staipa
    Participant

    Sorry, works both.

    Thanks!

    in reply to: Autoplay delay not work #337332
    staipa
    Participant

    It works in http://www.stefanogiolo.it, but in http://www.staipa.it there slide not automatically changes

    in reply to: Autoplay delay not work #337298
    staipa
    Participant

    No, I didn’t get that message.
    After updating the theme (and not the plugin) nothing changed and nothing happened.
    Now I have this versions:
    Globetrotter Pro: 2.2.4
    FSE Pro: 1.4.4
    I’ll add that if I change the timer values, exit and enter again, the timer always resets to 3000 seconds.

    Here the screen: https://ibb.co/X3rN6jC

    in reply to: Autoplay delay not work #337291
    staipa
    Participant

    I have received update only for theme, and not for plugin.
    And the problem is not solved

    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 14 posts - 1 through 14 (of 14 total)