Page 10 of 13 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 128
  1. #91
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Quote Originally Posted by RoseStar View Post
    ZC 1.5.7c
    News Box Mgr v3.1.0
    Lovely plugin! I have two active News Box Manager blog posts. The sidebox (class="nb-grid-inner nb-t1") repeats only one news_content (class="nb-content") beneath each correct blog post link heading (class="nb-t1") and date (class="nb-dates").

    The visible news_content changes depending on which story was last viewed; either way, both blog entry sidebox news_content summaries always contain the same data. Content is fine everywhere else. How may I resolve this please?

    Attachment 19541
    My old eyes can't make out what the setting is for the two Sidebox/Category to Show values. Are they, perchance, the same?

  2. #92
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    My old eyes can't make out what the setting is for the two Sidebox/Category to Show values. Are they, perchance, the same?
    They are the same.

    Click image for larger version. 

Name:	nb mgr layout setting larger 2021-05-01.jpg 
Views:	19 
Size:	32.3 KB 
ID:	19544

  3. #93
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    That would explain it! Set those Category values to be different to get the sideboxes to display different content.

  4. #94
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    That would explain it! Set those Category values to be different to get the sideboxes to display different content.
    I set the Category values to different displays and realized I wasn't clear. Apologies! The repeated news-content data under each post's correct heading in sideboxes occurs within the same sidebox. The issue persists.

    The same content is always populated by the last viewed article:

    Click image for larger version. 

Name:	nb sidebox closeup 2021-05-01.png 
Views:	12 
Size:	16.4 KB 
ID:	19545

  5. #95
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Quote Originally Posted by RoseStar View Post
    I set the Category values to different displays and realized I wasn't clear. Apologies! The repeated news-content data under each post's correct heading in sideboxes occurs within the same sidebox. The issue persists.

    The same content is always populated by the last viewed article:

    Click image for larger version. 

Name:	nb sidebox closeup 2021-05-01.png 
Views:	12 
Size:	16.4 KB 
ID:	19545
    A link to the site would certainly help, as I'm not able to replicate your issue locally. If you don't want to post it on the forums, you can send it to me via PM.

  6. #96
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,668
    Plugin Contributions
    1

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

    v1.5.7b PHP 7.3 responsive classic template news box manager v3.1.0 dazzlers clip on earrings


    Hi Cindy,

    please refer to the screenshot - when news_box_sidebox.php is activated the content also appears on the home page in mobile, at the top of the page before the <h1> tag.

    Configuration settings for sidebox are left/right >ON, Left selected, single column status set to OFF.

    It is consitent on Chrome, Firefox and I.E - this same problem was posted here https://www.zen-cart.com/showthread....40#post1377140 a while back and because it persisted I deleted News Box Manager plugin and only re-installed yesterday. All other aspects of the function of News Box are fine, no other problems. I reported originally that the content was in the header but it may actually be in the home page - (using 'inspect' in Google Chrome responsive it shows that it is in navCatTabsWrapper ?? - the grey background behind 'Latest News (view all) is consistent with my categories tabs background in the header (in desktop view)

    I've checked template files that I thought would have a bearing on placement on the home page (tpl_index_default, tpl_home_page and tpl_categories_index_default, tpl_header) but am not seeing any stray code.

    Any thoughts on this??

    cheers,
    Mike

    Click image for larger version. 

Name:	Screenshot_20210510-124457.jpg 
Views:	20 
Size:	31.2 KB 
ID:	19552

  7. #97
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Mike, you'll need to edit your RC-template clone's version of /jscript/jscript_responsive_framework.php, adding the News Box Manager's sidebox(es) to the list of hidden elements:
    Code:
    $('#documentcategories').css({'display': 'none', 'visibility': 'hidden'  });
    $('#categories').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#whatsnew').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#manufacturers').css({'display': 'none', 'visibility': 'hidden'  });
    $('#reviews').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#featured').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#information').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#moreinformation').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerbox').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#ezpages').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#recordcompanies').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#musicgenres').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerboxall').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#search').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerbox2').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bestsellers').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#specials').css({'display': 'none', 'visibility': 'hidden'  });
    $('#whosonline').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#orderhistory').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#manufacturerinfo').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#productnotifications').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#currencies').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#languages').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#shoppingcart').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#newsboxsidebox').css({ 'display': 'none', 'visibility': 'hidden' });

  8. #98
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,668
    Plugin Contributions
    1

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

    Quote Originally Posted by lat9 View Post
    Mike, you'll need to edit your RC-template clone's version of /jscript/jscript_responsive_framework.php, adding the News Box Manager's sidebox(es) to the list of hidden elements:
    Code:
    $('#documentcategories').css({'display': 'none', 'visibility': 'hidden'  });
    $('#categories').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#whatsnew').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#manufacturers').css({'display': 'none', 'visibility': 'hidden'  });
    $('#reviews').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#featured').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#information').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#moreinformation').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerbox').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#ezpages').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#recordcompanies').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#musicgenres').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerboxall').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#search').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bannerbox2').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#bestsellers').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#specials').css({'display': 'none', 'visibility': 'hidden'  });
    $('#whosonline').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#orderhistory').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#manufacturerinfo').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#productnotifications').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#currencies').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#languages').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#shoppingcart').css({ 'display': 'none', 'visibility': 'hidden' });
    $('#newsboxsidebox').css({ 'display': 'none', 'visibility': 'hidden' });
    Thanks a bunch Cindy - worked a treat

    cheers,
    Mike

  9. #99
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

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

    I'm not seeing anything in the code or news box tables; I've since turned off the 2nd sidebox as it's not needed yet. Here's a screenshot (same at link) to see my current settings and two different problems:

    Click image for larger version. 

Name:	news_box_grid_title_date_shows_duplicate_desc__2021-05-23.jpg 
Views:	16 
Size:	30.0 KB 
ID:	19588

    https://rosestarstudio.com/gallery/n...2021-05-23.png

    Problem 1:
    nb-t1 is populated correctly
    nb-dates is populated correctly
    nb-content is not populated correctly
    Nothing stands out in the code for populating nb-content with
    Code:
    $news_sidebox_content = zen_trunc_string($news_content);
    in tpl_news_box_sidebox.php

    Problem 2:
    Truncated news_content shows even though I have both sideboxes set to GridTitleDate only (instead of GridTitleDateDesc). I’m unable to temporarily mask problem #1 while still showing post dates.
    Last edited by RoseStar; 23 May 2021 at 07:30 PM. Reason: Link issue

  10. #100
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

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

    Two file changes needed to provide the required variable clean-up for the multi-use formatting scripts:

    1. /includes/modules/news_box_format. Change line 80 to read
    Code:
    unset($news_info, $news_and_clause, $max_news_items);
    2. /includes/sideboxes/news_box_sidebox.php. Change line 83 to read
    Code:
    unset($news_sidebox_num, $news_and_clause, $max_news_items);

 

 
Page 10 of 13 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. v151 Log Manager [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 19 Oct 2023, 11:44 AM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR