Page 52 of 100 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 995
  1. #511
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Thank you picaflor-azul, I am using the all business template. Very nice.
    Great! Don't forget to list your site in the zen cart showcase shops

    Thanks,

    Anne

  2. #512
    Join Date
    Feb 2011
    Location
    Gothenburg, Sweden
    Posts
    2
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thanks Anne for your answer earlier to me. My new question. how will i change the blue color text to another in the left sideboxes (Categories, Whats new, Specials.....)?

    www.smyckeofsweden.se

    Best regards
    Mr Mson

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

    Default Re: All Business template Support Thread

    Thanks Anne for your answer earlier to me. My new question. how will i change the blue color text to another in the left sideboxes (Categories, Whats new, Specials.....)?

    www.smyckeofsweden.se

    Best regards
    Mr Mson
    Take a look at this tutorial:

    How to Change the Color of the Sidebox Headers

    You will also need to change the colors in these rules:

    Code:
    #whatsnew, #featured, #specials {font-size:100%;font-weight:bold;color:#000;}
    #whatsnew a, #featured a, #specials a{font-size:100%;font-weight:bold;color:#918f8f;}
    #specialsHeading a, #whatsnewHeading a, #featuredHeading a {color:#1bbee7;}
    Thanks,

    Anne

  4. #514
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    HI

    I have a small problem with the attributes as I want it to appear near the product number
    I have followed this thread
    http://www.zen-cart.com/forum/showth...ttribute+above
    but it makes no difference where I place the code
    here is a sample
    http://www.atsworld.co.uk/bijou-bout...es-p-2333.html

    thanks

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

    Default Re: All Business template Support Thread

    HI

    I have a small problem with the attributes as I want it to appear near the product number
    I have followed this thread
    http://www.zen-cart.com/forum/showth...ttribute+above
    but it makes no difference where I place the code
    here is a sample
    http://www.atsworld.co.uk/bijou-bout...es-p-2333.html

    thanks
    Wherever you want the attributes code to appear on the page, you need to move the attributes block of code to that place. Then you can use css for the styling.

    Thanks,

    Anne

  6. #516
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    First off I want to take the time to say a massive thank you for your template. When I get it working I will most definitely be buying you a coffee leaving links to your paid templates and directing as many people as I can your way.

    I am posting here because for the life of me I cannot figure out why the image slider is not showing up on our test site.

    This is a clean install of a 1.3.9g site.
    For testing purposes I cloned our existing database and upgraded it to a 1.3.9g format.

    Other than that no modifications have been made.

    If I view the page source of the demo site versus the page source of ours there is no reference at all of this ...

    <div id="indexDefaultMainContent" class="content"> <script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>

    <script type="text/javascript">
    $(document).ready(function(){

    $("#slider").easySlider({
    auto: true,
    continuous: true,
    numeric: true
    });

    });
    </script>



    <div id="slider">
    <ul>
    <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide1.jpg" alt="first slide image" /></a></li>

    <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide2.jpg" alt="second slide image" /></a></li>
    <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide3.jpg" alt="third slide image" /></a></li>
    <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide4.jpg" alt="fourth slide image" /></a></li>
    <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide5.jpg" alt="fifth slide image" /></a></li>


    </ul>
    </div>


    </div>



    Which of course is the image slide show.

    Would there be anything in another templates database changes that could switch this off ??


    Test site link is gamesnash[dot]ie/139test

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

    Default Re: All Business template Support Thread


    irst off I want to take the time to say a massive thank you for your template. When I get it working I will most definitely be buying you a coffee leaving links to your paid templates and directing as many people as I can your way.

    I am posting here because for the life of me I cannot figure out why the image slider is not showing up on our test site.

    This is a clean install of a 1.3.9g site.
    For testing purposes I cloned our existing database and upgraded it to a 1.3.9g format.

    Other than that no modifications have been made.

    If I view the page source of the demo site versus the page source of ours there is no reference at all of this ...
    When I view the source of your test site, I do not see the slider code. I would recommend checking to see that all of the template files are uploaded to the correct place.

    Thanks,

    Anne

  8. #518
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi Anne,

    After comparing all files in the install.txt

    It seems that the download available here is missing

    includes/languages/english/all_business/aboutus.php
    includes/languages/english/all_business/header.php
    includes/languages/english/all_business/index.php
    includes/languages/english/all_business/metatags.php

    Above 4 missing completely

    includes/modules/sideboxes/currencies_header.php
    includes/modules/sideboxes/languages_header.php

    The 2 above are also located in /modules/sideboxes/all_business/ would this be what the install text should mention ?

  9. #519
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Sorry disregard the above post.

    They are there - misread the file structure when comparing
    Last edited by PatF; 17 Apr 2011 at 01:29 PM.

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

    Default Re: All Business template Support Thread

    Sorry disregard the above post.

    They are there - misread the file structure when comparing
    Glad that you sorted it all out. The files were missing from your cloned site, but not the template package

    Thanks,

    Anne

 

 
Page 52 of 100 FirstFirst ... 242505152535462 ... 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