Page 11 of 102 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 1017
  1. #101
    Join Date
    Jun 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Greetings All,
    First off, thank you Anne for the fantastic template. I am trying to modify (with a horrible outcome) the "Shop by Brand" selection on the top of the page. I have no need for that particular button on our site and wanted to re-purpose it to be a simple help popup for customers with questions on how to select product options. I simply don't possess the right knowledge to make it format properly. Any code help would be appreciated. I would love for it to look and behave just like the "About Us" button. The button in question has been renamed to "E-Liquid Options Help"

    http://www.heathersheavenlyvapes.com/store3/index.php

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by 1atom12 View Post
    Greetings All,
    First off, thank you Anne for the fantastic template. I am trying to modify (with a horrible outcome) the "Shop by Brand" selection on the top of the page. I have no need for that particular button on our site and wanted to re-purpose it to be a simple help popup for customers with questions on how to select product options. I simply don't possess the right knowledge to make it format properly. Any code help would be appreciated. I would love for it to look and behave just like the "About Us" button. The button in question has been renamed to "E-Liquid Options Help"

    http://www.heathersheavenlyvapes.com/store3/index.php
    See the readme for how to easily hide the manufacturers option.

    See the pure css menu tutorial that this menu is based on for more information about customization:

    http://net.tutsplus.com/tutorials/ht...rop-down-menu/

    Thanks,

    Anne

  3. #103
    Join Date
    Sep 2007
    Posts
    178
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Trying to do some testing on my new site. If I enter any credit card info, trying to get an error, when I click Confirm My Order, it takes me back to Step 2 Payment Information. No error is displayed.

    Is there a setting or something I'm missing?
    Maybe a file that didn't get uploaded when I installed the template?

    thanks!

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by RFree190 View Post
    Trying to do some testing on my new site. If I enter any credit card info, trying to get an error, when I click Confirm My Order, it takes me back to Step 2 Payment Information. No error is displayed.

    Is there a setting or something I'm missing?
    Maybe a file that didn't get uploaded when I installed the template?

    thanks!
    The template has nothing in it that would effect the checkout.

    Thanks,

    Anne

  5. #105
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Anne, my sister wants to know how to line her additional attributes so the value is not a little higher:

    promdressesglobal com/alyce-6495-pageant-gown-p-4275.html

    Where is says Skirt Poofy, Neckline Strapless, etc. She doesn't like how its not in line.

    Any solution?

    Thanks

    Steve
    Steve
    prommart.com

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

    Default Re: Abbington Mega Template Support Thread

    Was trying to change the background of the store and tried here:

    includes/templates/abbington_mega/css/stylesheet.css

    the line
    body {margin: 0;font-family: sans-serif, arial, verdana, helvetica;font-size: 62.5%;color: #444;background: #ebecf0 url(../images/bk.jpg) repeat-x center top;}

    was changed to
    body {margin: 0;font-family: sans-serif, arial, verdana, helvetica;font-size: 62.5%;color: #444;background: #9a1112 url(../images/slide1.jpg) repeat-x center top;}

    but it changed nothing

    where should we find it ?

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by SPH View Post
    Anne, my sister wants to know how to line her additional attributes so the value is not a little higher:

    promdressesglobal com/alyce-6495-pageant-gown-p-4275.html

    Where is says Skirt Poofy, Neckline Strapless, etc. She doesn't like how its not in line.

    Any solution?

    Thanks

    Steve

    You can add this to the bottom of your stylesheet.css file:

    .optionName{margin-top:-5px;}

    Thanks,

    Anne

  8. #108
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by relish View Post
    Was trying to change the background of the store and tried here:

    includes/templates/abbington_mega/css/stylesheet.css

    the line
    body {margin: 0;font-family: sans-serif, arial, verdana, helvetica;font-size: 62.5%;color: #444;background: #ebecf0 url(../images/bk.jpg) repeat-x center top;}

    was changed to
    body {margin: 0;font-family: sans-serif, arial, verdana, helvetica;font-size: 62.5%;color: #444;background: #9a1112 url(../images/slide1.jpg) repeat-x center top;}

    but it changed nothing

    where should we find it ?
    That is the correct place to change the site background. If you post a link to your site I can take a look.

    Thanks,

    Anne

  9. #109
    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

  10. #110
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    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.

 

 
Page 11 of 102 FirstFirst ... 9101112132161 ... 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

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