-
Content Count
458 -
Joined
-
Last visited
-
Days Won
22
Everything posted by ghostplugins
-
@chadateit Best way to do this is to change it's publish date to a date far, far away now. Like year 2025 or something. Doing this will keep it number one.
-
Help! I can't add gallery blocks. Why?
ghostplugins replied to stantonator's topic in Pages and Content
Thanks, @tuanphan! π @Chele We've updated the post on Ghost to reflect the newest update SquareWebsites.org added to their Admin UI Tweaks. π Our original Circle Thread was updated prior. -
Ghost Plugin Tweak / Stripey Summary Block
ghostplugins replied to Claire_auck's question in Coding and Customization
Hi @Claire_auck π! You can set the height for all summary items to be the same with this CSS. Adjust to your liking. .sqs-block-summary-v2 .summary-item { height: 200px; } And to target just one page, add the code the page's advanced > header code injection. Add the code between <style>(paste code here)</style>. Here is an example of that. <style>.sqs-block-summary-v2 .summary-item { min-height: 200px; border-top: 5px solid black; background-color: #ffffff; border-radius: 10px 10px; }</style> Hope this helps! π» -
Thanks, @paul2009! Not sure why it won't let you see it @DiViNCi, but I'll report here. π You canβt really change the Survey Options, but I was able to mess around with some css and found a great work around using the Radio option. Iβll outline the steps below. 1. Add a radio field to the form. 2. Add the info and what options youβd like to use. 3. Save the page and then add this code to the custom css editor box. This will place the radio buttons next to each other, just like the survey. .form-wrapper .field-list .field .option {width: 20%;float: left;text-alig
-
How to add audio player to a code block
ghostplugins replied to Chele's question in Coding and Customization
@Chele Glad Ghost was helpful in helping you find a solution! π» π π- 2 replies
-
- audioblocks
- code-block
-
(and 2 more)
Tagged with:
-
How do I hide my navigation menu on an Index page?
ghostplugins replied to alwalt's question in Coding and Customization
Add this to the Index's code injection. It will hide the navigation, but keep the logo visible. <style> .Header-nav { display:none !important; } </style>- 2 replies
-
- index-page
- navigation
-
(and 1 more)
Tagged with:
-
How can I place Social Icons in Mobile Menu?
ghostplugins replied to mcskin45's question in Coding and Customization
@LJSpace Shhhhh, that's a secret! π€« Haha, jk. Thanks so much for sharing Ghost! π Cody- 12 replies
-
- mobile
- brine-template
-
(and 2 more)
Tagged with:
-
Gallery Section Image Descriptions in 7.1
ghostplugins replied to civiccoffee's topic in Images and Videos
7.1 galleries don't support the option for titles or descriptions right now. πI think I saw on a thread that the Squarespace team was looking into adding them for 7.1 galleries but it's not a guarantee.- 3 replies
-
- gallery section
- image
-
(and 3 more)
Tagged with: