Sidebar Author Box Issue

Posted in: Newspaper
Post count: 6

Hi,

I have an author widget published for each author in the sidebar. However the issue is nothing is clickable, i.e. you can’t click on the number or entries, comments link or their email.

You can see it here – http://goo.gl/zJiavc

Thanks

Post count: 6600

Hi,

I’m not sure how you have added that author box using the text-widget right, from what i have noticed the text-widget which contains the author box is just at the top of the page and dose not stretches to contain the whole author box and the widget from below it’s stretching above the author box, that is why the author box it’s not clickable, you can see this here http://screencast.com/t/dyzhdJJ95t5j
Make sure you have added the widget right, also please make a screenshot of your code added in the text widget and send it, it could help me understand what happened.
You can try to use the css from below to remediate this but I suggest you find what the cause of this and remediate instead using the css to make it right.

.page .span4 .widget_text {
height: 605px !important;
}

Hope this helps!
Thnaks

Post count: 6

Hi Lucian,

Thanks for your reply.

The way i added the author box is – http://awesomescreenshot.com/0c53cvqxc2

As each author has his own sidebar, i have just added that to each one, only calling their specific ID.

I see what you mean, when i set a height for that as 493px for example, the whole thing works fine.

Any ideas?

Thanks a lot.

Post count: 6600

Hi,

Yes please remove the height you have set before and just use this custom css instead, I have tested it and should solve your issue:

.upme-column-wrap {
display: inline-block;
}

.widget_text {
margin-bottom: 0px !important;
}

Thanks

Post count: 6

Thanks for your help Lucian

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.