Re: New! Template Package Update with Admin Interface!
Hey Anne,
any way to make the over all width of the template wider?
Such as the middle wider but keep it with both sidebars? Make sense?
Thanks
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
uswebworx
Hey Anne,
any way to make the over all width of the template wider?
Such as the middle wider but keep it with both sidebars? Make sense?
Thanks
Yes, you can make your adjustments in the sylesheet.css
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
picaflor-azul
Yes, you can make your adjustments in the sylesheet.css
Thanks,
Anne
Can you be a little more specific with this answer please, there are more than 1 stylesheets :-)
Re: New! Template Package Update with Admin Interface!
We are using Abbington Mega Template and are very pleased with it, thank you!
However, we are encountering a problem on our home page using the slide show and receiving the below message:
Please stop hotlinking my easing script — use a real CDN instead. Many thanks ×
I have searched the files and have been unable to locate where to make the change to point the src to the easing script on our server vs. <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js" type="text/javascript"></script>
Thank you for your assistance!
Re: New! Template Package Update with Admin Interface!
I just noticed that the most recent Abbington Mega Template is v3.1, we are using 1.1. If we upgrade to the latest version, will our existing products be overwritten?
Thank you!
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
clearweb1
I just noticed that the most recent Abbington Mega Template is v3.1, we are using 1.1. If we upgrade to the latest version, will our existing products be overwritten?
Thank you!
Awesome question, hope it is answered.
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
clearweb1
I just noticed that the most recent Abbington Mega Template is v3.1, we are using 1.1. If we upgrade to the latest version, will our existing products be overwritten?
Thank you!
A template doesn't modify products or categories.. only the look and feel of the site.. So the answer to your question is NO..
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
uswebworx
Can you be a little more specific with this answer please, there are more than 1 stylesheets :-)
I did tell you which file ot edit,
Quote:
Yes, you can make your adjustments in the sylesheet.css
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
clearweb1
We are using Abbington Mega Template and are very pleased with it, thank you!
However, we are encountering a problem on our home page using the slide show and receiving the below message:
Please stop hotlinking my easing script — use a real CDN instead. Many thanks ×
I have searched the files and have been unable to locate where to make the change to point the src to the easing script on our server vs. <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js" type="text/javascript"></script>
Thank you for your assistance!
If you read a few posts back in the thread, you will see that I have posted a patch to fix this.
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
lat9
You're right, DivaVocals, there's no "float: center;". If you want to center an element, that element must have a width and then you can specify something like
Code:
width: 60%;
margin: 0 auto;
to center that element.
"center" worked ... try it, believe me it works :smile: