Think I found a bug…
-
Hi,
I like your plugin and use it regularly ??May I bring to your attention that Webdeveloper shows the following in FF-browser when dw-promobar.php is in use:
<a "="" target="_self" href="some-link " class=""></a>
Now, after ‘cleansing’, it shows (as it is probably meant to be):
<a target="_self" href="some-link" class=""></a>
Ceck both
$dwpb_link = '';
and$dwpbcd_link = '';
in dw-promobar.php – there’s a colon in the code that doesn’t belong there, I reckon.BTW, I never got custom CSS to work for me (and style it in me theme’s style.css), which might have to do with the above? I didn’t try yet using my own ‘rectified’ dw-promobar.php version, since I’m also missing a title feature for the link and have therefore reverted to hard-coding a desired link directly into dw-promobar.php – I know, not the neat way, but I’m not a PHP-pro.
Around line #225 this is what I do:
<?php // echo $dwpb_link; ?><a href="some-link" class="some-class" title="some title">some text</a>
Maybe you can (and want to) help or update – your call ??
Cheers, thx for the bar and all the best,
burn
- The topic ‘Think I found a bug…’ is closed to new replies.