is it up to us to create a style.css for buddypress add on?

This topic contains 3 reply and 2 voices, and was last updated by towhid 8 years, 8 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
August 18, 2015 at 9:41 pm 67871
towhid I see in my browser its searching for the style.css inside the buddypress add on plugin folder. Do you guys have one created for buddypress or do we have to add it and customize it ourselves? its throwing a 404 error on this file project-manager-pro-buddypress/css/style.css?ver=4.2.4 Thanks, Craig
August 19, 2015 at 2:13 pm 67991
towhid towhid

Hello Craig,

Right now you just need to customize yourself.

For that coustomization, please open plugins/project-manager-pro-buddypress/cpm-bp.php

Find this line wp_enqueue_style( 'cpm-bp-style', plugins_url( 'css/style.css', __FILE__ ) );

Now, replace this line wp_enqueue_style( 'cpm-bp-style', plugins_url( 'assets/css/style.css', __FILE__ ) ); on above line.

We have already fixed the bug in our local. In our next release, you will get this error free add-on.

Thanks

August 19, 2015 at 11:07 pm 68078
Craig Craig

Much appreciated towhid! You have a wonderful week.

August 20, 2015 at 4:53 pm 68306
towhid towhid

Hello Cragi,

I am very glad to know that the problem has solved for you. I am going to mark this topic as resolved and closed.

Thanks

Viewing 3 Posts - 1 through 3 (of 3 total)