Thread: Westminster New

Page 56 of 187 FirstFirst ... 646545556575866106156 ... LastLast
Results 551 to 560 of 1865
  1. #551
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Westminster New

    ... requires the person to have to do the search on your behalf ...
    Fair enough - did a recheck:
    The first mentioning of the problem is #396 - Thannaree.
    A new search for TEXT_NO_PRODUCTS doesn't pinpoint a message with a solution - didn't earlier, doesn't now.
    Between #396 and my previous message (#553) I found no solution - looked through them all.

    Is it me being stoopid again?

  2. #552
    Join Date
    Apr 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne, firstly I have to say how much i think this template rocks!! thank you for creating such a wonderful template for free.

    I have firebug and web development for firefox to help me out. This is how I have gotten my shop looking as it does thus far, I am trying to match as close as I can to my wordpress theme to create uniform look to my site.

    My question I have is not so much a bug, I just need some guidance to which css area, I hope you can help save my hair please.

    I have added a background image rather than a solid colour for the body CSS, I would like to add a white background to the centre area of the site when browsing products just like you have on the front page of the template.

    I am referring to where the left column and the content column are, however if I add a colour background to the onerow-fluid css it also adds white over the top of the very top nav area where the shopping cart is shown and i dont what that area white.

    How can I add a solid background colour to just that centre area of the template if you could point me in the right direction please?

    This link shows where I want to add the white background rather than seeing the zigzag background at the sides between left column and content column.
    beehavendesignz DOT com/shop/index.php?main_page=featured_products

    I would like it to be all filled in white like on the front page here:
    beehavendesignz DOT com/shop/

    Greatly appreciate your help and thank you in advance :-)
    Melanie
    beehavendesignz DOT com

  3. #553
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Westminster New

    BTW: Thanks Anne for a great template - my comments are only minor! (The attachment is to show the arrow issue dtc.fi.)
    Attached Images Attached Images  
    Last edited by kalastaja; 2 Feb 2015 at 01:30 PM. Reason: Glitch in code

  4. #554
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by kalastaja View Post
    BTW: Thanks Anne for a great template - my comments are only minor! (The attachment is to show the arrow issue dtc.fi.)
    I am not seeing this on the demo.

    Thanks,

    Anne

  5. #555
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by missesbeehaven View Post
    Hi Anne, firstly I have to say how much i think this template rocks!! thank you for creating such a wonderful template for free.

    I have firebug and web development for firefox to help me out. This is how I have gotten my shop looking as it does thus far, I am trying to match as close as I can to my wordpress theme to create uniform look to my site.

    My question I have is not so much a bug, I just need some guidance to which css area, I hope you can help save my hair please.

    I have added a background image rather than a solid colour for the body CSS, I would like to add a white background to the centre area of the site when browsing products just like you have on the front page of the template.

    I am referring to where the left column and the content column are, however if I add a colour background to the onerow-fluid css it also adds white over the top of the very top nav area where the shopping cart is shown and i dont what that area white.

    How can I add a solid background colour to just that centre area of the template if you could point me in the right direction please?

    This link shows where I want to add the white background rather than seeing the zigzag background at the sides between left column and content column.
    beehavendesignz DOT com/shop/index.php?main_page=featured_products

    I would like it to be all filled in white like on the front page here:
    beehavendesignz DOT com/shop/

    Greatly appreciate your help and thank you in advance :-)
    You have to set the .onerow-fluid background to #fff and then remove the background from the .onerow-fluid in the #top-wrapper:

    Code:
    #top-wrapper .onerow-fluid{background:none;}
    Thanks,

    Anne

  6. #556
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I am not seeing this on the demo.
    True. But more astounding is the reason why I have the problem! If I tag the line below with my usual "//DTC" comment - it breaks the code! The background color change is ok, but not a trailing //-comment! Do observe that I'm using the comment throughout the file to mark my alterations.
    Code:
    ul.slimmenu li a:hover, ul.slimmenu1 li a:hover {background:#00a43e;text-decoration: none;color:#fff;}
    Now my site looks "normal".

    BTW: The position can handle the /**/-comment
    Last edited by kalastaja; 2 Feb 2015 at 07:08 PM. Reason: typo

  7. #557
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by kalastaja View Post
    True. But more astounding is the reason why I have the problem! If I tag the line below with my usual "//DTC" comment - it breaks the code! The background color change is ok, but not a trailing //-comment! Do observe that I'm using the comment throughout the file to mark my alterations.
    Code:
    ul.slimmenu li a:hover, ul.slimmenu1 li a:hover {background:#00a43e;text-decoration: none;color:#fff;}
    Now my site looks "normal".

    BTW: The position can handle the /**/-comment
    The answer is simple.. use the /* comment here */ format to comment in the CSS.. Problem solved..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #558
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by DivaVocals View Post
    The answer is simple.. use the /* comment here */ format to comment in the CSS.. Problem solved..
    I know I have a lousy track record, but isn't that obvious! My point was that is not standard procedure and not that easy to figure out - one would assume comments are fairly safe! So if this helps someone - ok; one peculiarity on display - the forum is here for that purpose, isn't it!?

  9. #559
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by kalastaja View Post
    Fair enough - did a recheck:
    The first mentioning of the problem is #396 - Thannaree.
    A new search for TEXT_NO_PRODUCTS doesn't pinpoint a message with a solution - didn't earlier, doesn't now.
    Between #396 and my previous message (#553) I found no solution - looked through them all.
    This is not either a very big question, but would be glad to see what causes this peculiarity! The problem being that it's difficult to find what isn't there - because it isn't there!
    BTW: found a hard-coded "General info" in the menu - not difficult to spot.

  10. #560
    Join Date
    Apr 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Westminster New

    Your a gem thank you so much Anne

    I had been looking at that for hours and trying different combinations but totally didnt think to add the code for top wrap to my css. WOHOOO now this is looking as I wanted thank you again - your the best!!

    Quote Originally Posted by picaflor-azul View Post
    You have to set the .onerow-fluid background to #fff and then remove the background from the .onerow-fluid in the #top-wrapper:

    Code:
    #top-wrapper .onerow-fluid{background:none;}
    Thanks,

    Anne
    Melanie
    beehavendesignz DOT com

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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