Search found 13 matches

by lastrom
Fri Mar 02, 2012 11:41 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet pulling multiple scriptlets?
Replies: 5
Views: 5551

Re: Scriptlet pulling multiple scriptlets?

Nevermind. I made a control that pulls the cb:ScriptletPart control and dynamically sets the content scriptlet based upon a property. Thanks for helping me get where I needed to be!
by lastrom
Fri Mar 02, 2012 11:26 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet pulling multiple scriptlets?
Replies: 5
Views: 5551

Re: Scriptlet pulling multiple scriptlets?

Is there a control that already does this that comes with Able or will I have to basically write one?
by lastrom
Thu Mar 01, 2012 10:57 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet pulling multiple scriptlets?
Replies: 5
Views: 5551

Re: Scriptlet pulling multiple scriptlets?

Is there any other way to do it? Doing it that way would mean I would need to make a lot of controls in order to get the functionality right.
by lastrom
Wed Feb 29, 2012 4:09 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet pulling multiple scriptlets?
Replies: 5
Views: 5551

Scriptlet pulling multiple scriptlets?

I'm currently building a home page that uses a lot of jQuery, but also needs to have the majority of the content editable. Is it possible to have one scriptlet (the Home Page.htm in this case) to pull several other scriptlets? Here's a simplified example of what I'm trying to accomplish: <div class=...
by lastrom
Thu Apr 07, 2011 6:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Simple Search "Enter" functionality and IE8
Replies: 4
Views: 3848

Simple Search "Enter" functionality and IE8

Hi all, The default functionality in AbleCommerce (in both my custom installation and in a brand new AbleCommerce trial installation) for the Simple Search control is that it submits the form when the enter key is pressed after typing into the search phrase text box. This functionality doesn't quite...
by lastrom
Wed Mar 30, 2011 2:02 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: WebPartManager Rendering Mode (block vs inline)
Replies: 5
Views: 10204

Re: WebPartManager Rendering Mode (block vs inline)

Here is an example of what I'm trying to accomplish: The simplified HTML looks like this: <html> <head></head> <body> <div id="ctl00_wpm_HomePage"> <div id="outerContentWrapper"> <div id="innerContentWrapper"> Content here </div> </div> </div> </body> </html> The CSS code: html, body{ height:100%; }...
by lastrom
Mon Mar 28, 2011 9:22 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: WebPartManager Rendering Mode (block vs inline)
Replies: 5
Views: 10204

Re: WebPartManager Rendering Mode (block vs inline)

Thanks for the input, but that's not my question. Let me try to rephrase it. The ID of the WebPartManager cannot be changed and is different on every single page since it's an ASP.NET control. For instance on the home page the ID is "ctl00_wpm_HomePage", but on the contact page it's"ctl00_wpm_Contac...
by lastrom
Fri Mar 25, 2011 9:43 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: WebPartManager Rendering Mode (block vs inline)
Replies: 5
Views: 10204

WebPartManager Rendering Mode (block vs inline)

Hi all, I'm trying to build out a page that takes up 100% of the height, but the WebPartManager renders a div (ID ctl00_wpm_HomePage on the home page, but different on each page). Is there a way to force the WebPartManager control to render inline? Or a way to declare styles to it without using java...
by lastrom
Thu Jul 29, 2010 7:32 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Number of Columns & Rows in CategoryGridPage
Replies: 5
Views: 4288

Re: Number of Columns & Rows in CategoryGridPage

Nevermind, It was more user error.
by lastrom
Wed Jun 30, 2010 2:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Issue with moving existing installation
Replies: 2
Views: 2822

Re: Issue with moving existing installation

I moved it again with no success, so I just renamed the custom themes and set them again. Thanks anyways.
by lastrom
Fri Jun 18, 2010 7:29 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Issue with moving existing installation
Replies: 2
Views: 2822

Issue with moving existing installation

I run 3 environments for each website I create: development, QA, and production. I've imported all the data into all environments, customized several product pages (as some categories use a different theme) in the development environment, synced up all changed files (except the ones noted in the FAQ...
by lastrom
Fri Sep 11, 2009 10:20 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Open Cube Quick Menu Integration
Replies: 1
Views: 1989

Open Cube Quick Menu Integration

Hello all! I'm trying to integrate some SEO friendly 3rd party navigation software into an AbleCommerce control and I'm having some problems. This is the structure of the text based navigation menu I need to generate (categories and sub categories): <ul id="qm0" class="qmmc"> <li><a class="qmparent"...
by lastrom
Fri Jul 31, 2009 7:51 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: jQuery Image Gallery Control
Replies: 1
Views: 2015

jQuery Image Gallery Control

Hi all, new to the forum. I am currently developing a custom control that will display the main product image and the additional images using a custom jQuery (javascript framework) lightbox image gallery. Is there a way to keep the 2 javascript files, 1 css file and 3 images in one place so that it ...