Designing New Themes the Easy Way
#21
Posted 18 September 2011, 20:53
You don't need to install Theme Switcher to use the bookmarklet, as they are really separate applications. I just needed somewhere to put the files.
Regards
Jim
Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support
#22
Posted 10 November 2011, 02:29
#23
Posted 14 December 2011, 09:24
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
#24
Posted 24 January 2012, 16:55
kymation, on 09 January 2011, 22:40, said:
First, open this web page in your browser: http://jqueryui.com/themeroller/. ThemeRoller is the theme system that osCommerce uses to generate the headings, boxes, and buttons on your store page. osCommerce 2.3.1 comes with one of these stock themes already installed. It's called "redmond." I'm going to show you how to change that theme without hacking code or learning CSS.
There are three ways to get new themes:
- Download an existing theme from ThemeRoller.
- Modify an existing ThemeRoller theme.
- Create a new theme right on your store.
1. Using an Stock ThemeRoller Theme
You have that ThemeRoller page open, right? The black box on the upper left side of the page is the ThemeRoller control box. The rest of the page shows what the various page elements look like with the theme applied. To use a stock theme:
- Click on the Gallery tab at the top of the box. The available themes will appear below the tab.
- Click on one of the theme calendar page images to select it. I'm going to use the Le Frog template as an example. Feel free to select a different template if you wish. Note that the rest of that page changes to match the theme you selected.
- Click on the Download button under your selected theme. This brings up the Downloads page with your template selected.
- Check that all of the checkboxes in the middle of the page are selected. The core osCommerce distribution doesn't need all of these, but some Addons might.
- Check that the Version setting in the right side box is 1.8.x. Note: Minor version changes have been changing the last digit of this number. I'll have more to say about this later.
- Click on the Downloads button in the right side box. Save the file in a location of your choice.
- Open the directory where you have saved the downloaded theme. You should have a file named jquery-ui-1.8.7.custom.zip. Again, the last digit of the version number may be different.
- Use your unzip/unpack/archive program to extract the Zip file.
- You should now have a directory with the same name as the above file. Open that directory.
- Now open the directory named development-bundle inside it.
- Now open the directory named themes inside that.
- You should now have two directories: One named base and one named after your theme. In our example the directory is named le-frog.
- Open the le-frog directory (or whatever your directory is named) and look for a file named jquery-ui-1.8.7.custom.css. Change the name of that file to jquery-ui-1.8.6.css. Note: In some cases that file may already be named jquery-ui-1.8.7.css, in which case you have less to change. Again, the last digit of the number may be different.
- Copy the le-frog (or whatever yours is named) directory in its entirety into the catalog/ext/jquery/ui/ directory on your server. Copy the entire directory with all of its files and subdirectory structure intact.
- If you have Theme Switcher installed, do the following:
- Log into your store's Admin panel, click Modules in the left column, then click Header Tags.
- Click the Install button in the upper right.
- Find the Theme Switcher module in the list and click to highlight it.
- Click the Install button to install the module.
- Click the Edit button to edit the theme selection.
- Click the pulldown menu labeled Theme and select your new theme by name.
- Click Save.
- Log into your store's Admin panel, click Modules in the left column, then click Header Tags.
- If you don't have Theme Switcher, do the following:
- Download and open this file in your text/code editor: catalog/includes/template_top.php
- Find this text on Line 29:
<link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.8.6.css" /> - Replace the word redmond in that text with the name of your theme. Using my example of the Le Frog theme, that line becomes:
<link rel="stylesheet" type="text/css" href="ext/jquery/ui/le-frog/jquery-ui-1.8.6.css" /> - Click Save and upload the file to your server.
- Download and open this file in your text/code editor: catalog/includes/template_top.php
- Open the catalog side of your store (or refresh the page if you have it open already) and admire your new theme.
- Repeat as many times as you like. You can never have too many themes.
2. Creating a Custom ThemeRoller Theme
Go back to the ThemeRoller page we mentioned above. Note that all of the themes have an Edit button below the calendar image. While you certainly can create a theme entirely from scratch, it's usually easier to start with something similar and make changes.
- Find a theme that you want to modify and click the Edit button under the calender image.
- You now have a list of menu items that represent each quantity that can be changed. Most of these are self-explanatory, so go play with them and watch what happens on the page. Note: Round corners do not show in Internet Explorer due to an IE bug. I recommend that you use Firefox to create your theme.
- When you are finished making changes, click the Download theme button.
- Continue with steps 4 - 18 in Part 1 above. Note: ThemeRoller always uses the same filename for the download, so change the name or put it in a different directory. Also, the theme directory (step 12 above) is always named custom-theme. I suggest that you change it to something more descriptive. No, don't call it le-frog. Or redmond.
3. Creating a Custom Theme Using Your Store
The above method works, but the page you're designing on doesn't really look like an osCommerce page. Now there's a better way to make a theme. You can make the same changes right on your store and see exactly what it will look like before you save the theme.
- Open this page in Firefox: http://jqueryui.com/themeroller/developertool/ No, you can't use some other browser. Get Firefox and install it if you don't have it. It's going to be worth it.
- Drag the link named ThemeRoller Dev Tool from that page into your Bookmarks toolbar. That's the toolbar just above the tabs. If you've turned this toolbar off, go turn it back on.
- Now open your site's front page in Firefox. You can use another page if you want to, but the front page is usually the best example.
- Click on that ThemeRoller Dev Tool in the bookmarks toolbar. You now have the ThemeRoller control panel on your storefront. Drag it out of the way if it's blocking something important.
- Make theme changes and watch the effect on your store's theme. When you have that page looking like you want, download the theme and proceed with steps 4-18 in part 1 above.
Regards
Jim
Thanks Jim. I've been trying to find that a while. I didn't so much like the highlighting.
Would you know exactly where the text is found? I'm meaning the 'Cart Contents Checkout My Account' ? Presently it shows CartContentsCheckoutMyAccount, with no spacing & I'd like to make it bold.
I don't need anyone to code it... I just need to find where it is located, I can do the rest. Thanks.
#25
Posted 10 February 2012, 22:30
#26
Posted 24 February 2012, 02:56
Copy the le-frog (or whatever yours is named) directory in its entirety into the catalog/ext/jquery/ui/ directory on your server. Copy the entire directory with all of its files and subdirectory structure intact.
Mine was actually located in: /ext/jquery/ui/.
But I found it anyways. Got everything loaded on the server, but when I edited the actual /template_top.php file, and refreshed my web site, all of the items that I wanted changed, just vanished. No bars or anything. Although it looks different, it didn't load the temp like it should have.
What could I have done wrong?
There is only a few more things I need to do to the web site, and it will be fully up and running.
Great step by step procedures, just wished mine worked.
#27
Posted 25 February 2012, 15:43
#28
Posted 03 April 2012, 17:16
Thanks
#29
Posted 03 April 2012, 17:42
Regards
Jim
Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support
#30
Posted 06 April 2012, 16:11
I tried the theme roller dev tool, but alas that is broken. There must be an easier way to change the themes for people who aren't coders. How is this accomplished?
#32
Posted 06 April 2012, 16:34
@peterpetranin The developertools files are in the archive, in the catalog directory.
Regards
Jim
Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support
#33
Posted 06 April 2012, 17:04
#34
Posted 06 April 2012, 17:08
#35
Posted 06 April 2012, 18:55
First I read the supportpage of the addon, then i deside if i gone give it a try or not.
Then i install the new addon in a clean catalog, if it works and i find it usefull i try to install it in a shop with other addons.
Sometimes i'm lucky but many times some parts af the shop dont work anymore or in worst case the shop is F.U.
The addons based on their own php files are the best, then those you have to ADD code, but when it starts to changing code you start the HELL.
It should be nice if we know everything before we start to spend time for nothing
Grtz
#36
Posted 06 April 2012, 20:22
#37
Posted 06 April 2012, 21:05
<p>Any add on for that?</p>
<p>Anybody?</p>
<p> </p>
<h1>
</h1>
#38
Posted 06 April 2012, 21:23
Regards
Jim
Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support
#39
Posted 15 April 2012, 22:11
Hi,
Found the fix for the themeroller bookmarklet. This post on http://forum.jquery.com. ( http://forum.jquery.com/topic/the-firefox-themeroller-bookmarklet-does-not-update-the-html-page-when-changing-theme-colors)
Right click on the ThemeRoller Dev Tool Themeroller Bookmarklet go to properties and under Location: change the link to this.....
javascript:(function(){if(!/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){alert("Sorry,%20due%20to%20security%20restrictions,%20this%20tool%20only%20works%20in%20Firefox");return%20false}else{if(window.jquitr){jquitr.addThemeRoller()}else{jquitr={};jquitr.s=document.createElement("script");jquitr.s.src="http://jqueryui.com/themeroller/developertool/developertool.js.php";document.getElementsByTagName("head")[0].appendChild(jquitr.s);var%20a=function(){jquitr.reloadCSS=function(){var%20c=jquitr.getHash(),b;if(jquitr.trString!==c&&c!==""){jquitr.trString=c;b='<link%20href="http://jqueryui.com/themeroller/css/parseTheme.css.php?'+c+'"%20type="text/css"%20rel="Stylesheet"%20/>';if($("link[href*='parseTheme.css.php'],%20link[href='ui.theme.css']").size()>0){$("link[href*='parseTheme.css.php']:last,%20link[href='ui.theme.css']:last").eq(0).after(
works for me.
Regards
John
Edited by joli1811, 15 April 2012, 22:12.
#40
Posted 06 May 2012, 16:17














