Can't Change Promo Block - Stuck on Image reloader

In Administrator/Basic Settings under Promo, the radio button for "use custom HTML block" is not active.  I cannot select it so I can't change the Promo block away from using the image reloader.  Is there something I have to, or can, do to make that button active?  Don't want the image reloader there.  I was able to change that in D6 so I know something is wrong.


Thanks..

Quote · 8 Dec 2009

I have the same problem, the radio button for "use custom HTML block" is not active  in admin.

Quote · 8 Dec 2009

What browser are you using to do this with? If it's IE, trying doing it with FF instead. I have noticed that some items are not working properly in IE.

Chris

Nothing to see here
Quote · 8 Dec 2009

The problem I have in newest FF. But I found out that it works in IE8 and Opera. But there is a second bug as well, because the tiny editor moves in all three browsers out of the screen on right side. Or is this just in my german translation of admin? The maximum I can access is the html tab under the font size drop down like here over the smily in this editor.

Quote · 8 Dec 2009

hover over "promo_p04.jpg" does the image appear?

might be a JS setting in browsers

I would find the:

<script type="text/javascript" language="javascript">
<!--
function togglePromo(oRadio) {
var aSwitcher = {text: 'image', image: 'text'};

$('#promo-cnt-' + aSwitcher[$(oRadio).val()]).bx_anim('hide', 'fade', 'slow', function(){
$('#promo-cnt-' + $(oRadio).val()).bx_anim('show', 'fade', 'slow');
});
}       
-->
</script>

and replace with:

<script type="text/javascript" language="javascript">
<!--
function togglePromo(oRadio) {
var aSwitcher = {text: 'image', image: 'text'};

$('#promo-cnt-' + aSwitcher[$(oRadio).val()]).bx_anim('hide', 'fade', 'slow', function(){
$('#promo-cnt-' + $(oRadio).val()).bx_anim('show', 'fade', 'slow');
});
}       
//-->
</script>

or

<script type="text/javascript" language="javascript">
function togglePromo(oRadio) {
var aSwitcher = {text: 'image', image: 'text'};

$('#promo-cnt-' + aSwitcher[$(oRadio).val()]).bx_anim('hide', 'fade', 'slow', function(){
$('#promo-cnt-' + $(oRadio).val()).bx_anim('show', 'fade', 'slow');
});
}       

</script>

this runs the JS radio button

I have video tutorials to help you mrpowless.com
Quote · 8 Dec 2009

Ticket added: http://www.boonex.com/trac/dolphin/ticket/1588

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 8 Dec 2009

It was FF that I was using also where the button was inactive.


And in IE the button is selectable and I get the editing menu. I can write there, but when it displays on the site, it shows a photo that is not one of the original 5 that display with the image reloader.  I have no idea where that photo came from.  It shows my text on top of the photo.  So that is not too great..


BTW, hover over on the original 5 all work fine.

Better check Safari..

Thanks for the ticket..

Quote · 9 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.