Results 1 to 10 of 164

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Hi Cindy - I just love this plugin - many thanks for creating it!!

    just a couple of things;

    1. article title doesn't show as bold (see image below) - on hover it does go blue for link - .css indicates it should be bold - how to adjust?

    2. in includes/languages/english/extra_definitions/news_box_manager_defines.php ..... can I replace the BOX_HEADING_NEWS_BOX', 'Latest News' text with an image? I have created the image but not sure how to make it render - tried replacing the text with a link to the image but it wouldn't work for me, likely wrong code.

    I also tried adding a row in the stylesheet_news_box_manager.css with a background image in lieu of the above - but again it didn't render
    Code:
    #newsscrollbox ol { margin: 0; padding: 0; list-style-position: inside; }
    
    #moreNewsDefault .news_header { font-weight: bold; padding-right: 0.3em; }
    #moreNewsDefault .newsContent { padding: 0.3em 0; }
    
    #news-table { display: table; border-collapse: collapse; width: 100%; margin: 0.8em 0; }
    .image-row { display: table-row; border: 1px solid #00BFFF; background-image: url(/images/latestnews.png); background-repeat: no-repeat; width: 100%; height: 75px; }
    .news-row { display: table-row; border: 1px solid #00BFFF; }
    .news-heading { font-weight: bold; }
    .news-cell { display: table-cell; padding: 0.5em; border: 1px solid #00BFFF; }
    If you can assist that would be great - if I should be posting this in another thread for assistance then please say so

    cheers, Mike

    Attachment 18760
    Last edited by shags38; 19 Dec 2019 at 05:06 AM.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Mike, a link to the site (via PM if you desire) would help me help you for these styling/page-layout type questions.

  3. #3
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    Mike, a link to the site (via PM if you desire) would help me help you for these styling/page-layout type questions.
    Hi Cindy, thanks for your quick reply - here is the site https://www.dazzlerscliponearrings.com.au - ideally adding a blank full length table row above the existing top row, so an integral part of the table, into which the existing heading of 'Latest News' would be placed instead of consuming (more) space on the page and such that an image can be inserted in lieu of the text .... so it makes a single element when loaded on the page, in lieu of 2 lines of text (and resultant 2 rows of white space) plus table. The to view all articles click view all text could be incorporated in the same row block as the article title (this part I have been able to do).
    Maybe to make that result less 'blocky' possibly have top and side borders of the 'new' top row have their own css lines so that the borders could be #FFFFFF

    cheers, Mike
    Last edited by shags38; 19 Dec 2019 at 11:36 PM.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Mike, for the article title showing in bold, try updating the css to include
    Code:
    .news-cell > a:first-child { font-weight: bold; }
    The title is the very first anchor directly present in a news-cell class element.

    I'm still looking at the other styling question.

  5. #5
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    Mike, for the article title showing in bold, try updating the css to include
    Code:
    .news-cell > a:first-child { font-weight: bold; }
    The title is the very first anchor directly present in a news-cell class element.

    I'm still looking at the other styling question.
    Many thanks Cindy - worked a treat.
    cheers, Mike

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    In which directory is that latestnews.png file (noting that it should be present in the template's /images sub-directory for use by the CSS)?

  7. #7
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    In which directory is that latestnews.png file (noting that it should be present in the template's /images sub-directory for use by the CSS)?
    Hi Cindy - it is in /images folder - so I move it to my_template/images folder ........ then in includes/languages/english/extra_definitions/news_box_manager_defines.php I replaced the text 'Latest News' with <img src="includes/templates/westminster_new/images/latestnews.png" alt="latest news"> .... and all is good! So thank you.

    I am now going to try to insert a smaller image in the NEWS_BOX_HEADING_TITLE row .... wish me luck

    many thanks,
    Mike


    cheers,
    Mike
    Last edited by shags38; 21 Dec 2019 at 02:34 PM.

  8. #8
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Thank you
    Last edited by keneso; 8 Dec 2024 at 01:24 AM.

  9. #9
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    v 3.2.1

    Not an issue, or a least not a big one.

    I set in the admin profile for a limited admin access the [all types] to be accessed, but when going to tool > News Box Manager [all types] i get:
    Code:
    Sorry, your security clearance does not allow you to access this resource.
    Please contact your site administrator if you believe this to be incorrect.
    Sorry for any inconvenience.
    If I select in the admin profile the type 1/2/3/4 they are accessable, yet the all types is not.
    What am I missing?

 

 

Similar Threads

  1. v151 Log Manager [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Jul 2025, 02:40 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  4. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  5. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg