Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » eCommerce & Atahualpa »

[SOLVED] Installing cart 66


  #1  
Old Mar 15, 2011, 05:19 AM
raddy59
 
48 posts · Jan 2011
I need to refer the widget to the correct CSS stylesheet for formatting.
Being new to this can anyone enlighten me as to where the stylesheets are (or what stylesheet I need to point to)?

many thanks
  #2  
Old Mar 15, 2011, 05:31 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version of Atahualpa and WP?
What is the link to the widget?
What is your URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 15, 2011, 05:43 AM
raddy59
 
48 posts · Jan 2011
Atahualpa 3.6.1
Wordpress 3.03
www.sparkleweaver.co.uk

The widget is cart66 - I am trying to update the settings/customise styles:
"If you would like to override the default styles, you may enter the URL to your custom style sheet."
  #4  
Old Mar 15, 2011, 06:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I think what they are saying is you can build a style sheet and then put in it's url.
You could also put your customization CSS into the CSS Inserts and it would be used.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 15, 2011, 07:06 AM
raddy59
 
48 posts · Jan 2011
JD

Isn't there a base Atahualpa stylesheet I could refer to?
  #6  
Old Mar 15, 2011, 07:12 AM
raddy59
 
48 posts · Jan 2011
...or if there isn't, where would I place a new custom css - something i will need to learn
  #7  
Old Mar 15, 2011, 10:09 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you can add CSS at ATO->Add HTML/CSS Inserts->CSS Inserts - by doing it this way, it becomes one of the theme options and is stored in the database so you don't have to worry about updating a file the next time you update the theme.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Mar 15, 2011, 10:17 AM
raddy59
 
48 posts · Jan 2011
JD

If it asks for the URL what does it want? Something like:
http://www.sparkleweaver.co.uk/wp-co...alpa/style.css

or just the style sheet name?
  #9  
Old Mar 15, 2011, 10:21 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Not having the plugin, I'm only guessing. but I'm guessing that if you add your custom CSS to the CSS Inserts, you don't need to fill that in. That is as long as the plugin is not writing to that file - ie, it wants the url so it can modify the file.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Mar 16, 2011, 04:18 AM
raddy59
 
48 posts · Jan 2011
Okay - so this is what I did.

I edited the Cart66 style CSS - took a copy first and put it on my home computer using "notepad" first - and sorted the issues out.

Downside is if I upgrade I will have to redo the changes.

many thanks JD
  #11  
Old Mar 16, 2011, 04:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
But why not just add that CSS to the ato CSS inserts?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #12  
Old Mar 16, 2011, 06:08 AM
raddy59
 
48 posts · Jan 2011
I thought i'd like to add this link to the manual for anyone implementing Cart66Lite (free)


http://cart66.com/cart66lite-documentation.pdf
  #13  
Old Mar 16, 2011, 06:37 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
You can customize virtually every aspect of the design of Cart66 Lite by specifying your
own CSS. If you like, you can put your custom CSS in your theme or you can upload
your own custom CSS file so that your CSS changes aren't lost if you switch themes. If
you want to upload your own CSS file, just tell Cart66 Lite where you put your CSS file
by specifying the URL to your CSS file.
See, you can just add the CSS you want to the CSS Inserts. You only need to specify a URL IF you create your own custom CSS file
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #14  
Old Mar 16, 2011, 06:51 AM
raddy59
 
48 posts · Jan 2011
JD


Yes, I noticed that - the thing is I don't know the URL is - my technical skills on this are miniscule and I'm on quite a steep learning curve

if anyone needs some iSeries/AS400 help however........
  #15  
Old Mar 16, 2011, 07:13 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Let me try again, according to those directions, you have two options
1) create a file and put the custom CSS in it and then put that file on the server and tell the plugin the URL to that file

Or

2) add the custom CSS to the themes CSS.

Now in Atahualpa you can do (2) by just going to ato->Add HTML/CSS inserts->CSS inserts and putting the custom CSS there. It will now automatically be come part of the Atahualpa style sheet, and, since it is stored in one of the atahualpa options, it will remain there when you upgrade the theme or the plugin
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #16  
Old Mar 16, 2011, 07:20 AM
raddy59
 
48 posts · Jan 2011
JD I heard you the first time

Cart66 asks for a URL for the CSS

I don't know how to show the address

I am guessing it is:

http://www.sparkleweaver.co.uk/wp-ad...alpa/style.css

This really is where I came in - it seemed to get really complicated

I need confirmation or just how to give this URL - once I know I'll know for future

Last edited by raddy59; Mar 16, 2011 at 07:24 AM.
  #17  
Old Mar 16, 2011, 07:29 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The way i read those instructions, you do not need to specify a url unless you have made your own file with the custom css. It has nothing to do with the themes CSS file.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #18  
Old Mar 16, 2011, 07:36 AM
raddy59
 
48 posts · Jan 2011
If you would like to override the default styles, you may enter the URL to your custom style sheet.

Just for arguments sake, suppose I did have to enter the URL - what would it be?

I did have to go and (nervously) amend some cart66 style.css code and it did impact the way the site looked.
  #19  
Old Mar 16, 2011, 07:55 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
There is no path to the CSS file for Atahualpa as such. It is a dynamically created style sheet. I would suspect that if you want to create your own style sheet for the plugin you may be able to do so and put it anywhere you want.

Is there some reason you don't want to use ATO>Add HTML/CSS Inserts>CSS Inserts?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #20  
Old Mar 16, 2011, 08:06 AM
raddy59
 
48 posts · Jan 2011
lmiles
Way off original idea now - but it eventually comes to how I refer, if ever I needed to, (URL wise) to any files on the server I guess. Didn't know it would cause so much brouhaha.
  #21  
Old Mar 16, 2011, 08:20 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If you are talking about the style.css you shouldn't edit as it will get overwritten if you upgrade the theme then the path would be
http://www.sparkleweaver.co.uk/wp-co...alpa/style.css
Any path to any Atahualpa file can be determined via an FTP client.

I hope I am understanding what you want correctly.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #22  
Old Mar 16, 2011, 09:22 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The path to the file you use will depend on where you put it. Say your domain is 'mydomain.com' and that points to the folder you installed wordpress in. And you add your custom style sheet 'mystyle.css' to the wp-contents folder. The URL to that file would be
HTML Code:
http://mydomain.com/wp-contents/mystyle.css
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Mar 16, 2011 at 09:25 AM.
  #23  
Old Mar 16, 2011, 10:05 AM
raddy59
 
48 posts · Jan 2011
at last - thanks both

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Add to cart" excerpt buttons not displaying in IE8. furiousfrog Excerpts, Read more, Pagination 2 Oct 13, 2010 04:15 AM
Adding a Rapid Cart to sidebar starlitegirl Sidebars & Widgets 1 Oct 5, 2010 04:11 PM
[SOLVED] Add To Cart - buttons will not display in Atahualpa jonasgrumby eCommerce & Atahualpa 1 Jan 30, 2010 11:58 AM
Problem with WP Simple PayPal Shopping Cart lucy eCommerce & Atahualpa 0 Dec 22, 2009 08:51 PM
Integrated classified ads and shopping cart needed paulae Plugins & Atahualpa 9 May 8, 2009 03:29 PM


All times are GMT -6. The time now is 11:28 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.