Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    22
    Plugin Contributions
    0

    Default Help changing "more info" & modifying stylesheet

    Hello All!

    I have two questions... things I've been struggling to find aswers to. It's now time to ask for help....

    1. I have been working at trying to find information to change the page names of my "more information" categories. I have changed them in the english.php file, but this isn't changing the heading on the web page.
    I'm sure I've done it before, but can't for the life of me, find it anywhere.
    HELP!

    2. I have added a background to my side boxes. What I want to do is keep the background in the left column, but replace the background in the right column, making it white again. I'm not sure how to write this into my stylesheet. Can someone help?

    I have added a link as an example for both issues...

    http://www.jemenvy.com/index.php?main_page=page_3


    I would really appreciate any help that anyone can give me. I've got to have the website ready very soon, and I'm totally stuck on these two points

    Thanks so much!

  2. #2
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    22
    Plugin Contributions
    0

    Default Re: Help changing "more info" & modifying stylesheet

    While I'm thinking about it... I'm also having difficulty with the "Currencies" heading.

    The font is larger than the rest of the sidebox fonts, and it doesn't seem to want to change.

    I'm not sure why this happened, but any suggestions on how to fix it would also be greatly appreciated.

    Thanks again.

    jemenvy

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Help changing "more info" & modifying stylesheet

    For your first issue: (From the FAQs)

    To change the name of page_2, page_3 or page_4

    open the appropriate file includes -> languages -> ENGLISH -> page_?.php

    make the changes to fit your needs
    define('NAVBAR_TITLE', 'Page ?');
    define('HEADING_TITLE', 'Page ?');
    then save the file to

    includes -> languages -> ENGLISH -> CUSTOM -> page_?.php and upload to your server (We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.)

    Good luck!

    Tim

  4. #4
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    22
    Plugin Contributions
    0

    Default Re: Help changing "more info" & modifying stylesheet

    Ok, that's fixed.

    One problem solved... 2 to go...

    Thank you for your fast and helpful response, Tim!
    Have a great day!

  5. #5
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Help changing "more info" & modifying stylesheet

    Quote Originally Posted by jemenvy View Post
    2. I have added a background to my side boxes. What I want to do is keep the background in the left column, but replace the background in the right column, making it white again. I'm not sure how to write this into my stylesheet. Can someone help?
    In your style sheet change where it says:
    Code:
    .leftBoxContainer, .rightBoxContainer {
        margin-bottom: 1em;
        background-color: none;
        border: none;
        background-image: url(../images/text_back.gif);
    }
    To something like:
    Code:
    .leftBoxContainer {
        margin-bottom: 1em;
        border: none;
        background-image: url(../images/text_back.gif);
    }
    
    .rightBoxContainer {
        margin-bottom: 1em;
        border: none;
    }
    Hope that helps.
    Kind regards,
    Christian.

  6. #6
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    22
    Plugin Contributions
    0

    Default Re: Help changing "more info" & modifying stylesheet

    Yes, that fixed it!

    I knew approximately, what and where it needed to be changed. Just wasn't 100% sure who to break it up.

    Thank you kindly, Christian!

  7. #7
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Help changing "more info" & modifying stylesheet

    Quote Originally Posted by jemenvy View Post
    While I'm thinking about it... I'm also having difficulty with the "Currencies" heading.

    The font is larger than the rest of the sidebox fonts, and it doesn't seem to want to change.
    It is because the Currencies heading text has <label></label> tags around it which it shouldn't have. You can either remove them in the sidebox currency template or in your stylesheet do the following...

    Change...
    Code:
    h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, legend, .larger{
        font-size: 1.3em;
    }
    ..to read...
    Code:
    h4, h5, h6, h4.optionName, ADDRESS, .sideBoxContent, legend, .larger{
        font-size: 1.3em;
    }
    i.e. remove the bit about LABEL.

    I've not tested the above but I think it should work.

    Kind regards,
    Christian.

  8. #8
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    22
    Plugin Contributions
    0

    Default Re: Help changing "more info" & modifying stylesheet

    That worked beautifully.

    Thank you again, for your much appreciated help.

 

 

Similar Threads

  1. v1.2.x Some products "buy now" others "more info" can you help?
    By luke_pickering in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Sep 2014, 05:47 PM
  2. Showing "More Info" & "Buy Now" on Product Listing
    By litepockets in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Jul 2009, 05:23 PM
  3. Attributes - "More Info" / "Buy Now" Help please.
    By justme2000 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 29 Dec 2007, 04:31 PM
  4. Need help changing text size for: "Congratulations" & "Welcome Guest" on main page
    By STFlats in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Apr 2007, 04:32 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