By Zeosing on Wednesday, 05 March 2014
Posted in Technical Issues
Replies 6
Likes 0
Views 665
Votes 0
It´s simple , we need to style this module, and for some reason when this module render doesn´t call the stylesheet modules.css, like modlatestblog for example.

It´s posible to call this stylesheet ?

Thanks.
Problem solved, thanks for your help

The .css file doesn´t render because a third party plugin (modules anywhere )
·
Wednesday, 05 March 2014 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Zeosing,

I'm sorry for this delayed respond.

From my inspection, your site already called the /components/com_easyblog/assets/css/module.css when it's load the the Latest Blog Post module at your front-page. Please see attachment.

And I also figured out too that this module is not using our own module class name for its styling as this module layout maybe provided by the template developer.

Hope this will help, please let us know if you need further assistance. Thank you
·
Wednesday, 05 March 2014 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
But our problem is

Call Modules.Css To Modrelatedpost


Ie: when modrelatedpost renders the module.css have to be called with this module modrelatedpost

Also we provide you the page that render easyblogmodrelatedpost (in the site url)

Thanks for you time and help
·
Wednesday, 05 March 2014 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Zeosing,

I'm sorry, I didn't get your request here.

modrelatedpost is our EasyBlog's module right? Every time that our modules load, it will always call the /components/com_easyblog/assets/css/module.css and as for now, you didn't see any styling for the module because you are using different classname [.sprocket-], see attachment, thus your module will not inherit anything from EasyBlog's module.css.

If you plan to call another stylesheet whenever module.css is called, then I would suggest you to use CSS's @import method.

Please advice. Thank you.
·
Wednesday, 05 March 2014 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
No, foget about home page, because modrelatedpost only renders when you see and blog entry ( ie: when renders blog.read.php) check this url ( in ftp area) look at right , and you see modrelatedpost and for some reason the module.css doesn´t render.

Thanks
·
Wednesday, 05 March 2014 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Zeosing,

You're welcome, glad to heard your issues solved.
·
Thursday, 06 March 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post