mhnyc
Member-
Content Count
11 -
Joined
-
Last visited
-
iframe embed code works in Edit mode but not live
mhnyc replied to mhnyc's question in Coding and Customization
@tuanphan, you're the best! Can't believe it was something so simple 🤦♀️ -
bangank36 reacted to an answer to a question: Do not have header appear on scroll for desktop view only 7.1
-
iframe embed code works in Edit mode but not live
mhnyc posted a question in Coding and Customization
Site URL: https://madhattersnyc.com/blog/best-street-art-nyc/ Hi there, I'm not sure what I'm doing wrong, but I added a code block for an iframe embed code, and I can see the story in Edit Mode but when I save it, all I see is a blank square. Here is the code I'm using: <div style="width: 100%; position: relative; max-width: 500px;"> <div style="padding-top: 166%;"> <iframe src="http://onl.st/best-street-art-galleries-nyc" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;"></iframe> </div> </div> Attaching prints -
Do not have header appear on scroll for desktop view only 7.1
mhnyc replied to mhnyc's question in Coding and Customization
Thank you so much, @tuanphan! Really great feedback 🙂 -
bangank36 reacted to an answer to a question: Do not have header appear on scroll for desktop view only 7.1
-
Do not have header appear on scroll for desktop view only 7.1
mhnyc replied to mhnyc's question in Coding and Customization
That worked! TYSM @bangank36! -
Do not have header appear on scroll for desktop view only 7.1
mhnyc replied to mhnyc's question in Coding and Customization
Hi @bangank36 That didn't appear to work. Screenshot attached - -
Do not have header appear on scroll for desktop view only 7.1
mhnyc posted a question in Coding and Customization
Site URL: https://madhattersnyc.com/ Hi, My header reappears when scrolling up on a page, which is not a problem on mobile because the header is an appropriate size. But on desktop, the header takes up almost the entire page and only leaves a few rows of text or part of an image visible. I know it's supposed to disappear when you stop, but it sometimes sticks. I'm wondering if it might be a better user experience to make the header NOT appear when scrolling? Is this possible on just the desktop view? Attaching images for reference. TIA! -
Hi, @tuanphan - didn't even realize that issue with the scroll header! Thanks for pointing out, and yes, would appreciate help with that 🙂 I fixed it so the time isn't showing on the calendar, but the font is still in grey and some items are still in black. Do you know how to make all of it black? Thanks in advance!
-
@tuanphan Thank you. I updated my CSS to remove the time display, but still not understanding the differences in font color. Any idea how to get everything to show in black vs. grey?
-
mhnyc reacted to an answer to a question: Customized Calendar issue 7.1
-
Site URL: https://madhattersnyc.com/nyc-calendar Hi, I used CSS to customize my calendar, but on October 17 there are two events and one is bolded and displays the start time while the other one displays as normal. I have the exact same events on October 18, and both are displaying as normal. Any idea why this is happening? Also, I think I prefer the darker font, does this need to be done with CSS? I think the light grey font is a little hard to read. Thank you in advance!
-
Change aspect ratio on Single Column Blog page images
mhnyc replied to mhnyc's question in Coding and Customization
@tuanphan Sorry for the delay, I just moved the site from private to public: https://madhattersnyc.com/blog I'm using the Side by Side format for the Blog Page now, but I'd prefer to use the Single Column Blog if I can change the featured photo to 4:3. I'm using 4:3 photos on my Home Page (https://madhattersnyc.com). Would appreciate any help! -
Change aspect ratio on Single Column Blog page images
mhnyc posted a question in Coding and Customization
Hi, Does anyone happen to know if there is CSS code to change the aspect ratio of the images on the Single Column Blog page? I'd like my images to be 4:3. Thanks!