Gosh I hate that it's always me reporting what turn out to not really be bugs...
Anyway.. here goes...
It is very strange.
Since updating to 3.20, images displayed throughout my site are stretched to 100% width, regardless if I have width and height defined. Product images aren't affected, but if the product description contains an img reference, that image is stretched to the full width of it's container.
(example: http://www.myfootshop.biz/malleoloc-ankle-brace )
All images on my topic pages are stretched to 100% width as well..
(example: http://www.myfootshop.biz/t/product%20guarantee-st
All images on my nopArticles plugin-generated pages are affected as well:
(example: http://www.myfootshop.biz/article/athletes-foot#Tab3
I assume this is something wrong in the alfresco stylesheet since it affects all these things, but I don't know what...
Thanks!
<div class="topic-html-content-body">
@Html.Raw(Model.Body)
</div>
<div class="topic-html-content-body">
@Html.Raw(Model.Body)
@if (Model.SystemName == "YourTopicName")
{
@Html.Widget("custom_widget_zone")
}
</div>
<div class="topic-html-content-body">
@Html.Raw(Model.Body)
@if (Model.SystemName == "About")
{
@Html.Widget("aboutemployees_top")
}
</div>
<div class="topic-html-content-body">
@Html.Raw(Model.Body)
@if (Model.SystemName == "HomePageText")
{
@Html.Widget("aboutemployees_top")
}
</div>
<div class="topic-html-content-body">
@Html.Raw(Model.Body)
@if (Model.Title == "About Us")
{
@Html.Widget("aboutemployees_top")
}
</div>
Hello-
I feel stupid for not noticing this until now...it worked fine back when we were using the Fashion theme, but then we switched to Alfresco. We are now running 3.10 with the 3.10 Alfresco responsive theme.
I've got Captcha enabled in my general settings >> security, however, the captcha is not appearing on any of the forms that I have it enabled for??? Oh...and when a new customer tries to register, it says the text didn't match the picture...as if it IS being displayed..
What might cause this problem?
Thanks,
Steve
Hello-
I have the Alfresco responsive theme and am wondering if I can download the theme and JUST replace the megamenu plugins folder in order to take advantage of this new addition to the megamenu. I'm not really interested in updating the entire theme if not necessary...
Thanks!
Hello,
Does there happen to be any way in the Alfresco theme to assign specific colors to various navigation buttons and possible pages? We are hoping to use colors to designate different areas of the website if possible (just a rough example: http://www.usatoday.com). Any information or feedback is appreciated.
Thanks
Hello again-
I'm reporting a styling issue with the Alfresco theme in which, when viewing the site at mobile device size, causes the Buy Now button to be mostly obscured by the product images.
If you squish the page down to mobile device size, you'll see that the Buy Now Button is mostly covered by the product photo and cannot be clicked.
http://64.239.149.236/carbon-graphite-shoe-plate
Thanks-
Hello-
I just noticed today that the customer's shipment details view has no styling defined.
orderdetails/shipment/
Steve