Hello Robert,
I've reset the skin to one of the DNN default (Aphelia-Groups) and the issue stays : no check box, the text "Set as default email" four times
The output html/css has still extra element style (in
red):
<input id="dnn_ctr488_CheckOut_chkDefaultEmail" type="checkbox" name="dnn$ctr488$CheckOut$chkDefaultEmail" style="position: absolute; z-index: -1; visibility: hidden;">
A quick fix for me is to set a blank value to the resource:
This will have no output.<data name="chkDefaultEmail.Text"><value> </value></data>
I think there's some bug behind that object.
Regards,
Eric
____________________
Eric Piraux
+32 476 20 29 60
Eric Piraux
+32 476 20 29 60
2014-01-30 robax <[email removed]>:
From: robax
Ok, this skin you have is very problematic. It uses a reset stylesheet, which breaks pretty much everything, and it also applies styles to things that should not be styled by default in any skin... e.g. all table cells and all tables.
But even then, there seems to be a problem with that extra label.
If you reset the site to the default DNN skin as a test, you'll see how things are designed to look. The store has tons of workarounds for the recent DNN styling choices, but I can't make it work with every other skin out there at the same time.
Can you check your skin's ASCX files and remove any visible="False" attributes from all content panes. That might resolve that particular issue. Bu t the rest.. such as getting the checkbox to show up, and working around the styling method is going to be a lot of fiddly work. (DNN injects inline CSS to hide radio buttons and checkboxes behind the page and then puts graphics in their place.. you're not seeing the graphic for some reason.
Let's see if that sorts the dual-label issue in any case.
RobRead the full discussion online.
To add a post to this discussion, reply to this email ([email removed])
To start a new discussion for this project, email [email removed]
You are receiving this email because you subscribed to this discussion on CodePlex. You can unsubscribe on CodePlex.com.
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com