Search found 8 matches

by rich
Thu Sep 24, 2020 3:59 pm
Forum: AbleCommerce GOLD
Topic: Trying to add custom jquery code to the home page text area for bootstrap accordions
Replies: 3
Views: 5752

Re: Trying to add custom jquery code to the home page text area for bootstrap accordions

OK, I moved the A3Collapsible string definition to the top and then added the ScriptsPh.Controls.Add(new LiteralControl(string.Format(scriptTag, collapsible))); to the first if statement also and it appears to function now but not displaying the glyphicon. Any idea why that would not display? Here i...
by rich
Thu Sep 24, 2020 3:50 pm
Forum: AbleCommerce GOLD
Topic: Trying to add custom jquery code to the home page text area for bootstrap accordions
Replies: 3
Views: 5752

Re: Trying to add custom jquery code to the home page text area for bootstrap accordions

Hi, Just rereading this and i did exactly what you had suggested to do if i want to use in all pages. The two chunks of code are the first which is the custom.js A3Collapsibles.js $(document).ready(function(){ $('.collapse.in').each(function(){ $(this).parent().find(".glyphicon").removeClass("glyphi...
by rich
Fri Sep 18, 2020 7:56 am
Forum: AbleCommerce GOLD
Topic: Trying to add custom jquery code to the home page text area for bootstrap accordions
Replies: 3
Views: 5752

Trying to add custom jquery code to the home page text area for bootstrap accordions

Working on the home page of an Able Commerce site and trying to incorporate some jquery javascript to allow certain divs to open/close on the home page. Below is the code that does not seem to fire even though i have created a custom script and added calls to it in base.master. $(document).ready(fun...
by rich
Tue Jun 30, 2015 10:28 am
Forum: AbleCommerce GOLD
Topic: Parser Error Message: Could not load type 'AbleCommerce.ConL
Replies: 5
Views: 4658

Re: Parser Error Message: Could not load type 'AbleCommerce.ConL

Ok, will look at Custom HTML next time. What it appears was the issue with the images is that we mistakenly thought the app_themes\mytheme\images folder was the default path and had ours new images there. We created a new folder under assets and placed the unblocked jpg file there and changed the co...
by rich
Tue Jun 30, 2015 8:07 am
Forum: AbleCommerce GOLD
Topic: Parser Error Message: Could not load type 'AbleCommerce.ConL
Replies: 5
Views: 4658

Re: Parser Error Message: Could not load type 'AbleCommerce.ConL

OK it appears this was connected to the other post about adding a custom aspx page. What I had to do was copy and paste an existing control into my custom conlib folder. I was copying the aspx and aspxc files and then adding as existing to the project but looks like you need the designer file also a...
by rich
Sat Jun 27, 2015 6:21 am
Forum: AbleCommerce GOLD
Topic: Parser Error Message: Could not load type 'AbleCommerce.ConL
Replies: 5
Views: 4658

Parser Error Message: Could not load type 'AbleCommerce.ConL

Running latest Gold with a theme copied from the Bootstrap responsive that is the default. I have created a new control that I copied form the SocialMediaLinksDialog.ascx. I then added the new control to the leftsidebar.master via the admin screen. When I try to open the home page now I get the foll...
by rich
Fri Jun 26, 2015 2:56 am
Forum: AbleCommerce GOLD
Topic: Cannot browse to a new custom aspx page
Replies: 3
Views: 7089

Re: Cannot browse to a new custom aspx page

Here is the error i am getting and the page will not render. Just have basic HTMl in there so far so not sure what is going wrong. Thanks for your help. Also getting these two build errors when trying to go to internet from VS2013 Express Error 2 Unknown server tag 'uc:CheckoutProgress'. W:\Clients\...
by rich
Thu Jun 25, 2015 11:05 am
Forum: AbleCommerce GOLD
Topic: Cannot browse to a new custom aspx page
Replies: 3
Views: 7089

Cannot browse to a new custom aspx page

We are on Able Gold (7.09) latest release brand new installation. We created a new theme copied fomr the Bootstrap Responsive theme per the directions and set that as the default theme. Home page displays fine with our new theme changes after getting all the Less things added. I needed to create a n...