Page 55 of 100 FirstFirst ... 545535455565765 ... LastLast
Results 541 to 550 of 995
  1. #541
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Just to clarify that - the issue is caused because this template used the Column Layout Grid addon. When I say issue it's not an issue more lke change of functionallity. The default zencart install does allow sort by price on the main product pages.

    The code I linked to above will sort out anyone with the Column Layout Grid addon who wishes to implement sort by price.

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

    Default Re: All Business template Support Thread

    Also to clarify, the drop down with sort by product name, Price, model, date added is not natively available on the product listing page. The sort by price functionality that you are talking about is natively available on the product listing page by clicking on the link "price" when the page is using rows.

    The code you have linked to will give you a drop down sort by box like on the all/new/featured/specials product listing pages on your zen cart product listing pages when you are using the column layout grid module.

    Thanks,

    Anne

  3. #543
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Yep that's better clarified there

  4. #544
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by Get Em Fast View Post
    I also just noticed that you've got 2 separate stylesheets loading..............."stylesheet.css"
    Thanks for your help mate. How/where do you see what files I am using?

    http://www.chefscircle.com.au/cart/i...e=products_all

    I am trying to find out which template is used for the product. Clearly it's not tpl_product_info.php.

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

    Default Re: All Business template Support Thread

    Thanks for your help mate. How/where do you see what files I am using?
    You can view the source code to see which style sheets are loading.

    I am trying to find out which template is used for the product. Clearly it's not tpl_product_info.php.
    The page you have linked is the all products page.

    Thanks,

    Anne

  6. #546
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by Pet Herbal Remedies View Post
    And the author is?....

    I've reviewed the install documents but don't see any reference.

    Thanks, Lynn
    Hi Anne,

    I'm busy trying to install the fade slide from www.dynamicdrive.com into define main page. I've had to make a few changes including adding a javascript file to includes/modules/pages/index and to includes/templates/all_business/common/html_header however i'm having great difficulties getting past step 2. The thread that I've been following for instructions is

    http://www.zen-cart.com/forum/showthread.php?t=152373

    Step 2 results in no slider and issues with EZ pages links (don't work). Step 3 requires a div in define main page

    <div id="fadeshow1"></div>

    Is there a conflict with this template because there was a previous slider in place? Should the javascript file be placed in a file other than what's recommended? Images are also uploaded and in place. If so I'd much appreciate your assistance. Then I'd be happy to post how I was able to do it.

    Thanks, Lynn

    http://visitmonolake.org/zencart/

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

    Default Re: All Business template Support Thread

    Hi Anne,

    I'm busy trying to install the fade slide from www.dynamicdrive.com into define main page. I've had to make a few changes including adding a javascript file to includes/modules/pages/index and to includes/templates/all_business/common/html_header however i'm having great difficulties getting past step 2. The thread that I've been following for instructions is

    http://www.zen-cart.com/forum/showthread.php?t=152373

    Step 2 results in no slider and issues with EZ pages links (don't work). Step 3 requires a div in define main page

    <div id="fadeshow1"></div>

    Is there a conflict with this template because there was a previous slider in place? Should the javascript file be placed in a file other than what's recommended? Images are also uploaded and in place. If so I'd much appreciate your assistance. Then I'd be happy to post how I was able to do it.

    Thanks, Lynn

    http://visitmonolake.org/zencart/
    There is no problem with the template. For good measure you can delete the javascript file from the included slider. All I can recommend is that you follow the instructions.

    Thanks,

    Anne

  8. #548
    Join Date
    Dec 2010
    Location
    Sligo, Ireland
    Posts
    18
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi Anne,

    First of all many thanks for a great template, I have spent the last five months making personal alterations and fell I am almost there with the site now but have a couple of questions you may be able to answer?

    First of all I would like to change the product description text but having trawled the stylesheet and even implemented the following at the bottom of my stylesheet
    #productDescription{color:#44444;}
    I still can't get it work

    Secondly I have tried to implement the revised Jscript_easyslider mod as posted earlier on in the thread to stop the problem with IE reporting an error but feel I am not inserting the <script></script> code in the correct place as when I have done this on previous attempts I lose the slider and its just replaced with images listed vertically. (I understand this is not a contribution of yours but hoped you may be able to help anyway!)

    And lastly (no more I promise) I cannot get the twitter link to work, I have modified both files where the links are present tpl_footer_menu and footer_menu_defines but to no avail as for some reason it has the link in place but is preceeded by my own domains url!

    Perhaps when you get a minute you might be able to take a look at these for me?

    The site url is http://www.as-ireland.com

    I am using the latest version of Zencart (fresh install)
    The follwoing mods have been installed
    Image Handler 2
    CSS/JS Loader

    Many thanks once again for an excellent template.

    Kind Regards

    Derek

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

    Default Re: All Business template Support Thread

    And lastly (no more I promise) I cannot get the twitter link to work, I have modified both files where the links are present tpl_footer_menu and footer_menu_defines but to no avail as for some reason it has the link in place but is preceeded by my own domains url!
    Your twitter link is not working because the link is showing:

    http://www.as-ireland.com/www.twitter.com/AS_Essentials

    There are instructions in the install.txt file for adding this twitter link and there is also a tutorial on my site that you can follow.

    Secondly I have tried to implement the revised Jscript_easyslider mod as posted earlier on in the thread to stop the problem with IE reporting an error but feel I am not inserting the <script></script> code in the correct place as when I have done this on previous attempts I lose the slider and its just replaced with images listed vertically. (I understand this is not a contribution of yours but hoped you may be able to help anyway!)
    If you have correctly followed the instructions posted here then there will be no problems with the js working:

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

    I would recommend going through the instructions again very carefully to see what you have missed.

    First of all I would like to change the product description text but having trawled the stylesheet and even implemented the following at the bottom of my stylesheet
    Your stylesheet rules are being overridden by hard coded styles in the product description themselves. The template does not natively come with any hard coded style rules, so they must be something that you have added or you have used the html editor in the product description area.



    Thanks,

    Anne

  10. #550
    Join Date
    Dec 2010
    Location
    Sligo, Ireland
    Posts
    18
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Your twitter link is not working because the link is showing:

    http://www.as-ireland.com/www.twitter.com/AS_Essentials

    There are instructions in the install.txt file for adding this twitter link and there is also a tutorial on my site that you can follow.
    I have followed your instructions and the PHP files are showing exactly as described but I cannot get www.as-ireland.com to go away, it seems it is coded elsewhere but am not sure where to look, I have used the developers tool kit to find abnormal instances of the URL but none there!



    If you have correctly followed the instructions posted here then there will be no problems with the js working:

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

    I would recommend going through the instructions again very carefully to see what you have missed.
    I have again read them over again, I understand the process involved but was hoping someone could shed some light on where exactly to put the <script> </script> code on the newly created PHP file as I think is where the confusion may lie.



    Your stylesheet rules are being overridden by hard coded styles in the product description themselves. The template does not natively come with any hard coded style rules, so they must be something that you have added or you have used the html editor in the product description area.



    Thanks,

    Anne
    That makes perfect sense I have altered the product description colour and this appears to have worked.

    Cheers

    Derek

 

 
Page 55 of 100 FirstFirst ... 545535455565765 ... 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