Hoping for some guidance here. Sometime in the past few weeks, my inline modal popups stopped working in Chrome. I had Colorbox set up at the time, both hand coded inline links and views colorbox triggers. With views, the links now force a page refresh to the home page with the colorbox query appended:
i.e. [url]?width=500&height=500&inline=true#content
With hard links, the page refreshed on the existing page, with the same query string added.
I am looking for a module that will help me display a few lines on the front page of a site and when you click on a button, it will expand to full text or article. Probably using AJAX or jQuery.
Currently we can make a break point which will display a read more option but that will take us to a full node. I want to stay on the same page and same URL but expand a text area, that's all.