Quote:
Originally Posted by Lynne
What are you entering into the "Enter Static HTML" area of the widget?
|
yes
Quote:
Originally Posted by Lynne
What is the template name listed under "Template Name" and have you verified that that template exists and is totally default in the style you are using?
|
Style vB - Default.
Template Name: 'vbcms_widget_static_page"
HTML Code:
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_siteicons}/html.png" alt="" /> {vb:raw widget_title}</h3>
</div>
<div class="cms_widget_content widget_content">
{vb:raw static_html}
</div>
</div>
</div>
I turned off all modifications - no change.
--------------- Added [DATE]1484389562[/DATE] at [TIME]1484389562[/TIME] ---------------
I tested the widget ... weird
e.g
1. does not accept the code: 'border-radius: 50
%;'
but 'border-radius: 50px;' accepts (not accept '
%')'
2. does not accept the code: '<div class="caption">TOUCH
?ENABLED</div>'
but '<div class="caption">TOUCH ENABLED</div>' accepts (not accept '
.')
('.') dot code e.g 'header a
.active {font-weight:bold; }' is accepted
3. does not accept the code: '
<html>'
but '</html>' accepts
4. does not accept the code: '<href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text
/css'/>'
but '<href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='textcss'/>' accepts (not accept '
/')'
slash in </di>, </body>, </html> is accepted
If the code contains these characters, it does not save anything
I do not understand.