Search found 43 matches

by clevername
Mon Dec 17, 2012 12:52 pm
Forum: AbleCommerce GOLD
Topic: HTML Source Editor Bug
Replies: 4
Views: 4682

HTML Source Editor Bug

When putting html directly into the source editor, the editor changes the code and makes it invalid. I think it is mainly for the resource paths (src, href, etc.) My code: <img src="/App_Themes/THEMENAME/images/home_banner.jpg" /> Code after update: <p><img src="../../../../App_Themes/THEMENAME/imag...
by clevername
Sat Jun 09, 2012 12:46 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Reviews" don't have any Line Breaks
Replies: 2
Views: 4971

Re: "Reviews" don't have any Line Breaks

Try adding this to your CSS..

Code: Select all

pre.Reviews {
      white-space: -moz-pre-wrap !important;  
      white-space: -pre-wrap;
      white-space: -o-pre-wrap; 
      word-wrap: break-word; 
      white-space: pre-wrap;
}
by clevername
Fri May 25, 2012 2:54 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: flyout menu's and SEO
Replies: 1
Views: 3972

Re: flyout menu's and SEO

Populate a set of list items with the root categories. and inside of these list items, use another set of list items populated by the subcategories. Then use CSS to style and JavaScript to add the flyout functionality. example: <ul> <li><a href="actualLinklocation.aspx"> root </a> <ul> <li><a href="...
by clevername
Fri May 25, 2012 2:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Create multiple views on product page
Replies: 2
Views: 5238

Re: Create multiple views on product page

You can do this, however, I don't think the code is readily available in the forums. If you contact the guys at AbleMods, they can probably help you out with that quickly. http://www.ablemods.com/ContactUs.aspx
by clevername
Wed Mar 28, 2012 4:50 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Expires HTTP Header
Replies: 1
Views: 3856

Re: Expires HTTP Header

This is an IIS setting you can change. Do a simple google search and you should find plenty of instructions on how to achieve this. The instructions should tell you to go into your IIS manager, right click the file/folder you want to apply these headers to, go to properties, custom headers, add expi...
by clevername
Wed Sep 28, 2011 9:59 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: machineKey validation error
Replies: 4
Views: 4537

Re: machineKey validation error

Well actually it seems to be when users have IE set to reload fresh content every time they hit the page, intern defeating the purpose of caching and slowing the site down. This is not a huge area of our user base, if any really. But I would still like a reasonable fix. We have an image pop up onHov...
by clevername
Tue Sep 27, 2011 11:41 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Validation Results Style
Replies: 0
Views: 2421

Validation Results Style

I am looking to style the validation results for the email list subscription validation results. However, some genius thought it would be clever to make the style inline for the result. I can not remember where this is done. Then code that is doing this is the <asp:ValidationSummary .../> Can someon...
by clevername
Tue Sep 27, 2011 9:30 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: machineKey validation error
Replies: 4
Views: 4537

Re: machineKey validation error

The error is coming from our category page. Whenever a user tries to use a control like the sort before the page is fully loaded. The page needs to read this line: <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" /> and if the user does not give it enough time the ...
by clevername
Mon Sep 26, 2011 5:06 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: machineKey validation error
Replies: 4
Views: 4537

machineKey validation error

I read the wiki topic about the Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. here: http://wiki.ablecommerce.com/i...
by clevername
Tue Aug 09, 2011 2:22 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Adding slideshow script but unable to find <Head> Tag in 7.0
Replies: 3
Views: 5361

Re: Adding slideshow script but unable to find <Head> Tag in 7.0

That does not edit the Home page though. If you wanted to hardcode into the homepage layout file you would have to edit the Scriplethome.master not the Scriplet.master.
by clevername
Thu Aug 04, 2011 12:59 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: ConLib:CategoryGridPage4 CSS Theme Issue
Replies: 3
Views: 4122

Re: ConLib:CategoryGridPage4 CSS Theme Issue

If you are not familiar with CSS or .NET this may be difficult. I looked at your code a little bit and a quick way to get what you want would be to assign the table data's vertical align property to bottom. Meaning, go to your App_Themes/Computer_Store_001/style.css and change the following code: (l...
by clevername
Tue Jun 14, 2011 11:41 am
Forum: Feature Requests
Topic: More Options in the Batch Edit
Replies: 0
Views: 2947

More Options in the Batch Edit

In the batch edit, I would like to be able to input SKUs and Names with comma delimitation. Also, what if you put a "possible edits needed" section in the batch edit that suggests edits to products with common problems. For example if the MSRP is lower than the actual price. But allow the option to ...
by clevername
Tue Jun 14, 2011 8:06 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to use product details page conlib on category page?
Replies: 2
Views: 3381

