Jump to content
Sign in to follow this  
marshw

iBlogPro Anchor Tag Problem

Recommended Posts

marshw

I'm having one small problem. I built a page of FAQs for client and placed anchor tags on it. On first going to the page everything is fine. However, after clicking on any of the links at the top of the page to go to an anchor tag...the spacing at the top of the page "Content section" changes and the top pf the page "content section" is cut off. Page Link Anchor Tag Link

Share this post


Link to post
Share on other sites
Andrew

Interesting bug... Will check out and fix in the future.

Share this post


Link to post
Share on other sites
larsm66

I have the same problem using the "FAQ-tastic" plugin.

Share this post


Link to post
Share on other sites
Andrew

Figured this one out... will be fixed in the update. (`overflow:hidden` was causing the issue)

Share this post


Link to post
Share on other sites
marshw

Is there a temporary fix I can deploy for the client?

Share this post


Link to post
Share on other sites
marshw

Any update on changes I can make manually to resolve this for our client?

Share this post


Link to post
Share on other sites
Andrew

sure, sorry about the delayed response. You just need to change the 'overflow:hidden;' on what I think was the 'content' element in CSS. Something like: `.content{overflow:auto;}` should do the trick. If you need the exact name of the element it was on I'll have to dig through the Subversion revisions; so let me know.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×