Results 1 to 10 of 995

Hybrid View

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by pityocamptes View Post
    Not sure what you mean by the split login, can you help me figure out how to change this? I have installed a few mods. So, that is a mod issue? How would I find out which mod is responsible? Thanks again! Still kind of new to this whole thing...




    ....EDIT, this is a numinix mod, fast and easy checkout. Anyone know how to fix this?
    If you make changes to the templates you will have to do cross browser testing again and fix any issues that have been caused by the customizations or addon, etc.

    Thanks,

    Anne

  2. #2
    Join Date
    Jun 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hello. I am a new Zen cart user and currently know nothing about php programming. I installed the All Business template on my rented server space which uses UNIX, and I was getting the shopping cart header line with "Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?>" on my store's home page.

    I did a little researching and found that other people said it was a server problem, but I looked at the line (line 59) in /includes/templates/all_business/common/tpl_header.php and noticed that everywhere else in that area of the file, there was a "php" after the <? when things were being echoed on the screen, except for the two places where the text showed in the header on my store. I added the text "php" at those two spots, saved the file, and now things look fine.

    Is that the fix for this problem? Like I said I know nothing about php programming and don't want to cause problems with the way the Zen Cart operates.

    Thanks.

    scott

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by namuh View Post
    Hello. I am a new Zen cart user and currently know nothing about php programming. I installed the All Business template on my rented server space which uses UNIX, and I was getting the shopping cart header line with "Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?>" on my store's home page.

    I did a little researching and found that other people said it was a server problem, but I looked at the line (line 59) in /includes/templates/all_business/common/tpl_header.php and noticed that everywhere else in that area of the file, there was a "php" after the <? when things were being echoed on the screen, except for the two places where the text showed in the header on my store. I added the text "php" at those two spots, saved the file, and now things look fine.

    Is that the fix for this problem? Like I said I know nothing about php programming and don't want to cause problems with the way the Zen Cart operates.

    Thanks.

    scott
    This question has already been asked and answered on the thread. Please read the thread before posting.

    It is not a template problem at all but a problem with your server. If you are using a wamp server, you need to switch to xamp.

    Thanks,

    Anne

  4. #4
    Join Date
    Jun 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hello,

    I love the simplicity of this template. It's really great. However, I've gotten stuck trying to remove the bullets from the categories' sidebox. Also, is there a way to center the category names?

    Thanks!

    Liz

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by lmsabo View Post
    Hello,

    I love the simplicity of this template. It's really great. However, I've gotten stuck trying to remove the bullets from the categories' sidebox. Also, is there a way to center the category names?

    Thanks!

    Liz
    If you post a link to your site I can take a look. Also, post a link to the page with the category named that you want centered.

    Thanks,

    Anne

  6. #6
    Join Date
    Jun 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Here's a link to my site: http://www.lizsabo.com/shoptest/ I actually would like to center the category names within the sidebox, not the names on the category pages.

    Liz

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by lmsabo View Post
    Here's a link to my site: http://www.lizsabo.com/shoptest/ I actually would like to center the category names within the sidebox, not the names on the category pages.

    Liz
    In the includes/templates/all_business/css/stylesheet_betterCategoriesEzInfo.css change this:

    Code:
    .betterCategories a, .betterCategories a:visited, .betterDocuments a, .betterDocuments a:visited, .betterEzpages a, .betterEzpages a:visited, .betterInformation a, .betterInformation a:visited, .betterMoreinformation a, .betterMoreinformation a:visited, .betterBestsellers a, .betterBestsellers a:visited {
        background-color: #FFFFFE;
        border-bottom: 1px solid #CCCCCC;
        border-top: 2px solid #FFFFFF;
        display: block;
        padding: 4px;
       }
    to this:

    Code:
    .betterCategories a, .betterCategories a:visited, .betterDocuments a, .betterDocuments a:visited, .betterEzpages a, .betterEzpages a:visited, .betterInformation a, .betterInformation a:visited, .betterMoreinformation a, .betterMoreinformation a:visited, .betterBestsellers a, .betterBestsellers a:visited {
        background-color: #FFFFFE;
        border-bottom: 1px solid #CCCCCC;
        border-top: 2px solid #FFFFFF;
        display: block;
        padding: 4px;
        text-align: center;
    }
    Thanks,

    Anne

  8. #8
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    My apologies - I forgot to offer support. My guess is it is a css issue. Also, I would not include (at the bottom) the IP address... it makes many folks nervous (smile).
    jund

  9. #9
    Join Date
    Jun 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    This question has already been asked and answered on the thread. Please read the thread before posting.

    It is not a template problem at all but a problem with your server. If you are using a wamp server, you need to switch to xamp.

    Thanks,

    Anne
    I have read the threads. My hosting company uses BSD UNIX. I didn't think they needed WAMP or XAMP.

    Anyway, it's a lot more easy for me to change one line in two spots in the template than to get my provider to change their server configuration. BTW, after I changed that one line in the two spots the template seems to be working fine with those two changes, so I would say it was a template problem in my case that is now corrected. I would advise anybody else having problems to try this non template problem template change.

    Thanks.

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by namuh View Post
    I have read the threads. My hosting company uses BSD UNIX. I didn't think they needed WAMP or XAMP.

    Anyway, it's a lot more easy for me to change one line in two spots in the template than to get my provider to change their server configuration. BTW, after I changed that one line in the two spots the template seems to be working fine with those two changes, so I would say it was a template problem in my case that is now corrected. I would advise anybody else having problems to try this non template problem template change.

    Thanks.
    No, the problem is not with the template, it is with the server. Also, if the server is problematic there is no telling what other problems will crop up. I would follwo Dr. Bytes advice and switch to xamp. After all, he really is the expert.

    Thanks,

    Anne

 

 

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

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