Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 121
  1. #101
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by qhome View Post
    stylesheet.css. Or you could just not upload the stylesheet_dotline.css file if you want to hide it completely.
    I decided to add it to the stylesheet because I still wanted to show the dotted lines on other pages.
    Crazy



  2. #102
    Join Date
    Nov 2005
    Posts
    16
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    I have two small problems with this add-on:

    1) It does not work well with Firefox 2.0. I don't have the horizontal dot-line.
    With IE 7 i don't have problems

    2) when i validate the css ; i get:

    7 .vDotLine Property -x-background-x-position doesn't exist : center
    8 .vDotLine Property -x-background-y-position doesn't exist : top
    9 .vDotLine Property -moz-background-clip doesn't exist : -moz-initial
    10 .vDotLine Property -moz-background-origin doesn't exist : -moz-initial
    11 .vDotLine Property -moz-background-inline-policy doesn't exist : -moz-initial

  3. #103
    Join Date
    Nov 2005
    Posts
    16
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by gautier View Post
    I have two small problems with this add-on:

    1) It does not work well with Firefox 2.0. I don't have the horizontal dot-line.
    With IE 7 i don't have problems
    works now with:

    .hDotLine
    {
    background-image: url(../images/delim_v.gif);
    padding:.1em;
    }

  4. #104
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Hello,

    Great mod! Im just wondering if there is a way to reduce the spaces around the item escpecially the top and bottom?

    Thank you

  5. #105
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Hello,

    I also have the problem on my test site www.clickyshop.com/new_shop1
    when validating, it says:

    7 .vDotLine Property -x-background-x-position doesn't exist : center
    8 .vDotLine Property -x-background-y-position doesn't exist : top
    9 .vDotLine Property -moz-background-clip doesn't exist : -moz-initial
    10 .vDotLine Property -moz-background-origin doesn't exist : -moz-initial
    11 .vDotLine Property -moz-background-inline-policy doesn't exist : -moz-initial
    and the MORE INFO button isnt shown, any help very much appreciated.

    THANKS A LOT IN ADVANCED...

    regards,
    kruna

  6. #106
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Hey Still Crazy can you please tell me how to get the BG working? i've been playing with the css and tpl files but i cant seem to be able to get it to work. I cant get the specialscontainer class to work please help!

    thanks in advance

  7. #107
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Adding quantity box

    Could someone please tell me how to add the quantity box above the add to cart button in DMB? I've been playing around with the code in modules/mytemplate/new_products.php but I can't get it to work.

    Thanks!

    Matt

  8. #108
    Join Date
    Sep 2006
    Location
    Derby UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by koge View Post
    Hey Still Crazy can you please tell me how to get the BG working? i've been playing with the css and tpl files but i cant seem to be able to get it to work. I cant get the specialscontainer class to work please help!

    thanks in advance
    Ok, its a while since I did this, but it went something like this:-

    Turn off the dotted lines

    #specialsDefault .vDotLine{display: none;}
    #specialsDefault .hDotLine{display: none;}

    Apply background image to the specialsContainer

    .specialsContainer{background-image: url(../images/specials_bg.gif);background-repeat: no-repeat; height: 278px; width:206px;}

    The rest is mainly styling and padding as required

    td{vertical-align : top;}
    table#specialsDefault{margin: 0;padding: 0;}
    #specialsDefault.centerBoxWrapper{vertical-align : top;padding:0;margin-bottom: 5px;}
    .specialsContainerHeader h2{font-size:14px;color: #000099;text-align :center;margin:0;padding: 5px;}
    .specialsContainerContent{padding:10px 5px 5px 5px;height: 120px;}
    .specialsContainerPrices{padding: 5px;}

    There are some minor display differences between IE and Firefox, but I think most are acceptable ['though the engineer in me would like both to display the same].

    There were some mods to the specials_index.php file but these were to do with the changing title text [which still does not work as intended].

    Hope this helps.
    Crazy



  9. #109
    Join Date
    Jun 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    Quote Originally Posted by Still Crazy View Post
    Ok, its a while since I did this, but it went something like this:-

    Turn off the dotted lines

    #specialsDefault .vDotLine{display: none;}
    #specialsDefault .hDotLine{display: none;}

    Apply background image to the specialsContainer

    .specialsContainer{background-image: url(../images/specials_bg.gif);background-repeat: no-repeat; height: 278px; width:206px;}

    The rest is mainly styling and padding as required

    td{vertical-align : top;}
    table#specialsDefault{margin: 0;padding: 0;}
    #specialsDefault.centerBoxWrapper{vertical-align : top;padding:0;margin-bottom: 5px;}
    .specialsContainerHeader h2{font-size:14px;color: #000099;text-align :center;margin:0;padding: 5px;}
    .specialsContainerContent{padding:10px 5px 5px 5px;height: 120px;}
    .specialsContainerPrices{padding: 5px;}

    There are some minor display differences between IE and Firefox, but I think most are acceptable ['though the engineer in me would like both to display the same].

    There were some mods to the specials_index.php file but these were to do with the changing title text [which still does not work as intended].

    Hope this helps.
    Hi Still Crazy, sorry for disturb you again, but i have try to modify the products in the center of page. I have try also your solutions but if you see the picture that i have attached, you can see that there is more difference of your work. I want know if is it possible, if you have modified just the stylesheet.css and stylesheet_dotline.css file or you have modified/created other files for example tpl file. I have modified the stylesheet.css like your and i have copied your stylesheet_dotline.css but it's the same thing, for this i think that maybe i have to modify some others file.

    Please help me, because i don't know what i have to do.

    Thanks. Bye Bye.
    Attached Images Attached Images  

  10. #110
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Designer Monthly Boxes

    I was wondering if you guys can help me here.

    I don't see featured products at all. I don't see table format for specials. Moreover I am seeing new products listing twice.

    So please help me trying to figure out the problem.

    Thanks a lot in advance.

    Here is the link
    http://ct-tutor.com/store/

    Thanks a lot.

 

 
Page 11 of 13 FirstFirst ... 910111213 LastLast

Similar Threads

  1. Designer Monthly Boxes Customization Issue
    By ychousa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Apr 2008, 05:05 AM
  2. Designer Monthly Boxes css to 3 column layout
    By clane777 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Sep 2007, 01:41 AM
  3. Several Problems: Special & Monthly Boxes
    By helpme in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 4 May 2007, 07:38 PM
  4. Chaning Text in Monthly Center Boxes
    By helpme in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Apr 2007, 10:13 PM
  5. Need Designer Help - Footers on Center Boxes
    By bettysue in forum Addon Templates
    Replies: 3
    Last Post: 2 Feb 2007, 01:06 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