Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Css formatting of news items

More
11 years 3 weeks ago #1977 by [email protected]
Just purchased the LNEE module but like some of the other users are having problems getting the style/formatting to work.

The main issue is that the calendar is appearing above the text and on 11px is height.

As per other posts I have changed the permissions on all the style.css.php files I can find from 644 to 744 but this hasn't worked.

Is there something else I am missing.

A link to the development page is:

www.xplainitonline.info/anartya/index.php/news

Any help would be much appreciated.

Regards

David

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago - 11 years 3 weeks ago #1979 by admin
Replied by admin on topic Re: Css formatting of news items
Hello David,
you actually have several issues on the page.
First, the stylesheets for the module are not applied, as you mentionned. Do you have the admin tools module setup on the site? If so, there will be some adjustments to make.
Second, you have CSS conflicts with the stylesheet calendar-jos.css. But that will have to be solved once you get the module's stylesheets actually working.

Olivier.
Last edit: 11 years 3 weeks ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago #1982 by [email protected]
No, but it is now. I had to install a slightly earlier version as the server is running php 5.2.7 due to other dependencies.

Sorry, what do I need to do now?

Thanks

David

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago #1983 by admin
Replied by admin on topic Re: Css formatting of news items
When using admin tools (the pro version), there are 2 lines to add to the section 'allow direct access to the following files' in the htaccess-maker tool:
modules/mod_latestnewsenhancedextended/stylemaster.css.php
modules/mod_latestnewsenhancedextended/animationmaster.js.php
That should solve the problem. Let me know!

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago #1984 by [email protected]
Okay added the 2 lines in using Admin Tools so an excerpt from my .htaccess file looks like:

##### Advanced server protection rules exceptions -- BEGIN
RewriteRule ^administrator\/components\/com_akeeba\/restore\.php$ - [L]
RewriteRule ^administrator\/components\/com_admintools\/restore\.php$ - [L]
RewriteRule ^modules\/mod_latestnewsenhancedextended\/stylemaster\.css\.php$ - [L]
RewriteRule ^modules\/mod_latestnewsenhancedextended\/animationmaster\.js\.php$ - [L]
RewriteRule ^templates\/your_template_name_here/ - [L]
##### Advanced server protection rules exceptions -- END

But still now working, sorry anymore suggestions?

David

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago - 11 years 3 weeks ago #1986 by admin
Replied by admin on topic Re: Css formatting of news items
When I look at the CSS file generated by the module, it returns a '406 Not Acceptable' error, error I never knew even existed. You can find some explanations here: www.checkupdown.com/status/E406.html .
This is a server issue and it is rather difficult to help in this case as I have no control over your environment. Hope the link helps you finding out what is going on here.

Olivier.
Last edit: 11 years 3 weeks ago by admin.

Please Log in or Create an account to join the conversation.