Page 64 of 100 FirstFirst ... 1454626364656674 ... LastLast
Results 631 to 640 of 995
  1. #631
    Join Date
    May 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site, I can take a look.

    Thanks,

    Anne
    Thanks , I solved it.
    but the Easy Slider 1.7 still having error Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2)
    Timestamp: Tue, 21 Jun 2011 23:58:21 UTC


    Message: 'jQuery' is undefined
    Line: 30
    Char: 1
    Code: 0
    URI: http://mysit.com/includes/templates/..._easySlider.js

    I did check the previous post. if you know how to solve it, can you post a solution. i think lots of ppl are having the same problem.
    Thanks again for your work.

  2. #632
    Join Date
    May 2011
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by leisbi View Post
    Thanks , I solved it.
    but the Easy Slider 1.7 still having error Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2)
    Timestamp: Tue, 21 Jun 2011 23:58:21 UTC


    Message: 'jQuery' is undefined
    Line: 30
    Char: 1
    Code: 0
    URI: http://mysit.com/includes/templates/..._easySlider.js

    I did check the previous post. if you know how to solve it, can you post a solution. i think lots of ppl are having the same problem.
    Thanks again for your work.
    I give a try. It may work at that may.
    http://www.kerrinhardy.com/2011/02/1...7-in-zen-cart/

    I download "– Easy Slider 1.7 for Zen Cart – here.

    Upload the two files to the includes/modules/pages/index/ folder."
    and then delete the one in
    includes/templates/all_business/jscript/jscript_easySlider.js
    the error is gone.
    Do i do it right?

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

    Default Re: All Business template Support Thread

    The fix for the easy slider is posted earlier in this thread:

    http://www.zen-cart.com/forum/showpo...&postcount=248

    I do plan on including this fix in a future update of the template.

    I did not write the tutorial that you are following so you should contact the author if you are having trouble with it.

    Thanks,

    Anne

  4. #634
    Join Date
    Jun 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    thank you very much for your template.

    I would like to change the color of the back ground from the original color to pink like this web:http://www.color-hex.com/color/ec7789
    i made some change in the file: \includes\templates\all_business\css\stylesheet
    but, it does not work, the color of my website is still original.

    my website is:http://www.beauty511.de/catalog/

    could you please help me and tell me how to change the color and make it work

    thanks a lot,
    Leo

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

    Default Re: All Business template Support Thread

    hank you very much for your template.

    I would like to change the color of the back ground from the original color to pink like this web:http://www.color-hex.com/color/ec7789
    i made some change in the file: \includes\templates\all_business\css\stylesheet
    but, it does not work, the color of my website is still original.

    my website is:http://www.beauty511.de/catalog/

    could you please help me and tell me how to change the color and make it work

    thanks a lot,
    Leo
    You need to edit includes/templates/all_business/css/stylesheet.css line1:

    Code:
    body {
        background: url("../images/bk.jpg") repeat-x scroll 0 0 #EDF9FB;
        color: #EC7789;
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: 62.5%;
        margin: 0;
    }
    change this code to:

    Code:
    body {
        background-color: #your hexidecimal color number;
        color: #EC7789;
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: 62.5%;
        margin: 0;
    }

    Thanks,

    Anne

  6. #636
    Join Date
    Jun 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    thank you very much! It works exactly as you mentioned.
    I have another problem now:
    as you could find in my website : http://www.beauty511.de/catalog/

    the part which is just below the loggo of all business and has black background and white words, this part looks ugly. could you please tell me how could i modify this part, for example, delete some items, or re-order some items?


    btw: do you have a comprehensive manual for your wonderful template?

    thanks a lot!
    Leo

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

    Default Re: All Business template Support Thread

    thank you very much! It works exactly as you mentioned.
    I have another problem now:
    as you could find in my website : http://www.beauty511.de/catalog/

    the part which is just below the loggo of all business and has black background and white words, this part looks ugly. could you please tell me how could i modify this part, for example, delete some items, or re-order some items?


    btw: do you have a comprehensive manual for your wonderful template?

    thanks a lot!
    Leo

    This is the category tabs and is a setting in the install.txt file. Go to admin--configuration--layout settings--

    Click on “Categories-Tabs Menu ON/OFF”, select “0″, and click on the “update” button.

    Thanks,

    Anne

  8. #638
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: All Business template Support Thread

    Hi I have search but could not find the answer is there any way of having this paypal logo
    in the header, I'd like it under the search box if posible
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: All Business template Support Thread


    Hi I have search but could not find the answer is there any way of having this paypal logo
    in the header, I'd like it under the search box if posible
    That is no problem, you need to edit the includes/templates/all_business/common/tpl_header.php file.

    Thanks,

    Anne

  10. #640
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    That is no problem, you need to edit the includes/templates/all_business/common/tpl_header.php file.

    Thanks,

    Anne
    I thought that would be the case, so how do I edit it so it will apear below the search box this is all new to me and I don't want to mess it up.
    site so far and i'm not happy with the paypal sidebox it looks messy to me
    http://www.rvsolarsystems.co.uk/inde...lfh9sbo2c2nl51
    What ever your doing remember to KISS ( Keep It Simple Stupid )

 

 
Page 64 of 100 FirstFirst ... 1454626364656674 ... LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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