-
Posts
20 -
Joined
-
Last visited
Recent Profile Visitors
375 profile views
margothermans's Achievements
-
margothermans started following tuanphan
-
This might be a bit late (maybe others are looking) but this worked for me: <script> document.addEventListener("DOMContentLoaded", function() { summaryItems.forEach(function(item) { // Move the primary metadata (date) above the title var primaryMetadata = item.querySelector(".summary-metadata--primary"); var title = item.querySelector(".summary-title"); if (primaryMetadata && title) { title.parentNode.insertBefore(primaryMetadata, title); } // Move the secondary metadata (tags) below the excerpt var secondaryMetadata = item.querySelector(".summary-metadata--secondary"); var excerpt = item.querySelector(".summary-excerpt"); if (secondaryMetadata && excerpt) { excerpt.parentNode.insertBefore(secondaryMetadata, excerpt.nextSibling); } }); }); </script>
- 3 replies
-
- css
- summary-block
-
(and 3 more)
Tagged with:
-
BrookeAlexander reacted to a post in a topic: Invoicing Clients
-
https://tambourine-paddlefish-7adx.squarespace.com/vacatures?category=G: Antwerpen
- 4 replies
-
- events-page
- custom-css
-
(and 1 more)
Tagged with:
-
https://tambourine-paddlefish-7adx.squarespace.com/
- 4 replies
-
- events-page
- custom-css
-
(and 1 more)
Tagged with:
-
I'm looking for a way to make events that have a source url have a click through to the source url in a new window instead of opening the event page. Is that possible? For the summaries on the home page it works because i'm using the Universal Filter and Lazy Summary and this is an option you can select. It works great but when someone lands on the event page itself, the links over the events do go through to the event page instead of the source url. Any help would be appreciated! the password of my website is: halftijds
- 4 replies
-
- events-page
- custom-css
-
(and 1 more)
Tagged with:
-
margothermans reacted to a post in a topic: customize tags placement in summary block
-
customize tags placement in summary block
margothermans replied to margothermans's topic in Site Design & Styles
my site is: https://tambourine-paddlefish-7adx.squarespace.com/ psw: halftijds -
Hi, I've made a summary block (grid) with events and added some custom code to hide the image with a color and place the text over the image. As secondary metadata I'm showing tags and i want them to be positioned in the right corner with some padding but need some help with the code. Anyone any ideas? The tags is the one in yellow on the screenshot.
-
margothermans reacted to a post in a topic: Visitor counter event item
-
margothermans started following Visitor counter event item
-
Site URL: https://www.halftijds.be Hi everyone, I'm looking for an automatic counter I can embed on blog posts and event items so people can see how many people have seen the page. I want to do this for every page i have so it has so i need a widget or code i can easily multiply. Anyone any ideas?
-
EarvinChong started following margothermans
-
🙏 all of the above, it makes it so difficult for b2b costumers
-
margothermans reacted to a post in a topic: Invoicing Clients
-
margothermans reacted to a post in a topic: Invoicing Clients
-
margothermans reacted to a post in a topic: Invoicing Clients
-
margothermans reacted to a post in a topic: Bancontact availability
-
Only Featured posts in Rss Mailchimp newsletter
margothermans replied to margothermans's topic in Customize with code
Nevermind, i found a workaround with the tags! http://sitename.squarespace.com/pageslug/?tag=Tagname&format=rss -
Hi everyone, I have a rss Mailchimp newsletter which automatically sends mails once a week with every new event i've added but I'm looking for a way to only show featured events. Is there any way to do this? Thanks!
-
tuanphan reacted to a post in a topic: Only 20 blog posts?!
-
margothermans changed their profile photo
-
I've been using the lazy-summaries plugin for my website (www.halftijds.be/vacatures) and it works great! I'm using a summary for events here but it should also work with blogposts.