Results 1 to 10 of 24

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Blank Sidebox support thread

    Are you sure you have the div spelled correctly? If it is actually #blankSideBox or #blankSidebox, it will not be hidden.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: Blank Sidebox support thread

    Thanks for the help, I think I have it figured out. In includes/templates/MYTEMPLATE/jscript/jscript_responsive_framework.php I found the following and added the last line. It seems to have worked.

    $('#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' });
    $('#blanksidebox').css({ 'display': 'none', 'visibility': 'hidden'});

 

 

Similar Threads

  1. Social Sidebox Support Thread
    By brandonturpin in forum Addon Sideboxes
    Replies: 32
    Last Post: 21 Mar 2013, 06:51 AM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 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