Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2011
    Posts
    35
    Plugin Contributions
    0

    Default Remove space from Blank_sidebox

    Hi All,

    I am using 1.3.9h and have successfully installed Blank_sidebox. I have two images displayed, side by side.

    I have significant white space on top and bottem. Can I get rid of this in my CSS stylesheet?

    Thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Remove space from Blank_sidebox

    No. You'll have to edit tpl_blank_sidebox.php and remove the <p> and </p> tags (but leave the single quotes):

    $content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
    $content .= '<p>You can include text, links, images, HTML markup and even PHP code</p>';

    so:

    $content .= '' . TEXT_BLANK_SIDEBOX . '';
    $content .= 'You can include text, links, images, HTML markup and even PHP code';

  3. #3
    Join Date
    Oct 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Remove space from Blank_sidebox

    Worked like a charm. Thank you so much. You guys rock.

  4. #4
    Join Date
    Sep 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Remove space from Blank_sidebox

    Quote Originally Posted by jghogue View Post
    Worked like a charm. Thank you so much. You guys rock.

    hi i am trying to add my seal to the box but im having a hard time with the php

    here is what i would like added in between ' '

    <a href="#" onclick="window.open('https://www.sitelock.com/verify.php?site=teachntoysonline.com','SiteLock','width=600,height=600,left=160, top=170');" ><img alt="website security" title="SiteLock" src="//shield.sitelock.com/shield/teachntoysonline.com"/></a>

    it keeps looking like its being commented out after the https part... can u do the code for me and ill just copy it here is where i want it

    $content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';

    $content .= 'THIS IS WHERE I WANT THAT CODE';

    $content .= '</div>';

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove space from Blank_sidebox

    Your javascript already has both single and double quotes, so putting it inside a (single-quoted) PHP string means you will have to escape the script quotes with a \ before each '.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove space from Blank_sidebox

    PHP Code:
    $content .= '<a href="#" onclick="window.open(\'https://www.sitelock.com/verify.php?site=teachntoysonline.com\',\'SiteLock\',\'width=600,height=600,left=160, top=170\');" ><img alt="website security" title="SiteLock" src="//shield.sitelock.com/shield/teachntoysonline.com"/></a> '

  7. #7
    Join Date
    Sep 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Remove space from Blank_sidebox

    thanks a million!

 

 

Similar Threads

  1. Unable to add space and remove certain text from a products page.
    By Malaperth in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Dec 2013, 05:27 AM
  2. v150 Remove space from vertically aligned additional images
    By spiggles87 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Mar 2013, 12:25 PM
  3. remove space from page
    By Ivanna in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 25 Jan 2012, 11:31 PM
  4. Remove space and green strip from stylesheet
    By willie634 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Aug 2010, 07:17 PM
  5. Remove space from above 'HEADING_TITLE'
    By ajcannon in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Oct 2006, 03:55 PM

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