Page 33 of 47 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 462
  1. #321
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Thanks for that!

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Thanks for that!
    No problem ;-) Let me know if you need any other help.

    Thanks,

    Anne

  3. #323
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Ok, found the line in the stylesheet, adjusted the height to 350px.

    Made the header, 350px x 950px and named it logo.jpg

    uploaded the stylesheet, uploaded the header, but it isnt 'placed' properly!

    What on earth did i do wrong! lol! I appear to have some extra lines under the header too!!

    My site

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Ok, found the line in the stylesheet, adjusted the height to 350px.

    Made the header, 350px x 950px and named it logo.jpg

    uploaded the stylesheet, uploaded the header, but it isnt 'placed' properly!

    What on earth did i do wrong! lol! I appear to have some extra lines under the header too!!

    My site

    Remove the height that you added to the stylesheet.css.

    Then change this line:

    Code:
    #logo {padding-left: 15; padding-top: 15;}
    to this:

    Code:
    #logo {padding-left: 0; padding-top: 0;}
    Thanks,

    Anne

  5. #325
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Thank you again. It has worked beautifully! I can now work through the readme and sort out the other bits to get it set up. I had a quick look at the file and i want to thank you for the detailed instruction, should be able to manage that ok!

    Fabulous template by the way, really nice!

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by scrapbook party View Post
    Thank you again. It has worked beautifully! I can now work through the readme and sort out the other bits to get it set up. I had a quick look at the file and i want to thank you for the detailed instruction, should be able to manage that ok!

    Fabulous template by the way, really nice!
    Thanks!

    Thanks,

    Anne

  7. #327
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I want to change the color of the sidebox headers and the navigation bar in the header. I am looking at stylesheet.css and I thought it might be here:

    /*bof sideboxes*/
    #navColumnOne {background-color: #fff;padding-bottom:20px;}
    #navColumnTwo {/*background-color: #ee4893;*/}
    .columnLeft {}
    h3.leftBoxHeading {font-size: 1.3em;color: #3b1910;padding-top:15px;}
    h3.leftBoxHeading a{font-size: 1.0em;color: #3b1910;}
    .leftBoxHeading, .centerBoxHeading {margin: 0em;background-image: url(../images/top-nav-bk.jpg);background-repeat:repeat-x;height:37px;padding: 0.5em 0.2em;color:#fbd5e6;}
    .centerBoxHeading {padding-top:15px;padding-left:25px;}
    .leftBoxContainer {border: 1px solid #fff;margin-top: 1.5em;}
    .sideBoxContent {background-color: #fff;padding: 0.4em;padding-top:0px;border:0px solid #e1e1e9;}

    but when I check the colors listed here, none are that original green color from the template, so it appears none of these needs changing. I thought if I found that green color you used in the original template, I would just change all of them to the color I want.

    Where should I be looking?

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by traytray View Post
    I want to change the color of the sidebox headers and the navigation bar in the header. I am looking at stylesheet.css and I thought it might be here:

    /*bof sideboxes*/
    #navColumnOne {background-color: #fff;padding-bottom:20px;}
    #navColumnTwo {/*background-color: #ee4893;*/}
    .columnLeft {}
    h3.leftBoxHeading {font-size: 1.3em;color: #3b1910;padding-top:15px;}
    h3.leftBoxHeading a{font-size: 1.0em;color: #3b1910;}
    .leftBoxHeading, .centerBoxHeading {margin: 0em;background-image: url(../images/top-nav-bk.jpg);background-repeat:repeat-x;height:37px;padding: 0.5em 0.2em;color:#fbd5e6;}
    .centerBoxHeading {padding-top:15px;padding-left:25px;}
    .leftBoxContainer {border: 1px solid #fff;margin-top: 1.5em;}
    .sideBoxContent {background-color: #fff;padding: 0.4em;padding-top:0px;border:0px solid #e1e1e9;}

    but when I check the colors listed here, none are that original green color from the template, so it appears none of these needs changing. I thought if I found that green color you used in the original template, I would just change all of them to the color I want.

    Where should I be looking?
    You will need to change the top-nav-bk.jpg image.

    Thanks,

    Anne

  9. #329
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I sell cross stitch supplies including fabric. I have an attribute for each fabric so people can select the size they need. People are having a hard time finding the size drop down because it's in a weird place. I've linked a marked-up screenshot to show where I would like that selector to be. Can someone tell me how to move that? Thanks! :)
    http://laurelsstitchery.com/screenshot06042012.png

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by laurelsstitchery View Post
    I sell cross stitch supplies including fabric. I have an attribute for each fabric so people can select the size they need. People are having a hard time finding the size drop down because it's in a weird place. I've linked a marked-up screenshot to show where I would like that selector to be. Can someone tell me how to move that? Thanks! :)
    http://laurelsstitchery.com/screenshot06042012.png
    You can edit the includes/templates/alysa_rounded/templates/tpl_product_info_display.php file.

    Thanks,

    Anne

 

 
Page 33 of 47 FirstFirst ... 23313233343543 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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