- Posts: 8
- Thank you received: 0
[Solved] Two instances size conflict
-
mrdexter
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago - 12 years 10 months ago #15908
by mrdexter
[Solved] Two instances size conflict was created by mrdexter
Hi Guys, I don't know if this is something I have done in the template or a behaviour of the module.
I have one instance on my homepage with a size set to width:800 in the module admin.
www.vintageleathersofas.com/
I have another instance on another page where the width is set to 700 but the div is listed as having a width of 800px on the page. The DIV has no ID in firebug, so I am not 100% sure it is a div to do with the module.
www.vintageleathersofas.com/leather-sofas
The div in question can be seen on both pages in firebug > html body div#pagewrap div#main table.contentpaneopen tbody tr td div
My problem is I now need to increase the size of the second instance beyond 800, but when I do I only get the <a role="button" class="carousel-control previous carousel-previous">Previous</a> displaying, the rest of the screen is blank.
My question is, is this an issue with having two instances on the site, or is this unrelated and a problem with my template?
I have one instance on my homepage with a size set to width:800 in the module admin.
www.vintageleathersofas.com/
I have another instance on another page where the width is set to 700 but the div is listed as having a width of 800px on the page. The DIV has no ID in firebug, so I am not 100% sure it is a div to do with the module.
www.vintageleathersofas.com/leather-sofas
The div in question can be seen on both pages in firebug > html body div#pagewrap div#main table.contentpaneopen tbody tr td div
My problem is I now need to increase the size of the second instance beyond 800, but when I do I only get the <a role="button" class="carousel-control previous carousel-previous">Previous</a> displaying, the rest of the screen is blank.
My question is, is this an issue with having two instances on the site, or is this unrelated and a problem with my template?
Last edit: 12 years 10 months ago by mrdexter.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15940
by ivan.milic
Replied by ivan.milic on topic Re: Two instances size conflict
We solved that problem about 3-4 months ago, you can have unlimited number of carousels pro on single page. When did you download that?
The following user(s) said Thank You: mrdexter
Please Log in to join the conversation.
-
mrdexter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 10 months ago - 12 years 10 months ago #15942
by mrdexter
Replied by mrdexter on topic Re: Two instances size conflict
Not sure when it was, certainly longer than 4 months ago. It's version 1.1 which seems to be the latest. I'll download again and see if it works.
Thanks
Thanks
Last edit: 12 years 10 months ago by mrdexter.
Please Log in to join the conversation.
-
mrdexter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 10 months ago #15946
by mrdexter
Replied by mrdexter on topic Re: Two instances size conflict
Problem persists. As before there is an unnamed DIV which seems to be getting it's width from the carousel on the homepage (800px) which means the other one works when at a width of 700 (although it diaplys as 800) but as soon as I set it higher than 800 it stops displaying.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15957
by ivan.milic
Replied by ivan.milic on topic Re: Two instances size conflict
It looks ok. I checked computed style in chrome and it's 700 ????
Please Log in to join the conversation.
-
mrdexter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 10 months ago #15959
by mrdexter
Replied by mrdexter on topic Re: Two instances size conflict
Shows as 800px to me in Chrome, IE and FF.
This is from firebug on chrome:
element.style {
width: 800px;
margin-left: auto;
margin-right: auto;
}
This is from firebug on chrome:
element.style {
width: 800px;
margin-left: auto;
margin-right: auto;
}
Please Log in to join the conversation.
Time to create page: 0.158 seconds