Open gereby opened 12 years ago
Same issue - not even style.css was loaded - only when I loaded it in functions.php did it override anything.
You would need to recompile the /less/bootstrapwp.less file.
More about LESS: http://lesscss.org/#-client-side-usage
There are apps that will do this for you: http://incident57.com/less/ (OSX) http://wearekiss.com/simpless (OSX) http://crunchapp.net/ (OSX/WIN/) etc....
Thanks for responding to this thread, Rachel! I'm loving BootstrapWP, but I'm having the same trouble as the posters above. I've recompiled bootstrapwp.less, but none of my CSS in bswp-custom.less is being applied.
I've successfully worked with LESS on a couple other sites. Not sure what I'm doing wrong. Any ideas?
@justincone How are you compiling, would be the next question.
I'm compiling my code locally with CodeKit. This is terrible to admit, but I've fixed my issue — only I can't remember what I did.
I know that added the following code to functions.php in the CSS Loading section:
wp_enqueue_style('responsive', get_template_directory_uri().'/css/responsive.css', false );
But shouldn't have mattered for my above problem. Damn. Wish I'd written down my solution. :-\
@justincone Glad you figured it out :smiley: Just be sure to close your issue
Oh, I didn't create this issue. I just piggybacked onto it. :-)
hi i am directly adding some custom styles to bootstrapwp.css, but i want to use less and crunch compiler how do i compile? Do i need to select all the .less files and compile into bootstrapwp.css?? Any simple tutorial?
regards. Barry
Write your changes in the LESS file and then compile.
Ed Heltzel Typos by iPhone
On Tuesday, April 2, 2013 at 5:58 AM, Barry wrote:
hi i am directly adding some custom styles to bootstrapwp.css, but i want to use less and crunch compiler how do i compile? Do i need to select all the .less files and compile into bootstrapwp.css?? Any simple tutorial? regards. Barry
— Reply to this email directly or view it on GitHub (https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766418).
hi ed,
tx, for your answer. But compiler Crunch! just compiles bswp-custom.less and asks for a .css to store. If i select bootstrapwp.css then all other style def. will be gone, right?
On Tue, Apr 2, 2013 at 12:01 PM, Ed notifications@github.com wrote:
Write your changes in the LESS file and then compile.
Ed Heltzel Typos by iPhone
On Tuesday, April 2, 2013 at 5:58 AM, Barry wrote:
hi i am directly adding some custom styles to bootstrapwp.css, but i want to use less and crunch compiler how do i compile? Do i need to select all the .less files and compile into bootstrapwp.css?? Any simple tutorial? regards. Barry
— Reply to this email directly or view it on GitHub ( https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766418).
— Reply to this email directly or view it on GitHubhttps://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766537 .
It will over write the changes you've already made, but you'll need to to take the changes you've already done and add it to the LESS file.
Ed Heltzel Typos by iPhone
On Tuesday, April 2, 2013 at 6:04 AM, Barry wrote:
hi ed,
tx, for your answer.
But compiler Crunch! just compiles bswp-custom.less and asks for a .css to
store. If i select bootstrapwp.css then all other style def. will be gone,
right?On Tue, Apr 2, 2013 at 12:01 PM, Ed notifications@github.com wrote:
Write your changes in the LESS file and then compile.
Ed Heltzel
Typos by iPhoneOn Tuesday, April 2, 2013 at 5:58 AM, Barry wrote:
hi i am directly adding some custom styles to bootstrapwp.css, but i
want to use less and crunch compiler how do i compile? Do i need to select
all the .less files and compile into bootstrapwp.css?? Any simple tutorial?
regards.
Barry—
Reply to this email directly or view it on GitHub (
https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766418).—
Reply to this email directly or view it on GitHubhttps://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766537
.— Reply to this email directly or view it on GitHub (https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/51#issuecomment-15766665).
having the latest .87 version installed, changes to the layout in bswp-custom.less don't appy. there're no hints for further installation setting to be found. so, is this a bug?