Skip to main content

Activity

commented on Pulling content from a page to another page
Greetings – I have successfully pulled subpages using the code below – Works great in multiple areas of my web site however I can’t figure out how to get more than 10 of the subpages show. I’m trying to use the offset many times ( 0, 4, 8, 12, 16 etc ) but only 10 want to appear. There’s a default set some where and I’m at a loss.
{% for child in page.most_recent_published_descendants limit:4 offset:0 %}
posted 2017-09-27 09:27:16 -0700
commented on Background images in Aware Theme
Greetings – I have a related/unrelated background image question that I was hoping the hive could help with. I’ve tried modifying my customization to force the background image in Aware to anchor to the TOP CENTER, everything else is perfect. I’ve tried overriding the “with-background” body class in the theme.css but it won’t stick!

I’m aware that I could theoretically remove the body class and rework the CSS but I’m so close to being done with this last little thorn — remove: class="aware-theme v2-theme page-type-basic js with-background in the

Clearly I’m missing something somewhere and I suspect the style is controlled by that little js – unless someone knows a trick that will save my sanity and point me in the right direction. This seemed like it was really simple before my CSS appeared useless

CURRENT:
rgba(0, 0, 0, 0) url(“pathtoimage”) no-repeat fixed center center / cover

MY DREAM
rgba(0, 0, 0, 0) url(“pathtoimage”) no-repeat fixed top center / cover
posted 2016-03-02 14:32:40 -0800
commented on How do I center align a video link?
Hello! Is there a better reference for this question by any chance. I can add margins in a div to get it about center but is there a slide of code that does this more precisely? Thank you Thank you!
posted 2015-11-09 16:29:58 -0800
commented on page
Thank you!
posted 2015-10-23 12:06:30 -0700
commented on When people leave feedback on a feedback page, where do I go to read it?
Greetings how can these be exported? Is that possible?
posted 2015-07-27 16:20:56 -0700