Page 1 of 2 12 LastLast
Results 1 to 10 of 1017

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Posts
    33
    Plugin Contributions
    1

    Default Re: Abbington Mega 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 Anne for your support.
    I looked at the source code and found that some how stylesheet.copy.css (which was a backup copy of earlier mod )
    stylesheet2.css (which was the original backup copy) were also loading, as these were having the old path to the background image i think the changes in the were not showing.
    As soon as the name was changed to stylesheet.css.copy and stylesheet2css.copy the problem was solved.

    Thanks Anne

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by relish View Post
    Thanks Anne for your support.
    I looked at the source code and found that some how stylesheet.copy.css (which was a backup copy of earlier mod )
    stylesheet2.css (which was the original backup copy) were also loading, as these were having the old path to the background image i think the changes in the were not showing.
    As soon as the name was changed to stylesheet.css.copy and stylesheet2css.copy the problem was solved.

    Thanks Anne
    Better solution is to NOT keep old stylesheets on your server.. If you feel you MUST keep them, then keep them on your local computer. The ONLY stylesheet you should keep on the server is the one you are currently using..

    If you feel that you MUST keep old versions on the server (something I don't recommend, as it's a bad habit to get into and makes your web server a mess) then change the file extension to something like "bakcss" or "xcss" so that the backups aren't auto-loaded..
    Last edited by DivaVocals; 29 Jun 2012 at 04:27 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Jun 2012
    Posts
    33
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by DivaVocals View Post
    Better solution is to NOT keep old stylesheets on your server.. If you feel you MUST keep them, then keep them on your local computer. The ONLY stylesheet you should keep on the server is the one you are currently using..

    If you feel that you MUST keep old versions on the server (something I don't recommend, as it's a bad habit to get into and makes your web server a mess) then change the file extension to something like "bakcss" or "xcss" so that the backups aren't auto-loaded..
    Thanks, will keep in mind

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by DivaVocals View Post
    Better solution is to NOT keep old stylesheets on your server.. If you feel you MUST keep them, then keep them on your local computer. The ONLY stylesheet you should keep on the server is the one you are currently using..

    If you feel that you MUST keep old versions on the server (something I don't recommend, as it's a bad habit to get into and makes your web server a mess) then change the file extension to something like "bakcss" or "xcss" so that the backups aren't auto-loaded..
    I agree with this 100%!

    Thanks,

    Anne

  5. #5
    Join Date
    Jun 2012
    Posts
    33
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hi Anne ,
    We were testing the site with your template as regards to scenario of taking a backup and also of moving the site to a different host.

    Everything was OK like design , database , addons working etc but found a little problem when this template was installed.
    1. Shop By Brand drop down menu was showing this:
    Execute($manufacturer_sidebox_query); if ($manufacturer_sidebox->RecordCount()>0) { $number_of_rows = $manufacturer_sidebox->RecordCount()+1; // Display a list $manufacturer_sidebox_array = array(); // kuroi: commented out to avoid starting list with text scrolling list entries such as "reset" and "please select" // if (!isset($_GET['manufacturers_id']) || $_GET['manufacturers_id'] == '' ) { // $manufacturer_sidebox_array[] = array('id' => '', 'text' => PULL_DOWN_ALL); // } else { // $manufacturer_sid..........

    2. There is a line beside Shopping Cart in the header:
    Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?>

    Tried the stylesheet.css which is working on the hosted site
    but the result was the same
    Its working fine though in classic template

    Thanks

  6. #6
    Join Date
    Jun 2012
    Posts
    33
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Checked all files in
    /includes/templates/abbington_mega/common
    and compared them to the localhost file ; not a single word is different.

    BTW we are using WAMPSERVER 2.2

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by relish View Post
    Checked all files in
    /includes/templates/abbington_mega/common
    and compared them to the localhost file ; not a single word is different.

    BTW we are using WAMPSERVER 2.2
    This is not a template specific problem. The problem is the wamp server. You need to switch to an xamp. If you do a search on the forum you will find posts that explain all of the details of why.

    Thanks,

    Anne

  8. #8
    Join Date
    Jun 2012
    Posts
    33
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Thanks Anne !!
    Thought XAMP was a bit old with the last version in Sept '11, so tried WAMP.
    But sometimes old is gold
    Last edited by relish; 2 Jul 2012 at 07:44 AM.

  9. #9
    Join Date
    Jan 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Hi.. I have a problem. I have no idea how to fix this. On my website when a person goes to choose size or color it's show at the bottom of the picture instead of next to the picture like in your demo website. How can I fix this? just in case you need to see the site myinspiredwall.com.

    Thanks

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by djohanaa View Post
    Hi.. I have a problem. I have no idea how to fix this. On my website when a person goes to choose size or color it's show at the bottom of the picture instead of next to the picture like in your demo website. How can I fix this? just in case you need to see the site myinspiredwall.com.

    Thanks
    You might be using an older version of the template package. You can move elements around on the product info page by editing the includes/templates/abbington_mega/templates/tpl_product_info_display.php file. Or you can upload the file from the latest version of the template package to your server.

    Thanks,

    Anne

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 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