Re: How to use product details page conlib on category page?

Well depending on the Conlib it might not work with category pages just like come category conlibs can't work on some product pages. However, if you want to throw it on there, you just need to place the conlib code, i.e. [[ConLib:ProductDiscountsDialog]], in the scriplet section you desire. Such as ...
by clevername
Mon Jun 13, 2011 7:37 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Differ loading of Large images
Replies: 2
Views: 4889

Re: Differ loading of Large images

Well on our actual product pages, that is not an issue. It is our Category page that we are trying to speed up the loading. And as far as CSS resizing goes, that is actually a slower method because it first loads the image then re-sizes it. So that would not help differ the loading till hover. Right...
by clevername
Fri Jun 10, 2011 9:57 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Differ loading of Large images
Replies: 2
Views: 4889

Differ loading of Large images

Has anyone tried using the nice AJAX able uses, to differ the loading of the larger category images until the client is hovering. For example the category page loads entirely with just the medium size images. When the client hovers over the image, as a preview type feature, the larger image will the...
by clevername
Thu Jun 09, 2011 8:11 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: HTML Compression/Minifying
Replies: 0
Views: 7579

HTML Compression/Minifying

Has anyone tried using an HTML compression tool for load times? I was looking into this (http://madskristensen.net/post/A-whitespace-removal-HTTP-module-for-ASPNET-20.aspx) and after testing this one I ran into the problem with the AJAX and Other JavaScript. This is just one way to do it but I wante...
by clevername
Tue May 31, 2011 10:19 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Guide to change the theme of the admin pages
Replies: 3
Views: 4281

Re: Guide to change the theme of the admin pages

I agree with jmestep, change this CSS on the App_Themes/AbleCommerceAdmin/style.css (assuming that is still the theme for your admin side) Change /* styling for body */ body { padding: 0 10px 0 10px; margin: 0 0 0 0; background:#BDD8FE url(images/background_image.gif) repeat-x top left; } To this: /...
by clevername
Tue May 31, 2011 9:47 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Where are <body></body> tags located?
Replies: 3
Views: 4233

Re: Where are <body></body> tags located?

In the root Directory, look for a folder called "Layouts" If you look at the Scriplet.Master file, is what builds your scriplet based pages. You can place your wrap after the <body> tag and before the </body> tag. If you also want to do this on your home page you have to edit the Scriplethome.master...
by clevername
Fri May 13, 2011 12:44 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Uvumi Gallery not working in IE9
Replies: 6
Views: 6104

Re: Uvumi Gallery not working in IE9

Thank you Mazhar for the work you put into this. I have already changed to the other gallery but I am sure this will help anyone else who realizes this problem. Thank you again.
by clevername
Wed May 11, 2011 8:55 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Uvumi Gallery not working in IE9
Replies: 6
Views: 6104

Re: Uvumi Gallery not working in IE9

I got it working now I want to resize the window it opens up in. hmmm....
by clevername
Mon May 09, 2011 9:21 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Uvumi Gallery not working in IE9
Replies: 6
Views: 6104

Re: Uvumi Gallery not working in IE9

Well I have to ask, for the sake of time, can you upload the converted code? If not I can work through it and get it figured out, either way I very much appreciate you getting back to me.
by clevername
Mon May 02, 2011 2:55 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Uvumi Gallery not working in IE9
Replies: 6
Views: 6104

Uvumi Gallery not working in IE9

The Uvumi Gallery does not work properly in IE9. It will pop up the window and it will seem to have the images in that window but you can not see them or interact with them. I only know that it has the images because if you refresh the page the images will flicker then go away. Does anyone know a fi...
by clevername
Mon May 02, 2011 2:40 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Added to cart confirmation
Replies: 2
Views: 3369

Re: Added to cart confirmation

I just added a redirect code after it successfully added the item to the cart. However, we would like to have the code show a pop up. I could probably add some javascript or something to get a nice popup when they add it to the cart. Just through that code where I put the redirect.
by clevername
Mon Apr 18, 2011 3:52 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Added to cart confirmation
Replies: 2
Views: 3369

Added to cart confirmation

I need to either display a message that confirms the item was added to their cart or redirect to the basket once they add it to the cart. Can someone help me with either?
by clevername
Mon Apr 18, 2011 1:50 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Number of Cart Items
Replies: 1
Views: 3061

Re: Number of Cart Items

Never mind we found the solution. Thank you!