Plugin Author
Baden
(@baden03)
can you provide a link to your page?
It’s still in the works but here is the link:
http://laedc1930.cgr-dev.com/board/
Also, I apologize if this might not make any sense, but on the Funding page (mobile/responsive version) I am using rel=”animal-highlander”, but when I click to expand another member below it, I would have to scroll up or down to look at the expanded area. Is there a way when I click to expand on a different member to view the expanded area’s title or first line?
Plugin Author
Baden
(@baden03)
1. the column issue: since your theme is using the bootstrap framework you need to review how you are making your columns.
bad:
[half page column] [half page column] [half page column] [half page column]
better:
[row]
[half page column][half page column]
[/row]
[row]
[half page column][half page column]
[/row]
2. the scrolling issue: check out the find-me attribute in the documentation
Hi Baden! Thank you for the help! I got the column issue to work, however with the scrolling issue, the find-me attribute doesn’t take me to the start of the newly expanded content, it takes me 3 lines after it, not sure if it’s due to my header either. Thank you again for the help!
Baden,
I’ve fixed the find-me attribute, however due to the site also being responsive, when viewed on mobile the find-me attribute jumps higher than the offset-scroll value.
I’m not sure how to apply the find-me attribute to the responsive site?
Plugin Author
Baden
(@baden03)
does it work when you re-load the site at the new size?
it makes sense that resizing the screen would change the find-me locations… but they should be correct if the page is the same size it was loaded in.
Reloading the site at the new size, the find me attribute does not work correctly.
Plugin Author
Baden
(@baden03)
Yes, because you are defining a fixed scroll-to value.
You need to work with find-me auto, as you are dealing with a responsive layout.