Page 20 of 40 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 393
  1. #191
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive All Business Template

    Quote Originally Posted by Linda in NY View Post
    Love the template, it's exactly what I was looking for thank you !
    Quick question, what css file do I need to go to in order to change the bright blue on the top part of the page that fades out as it goes down the sides.

    Thank you in advance,
    Linda
    You will edit the stylesheet.css file. If you are going to make css changes then I would recommend using firefox or chrome and the web developer tools. They will tell you the exact line that needs to be edited to make changes and you can try your changes out before you change the actual files.

    Thanks,

    Anne

  2. #192
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Thank you so much for the reply,
    I've made some changes, I can't seem to figure out how to make the blue in the upper left edge go away. If anyone can help me I'd appreciate it. I've gone through the stylesheet for about 4 hrs and can't find out what to do.

    http://www.cocomilkcollectibles.com/shoppingcart/

    Sorry it's so bright, I'm going to tone it done as soon as I can.

    Quote Originally Posted by picaflor-azul View Post
    You will edit the stylesheet.css file. If you are going to make css changes then I would recommend using firefox or chrome and the web developer tools. They will tell you the exact line that needs to be edited to make changes and you can try your changes out before you change the actual files.

    Thanks,

    Anne
    Last edited by Linda in NY; 28 Nov 2014 at 10:02 PM.

  3. #193
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Never mind this question, I'm all set, and I still love the template, thank you so much for providing it for us !
    Quote Originally Posted by Linda in NY View Post
    Thank you so much for the reply,
    I've made some changes, I can't seem to figure out how to make the blue in the upper left edge go away. If anyone can help me I'd appreciate it. I've gone through the stylesheet for about 4 hrs and can't find out what to do.

    http://www.cocomilkcollectibles.com/shoppingcart/

    Sorry it's so bright, I'm going to tone it done as soon as I can.

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by Linda in NY View Post
    Never mind this question, I'm all set, and I still love the template, thank you so much for providing it for us !
    I am happy that you figured it out ;)

    Thanks,

    Anne

  5. #195
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Responsive All Business Template

    Quote Originally Posted by Linda in NY View Post
    Thank you so much for the reply,
    I've made some changes, I can't seem to figure out how to make the blue in the upper left edge go away. If anyone can help me I'd appreciate it. I've gone through the stylesheet for about 4 hrs and can't find out what to do.

    http://www.cocomilkcollectibles.com/shoppingcart/

    Sorry it's so bright, I'm going to tone it done as soon as I can.
    Linda,

    The additional links you have in the footer under important links is causing overlap with the social media icons. You can adjust this in your stylesheet_footer_menu.css. Find:

    #social-media {
    float: right;
    margin-right: 15px;
    margin-top: -20px;
    margin-bottom: 20px;

    Change margin-top to a positive number, say 5px to 10px or so.

  6. #196
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Now that you mention that, I do have a question.
    Can I remove the social media icons in the footer or just turn them off.
    I'd prefer to have something like addthis, something that comes out on the side and people can then share the site to their facebook etc.
    Would that (addthis) work with the template with it being a Responsive template. I don't want to blow the site up. :)

    Thank you.

    Quote Originally Posted by RescoCCC View Post
    Linda,

    The additional links you have in the footer under important links is causing overlap with the social media icons. You can adjust this in your stylesheet_footer_menu.css. Find:

    #social-media {
    float: right;
    margin-right: 15px;
    margin-top: -20px;
    margin-bottom: 20px;

    Change margin-top to a positive number, say 5px to 10px or so.

  7. #197
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive All Business Template

    Quote Originally Posted by Linda in NY View Post
    Now that you mention that, I do have a question.
    Can I remove the social media icons in the footer or just turn them off.
    I'd prefer to have something like addthis, something that comes out on the side and people can then share the site to their facebook etc.
    Would that (addthis) work with the template with it being a Responsive template. I don't want to blow the site up. :)

    Thank you.
    Just add a display:none; to #social-media in your stylesheet.css file. You will have to test the add this widget to see if it is responsive. My guess is that you would not want anything popping out from the side of a phone, but maybe they have a responsive version of the widget.

    Thanks,

    Anne

  8. #198
    Join Date
    Jun 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    Hi Anne,

    Thanks for this excellent template. I like it the way that the product description and details are collapsed when the browser window is smaller. But I would like to have the details part collapsed by default (and the product description only when the browser is getting smaller). Is that possible to change it this way? And if possible, how should I do that?

    Kind regards,
    Rik

  9. #199
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Responsive All Business Template

    I've been looking but can't seem to find an answer for this one so if anyone can help I'd appreciate it. On the new products page when I go to it, nothing shows up. I have it set to 30 days and in the past 2 weeks I've added about 50-60 products to inventory and in stock, they all show up in categories etc, but my New Products Page shows nothing. I can't figure out what setting I might be missing that nothing is showing up on the page that is specifically for new products, when I added things.

    Thank you in advance for any advice, suggestions or answer. Have a good day.

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

    Default Re: Responsive All Business Template

    Quote Originally Posted by RikW View Post
    Hi Anne,

    Thanks for this excellent template. I like it the way that the product description and details are collapsed when the browser window is smaller. But I would like to have the details part collapsed by default (and the product description only when the browser is getting smaller). Is that possible to change it this way? And if possible, how should I do that?

    Kind regards,
    Rik
    You will modify the includes/templates/override/templates/tpl_product_info_display.php file. You will need to modify the javascript.

    Thanks,

    Anne

 

 
Page 20 of 40 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 994
    Last Post: 23 Apr 2019, 04:44 PM
  2. Help with Responsive All Business Template Links
    By StevenUK in forum General Questions
    Replies: 6
    Last Post: 9 Dec 2015, 04:24 PM
  3. v154 How Do I Install : Responsive All Business Template into Zen Cart
    By StevenUK in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 4 Dec 2015, 01:16 PM
  4. .xcf file in All Business template
    By johnn196703 in forum Customization from the Admin
    Replies: 3
    Last Post: 27 Apr 2012, 06:35 PM
  5. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 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