• Resolved Agence Larsen

    (@arsenelesueur)


    Hello,
    I installed the premium “Enfold theme” few days ago on our website (https://aromadunes.com) and updated to WP 4.5.3 in the meanwhile. I didn’t doublecheck if launcher was still working as it as always worked like a charm before.
    I have been warned today by some partners and customers that our website is public (launcher not showing up) and our cosmetic brand can’t afford to miss it’s launch a few days before the planned date! We really need your countdown and subscriptions features on a clean “coming soon” page.

    Can you tell us if you are aware of any issue related to the WP 4.5.4 update or the enfold theme?
    Our developer found out that launcher is well loading but mysteriously not displayed, maybe because of a too low level of request compared to the theme.

    Thanks for your support,
    Arsène Lesueur

    https://wordpress.org/plugins/launcher/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Agence Larsen

    (@arsenelesueur)

    Hello, my developer found a workaround by adding the filter below :

    add_filter( 'template_include', 'override_wplauncher_options', -1000000000000000000000);
    
    function override_wplauncher_options($template)
        {
            global $wp_launcher;
    
            return $wp_launcher->launch($template);
        }

    I guess this is not a permanent fix but I hope it’ll help improving your product.

    Regards,
    Arsène

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hi Arsène,

    Sorry for the issue, and thank you for sharing your temporary solution. We will look into this and see how we can prevent it in the future.

    If you have any other questions, please feel free to ask.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Launcher not working with WP 4.5.3 or Enfold theme’ is closed to new replies.