Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on MU #1

Open
tiptronic opened this issue Mar 23, 2016 · 6 comments
Open

Doesn't work on MU #1

tiptronic opened this issue Mar 23, 2016 · 6 comments

Comments

@tiptronic
Copy link

I am getting a 500 when trying to use launchpad on a MU-install

@marcperel
Copy link
Contributor

@tiptronic It could be a plugin conflict, if you turn on debug do you get a worthwhile error?

@tiptronic
Copy link
Author

@marcperel There was a different problem: the plugin has an hardcoded path in various places. e.g.;

    function template_uri(){
        $template_path = plugins_url("launchpad-by-obox/")."themes";
        return $template_path;
   }

After fixing that - everything works, except the Launch Date should respect date-settings..
screenshot 2016-03-23 16 26 08

Anyway - great little plug & thanks for making that available!

@tiptronic
Copy link
Author

What I coudn't get to work is to show social-links, countdown or other elements. Just background, logo, title, copyrights and obox-logo are shown - nothing else (although everything is checked).
I don't see anything in the DOM:

<div id="wrapper">
    <div id="header-container">
        <div id="header">
            <div class="logo">
                <h1>
                    <a href="http://localhost/sieben"> <img src="http://localhost/sieben/wp-content/uploads/sites/7/2016/03/logo_oval-1.png" /> </a>
                </h1>
            </div>
        </div>
    </div>
    <div id="content-container">
        <div id="content">
        </div>
    </div>
    <div id="footer-container">
        <div id="footer">
            <div class="footer-text">
                <p>
                    Copyright Sieben 2016. 
                </p>
                <a class="obox-credit" href="http://oboxthemes.com"> <img src="http://localhost/sieben/wp-content/plugins/launchpad-by-obox/themes/apollo/images/layout/obox-logo.png" alt="WordPress Themes by Obox" /> </a> 
            </div>
        </div>
    </div>
</div>


@marcperel
Copy link
Contributor

Great thanks we'll update the folder name issue.

re: the Page Elements, have you adjusted the page elements under the Launchpad options at all?

http://marc.perel.co/Screen-Shot-2016-03-23-18-55-48.png

@marcperel
Copy link
Contributor

Sorry I see you have checked everything, it could actually be down to the folder naming again, that tech was written in 2011 so it may be reliant on the folder name (I haven't actually tested that yet)

@tiptronic
Copy link
Author

Thx Marc - I think this bit could be useful; I'll try to find out what's going on and send a pull request with any changes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants