thirdwunder / TW-LP-Boilerplate

A boilerplate Wordpress Landing Pages template using Bootstrap & Fontawesome. This template is for use with the Inboundnow.com landing page plugin.
0 stars 0 forks source link

Missing Stylesheet error #1

Closed aduffett closed 9 years ago

aduffett commented 9 years ago

Good day. I get the following message at the bottom of my theme page in the admin section.

"The following themes are installed but incomplete. Themes must have a stylesheet and a template.

Name Description TW-LP-Boilerplate-master Stylesheet is missing."

I have tried changing the address, as well as the call for the file. <link rel="stylesheet" href="<?php echo $path; ?>assets/css/style.css" /> to <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>assets/css/style.css">

All without any luck.

mohamedhamad commented 9 years ago

Hi aduffett, so this boiler plate is actually for use with the Inboundnow.com landing page plugin. its a boilerplate landing page template for the plugin.

are you trying to use it as a theme?

mohamedhamad commented 9 years ago

I would suggest you try my wordpress boilerplate theme, https://github.com/thirdwunder/TW-WP-BS-Boilerplate

aduffett commented 9 years ago

Oh!

Yes I was looking for WP theme. Many thanks, and sorry for the mix up.