test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • questbg Friend
    #140980

    Hi Everyone

    I had to do some work on my site today which involved modifying a few menus, categories and sections.

    Everything is now working fine except … on every section and category main page I’ve now got some ‘strange’ grey areas appeared between the section/category title and the first article on the page:|

    There is probably a really easy explanation of how to get rid of them, I’ve tried looking at the magazine menu, JA News module, JAZin plugin, etc., but can’t see anything obvious on how to switch this off.

    Any ideas please?

    Thanks
    Chris

    Arvind Chauhan Moderator
    #303939

    Hi Chris,

    The lines are arising from ja.news.css line 116.

    [PHP].jazin-pagedesc {
    display: block;
    padding: 10px;
    margin: 10px 0;
    font-family: Cambria, “Times New Roman”, Times, serif;
    font-size: 125%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #F7F7F7;
    font-style: italic;
    }[/PHP]

    setting

    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;

    to

    border-top: none;
    border-bottom: none;

    removes the lines, however, i am not sure if it is going to affect other pages of yours. Try this and check your site for ill effects if any.

    Hope it helps, update us accordingly.

    regards

    arvind

    questbg Friend
    #303984

    Hi Arvind

    Many thanks for that.

    I set both boders to ‘none’ as instructed but this still left a light grey panel. In the end, I commented out all the code you highlighted and it removed the lines and the grey panel.

    I’ve checked the site and all seems to be working fine again.

    The strange thing is … why should they suddenly appear at all? I’ve never hacked the ja news css file before yet they were never showing up until yesterday!

    Very strange.

    Thanks again, fixed now it seems.

    Chris

    bookpeg Friend
    #304700

    I got rid of those in the section parameters i think….

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  bookpeg 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum