• Thanks b4ucode for the support (NOT!!!)

    For 4 month ago I contacted b4ucode for support, it seems that I’ve a sort of DIV problem.
    b4ucode answered that he would take care of the problem but nothin happend. So I wonder if someone here can help me.
    You’ll see what’s the problem if you take a look at; http://badasslifestyle.se/artist/boothill-stompers/

    Problem:
    The sidebars turning up under the contect.

    What I’ve done:
    I’ve checked the wbd_artist_album, wbd_artist_song, single-wbd_artist.php files and myown comments.php without success, but I’m no code-guy, perhaps I’ve missed something.

    http://wordpress.org/plugins/wp-artists-lite/

Viewing 1 replies (of 1 total)
  • I believe I have come up with the solution. I had the exact same problem.

    You have to do some hard coding. I am not certain if this fix is for all circumstances.

    Here is what I did. Edit lib.shortcodes.php. Go to line number 299.

    –>'<div class=”clr”></div>’;’

    This is under wpa_artist_meta class in the html part. Line number 299 is missing a closing div (I think, I am not a coder).

    Add one like this.

    –>'<div class=”clr”></div></div>’;’

    so you will have 2 </div>’s after class=clr.

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘A sort of DIV problem.’ is closed to new replies.