Jump to content

Thormod_RK

Circle Member
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Thormod_RK reacted to tuanphan in Adding a subtitle to a title to thumbnails in portfolio grid   
    With Browser Tab title, you can edit SEO Title

    With pagination title, add this to Settings > Advanced > Code Injection > Footer
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function(){ $("h2.item-pagination-title").each(function(){ $(this).html($(this).text()); }); }); </script> Or you can replace Pagination Title with Next/Previous Text, if you want this, I will give the code
     
  2. Thanks
    Thormod_RK got a reaction from paul2009 in 7.1 Events Page: Hiding the "Back to All Events" link   
    It worked perfectly. Such a tiny detail, but it truly makes a difference. Thank you so much, @paul2009!
  3. Love
    Thormod_RK reacted to paul2009 in 7.1 Events Page: Hiding the "Back to All Events" link   
    Ooh, that's interesting for a number of reasons. Not to worry!
    I've rewritten it in plain JavaScript for you:
    <!-- Translate 'Back to All Events' on Squarespace 7.1 -------------------------------------> <!-- Copyright Soundfocus Digital [sf.digital] ---------------------------------------------> <!-- Use freely in your code injection. Do NOT re-publish.----------------------------------> <script>   window.addEventListener('DOMContentLoaded', (event) => {     var backEvents = document.querySelector(".eventitem-backlink");     if (backEvents) {       backEvents.innerHTML = "Tilbake til programoversikt";     } }) </script> <!-- End of Translate 'Back to All Events' -------------------------------------------------> Let me know how you get on.
     
  4. Love
    Thormod_RK reacted to Tiny_Coast in How do you integrate social media into your website or brand?   
    I think it is easy to get caught up in creating content and posting on social without having a clear idea of how the content fits into business goals. Before posting on social, I think you want to have a clear idea of your online business goals (SMART goals), and then you can identify how you want the content to help you get there. 
    From there, you can consider your audience, the kind of information they find valuable, the creative that would resonate, and the best channel to meet them on. You also want to consider what part of the buyer's journey they are on. Some content is excellent for creating brand awareness; other content helps minimize confusion around a product. 
    These are the key questions I think are helpful to consider around content (social included).  Because you want to consider destination URLs and so on, it can be very helpful to create a content calendar to keep you organized and on track. 
    What are your content goals?
    Who is your target audience (who are we trying to reach)?
    What is your budget for distributing content?
    What channels (Instagram, LinkedIn, Google display, email, press releases, sponsored content etc.) will you use?
    What are your destination url(s) (blog posts, landing pages, services pages)?
    What is your key messaging? 
    Have you decided on your CTA’s "calls to action" (Sign up, Subscribe, etc.)
    What campaign assets are required (white-paper, free guide, etc.)
    Do you have creative assets sized for different channels?
    Do you have tracking and analytics in place?
  5. Like
    Thormod_RK reacted to tuanphan in Adding a subtitle to a title to thumbnails in portfolio grid   
    Possible. Need to site url to check
  6. Like
    Thormod_RK reacted to tmdesign in Adding a subtitle to a title to thumbnails in portfolio grid   
    @tuanphan Site URL as follows: https://harmonica-pike-w7w4.squarespace.com/config/pages/604b403ab027c34468c6a9b2 
  7. Like
    Thormod_RK reacted to salensalen in Adding a subtitle to a title to thumbnails in portfolio grid   
    @tuanphan I am also having trouble removing the span tag from browser tab + pagination. Were you able to find a solution?
  8. Like
    Thormod_RK reacted to Jo_SQSP in How do you integrate social media into your website or brand?   
    Building a social media strategy can be tricky, but once you crack the code, it can be so helpful in building and maintaining a brand. Posting on-brand content for your community can help validate your brand as well as increase recognition and recall. 
    What are ways you have found it useful to integrate social media into your website and brand?
    Share in the comments below!
     
  9. Like
    Thormod_RK reacted to tuanphan in Adding a subtitle to a title to thumbnails in portfolio grid   
    You can use | or - character, however this will require JavaScript to solve.
    You can add Title | Sub Title| then we  will check.
    It sill appear on browser tab, however I think it will be better than <br> tag.
  10. Like
    Thormod_RK reacted to tuanphan in Adding a subtitle to a title to thumbnails in portfolio grid   
    Add this to Home > Design > Custom CSS
    h3.portfolio-title span { display: block; font-size: 12px; } then edit title to this format
     
  11. Like
    Thormod_RK reacted to tuanphan in [Share] Custom Code - Navigation Link Color/Hover Color/Active Color   
    (Updated: SS 7.1)
    Some custom code (CSS) to change color
    Navigation Link Navigation Hover Link Navigation Active Link >> 92 Templates Navigation Custom Font
    Notes
    Add code to Home > Design > Custom CSS The code is based on demo at squarespace.com/templates, so they may not work for some websites or navigation with dropdown If the code doesn't work, try adding !important to after, eg: color: #f1f2f3 !important; If you have any questions/found issues, just comment below or send me a private message. Thanks. Avenue Template
    /* Nav item color */ .main-nav ul li a { color: #ff0000 !important; } /* Nav item hover color */ .main-nav ul li a:hover { color: violet !important; } /* Nav item active color */ .main-nav ul li.active-link a { color: green !important; } Aviator
    /* Nav item color */ nav#main-navigation ul li a { color: #ff0000 !important; } /* Nav item hover color */ nav#main-navigation ul li a:hover { color: violet !important; } /* Nav item active color */ nav#main-navigation ul li.active-link a { color: green !important; } Bedford Family: Anya, Bedford, Bryant, Hayden, Bedford
    /* Nav item color */ #mainNavigation div a { color: #ff0000 !important; } /* Nav item hover color */ #mainNavigation div a:hover { color: violet !important; } /* Nav item active color */ #mainNavigation div.active a { color: green !important; } Brine Family: Aria, Basil, Blend, Brine, Burke, Cacao, Clay, Custom Template, Ethan, Fairfield, Feed, Foster, Greenwich, Hatch, Heights, Hunter, Hyde, Impact, Jaunt, Juke, Keene, Kin, Lincoln, Maple, Margot, Marta, Mentor, Mercer, Miller, Mojave, Moksha, Motto, Nueva, Pedro, Polaris, Pursuit, Rally, Rover, Royce, Sofia, Sonny, Sonora, Stella, Thorne, Vow, Wav, West, Brine.
    /* Nav item color */ .Header-nav-item { color: #ff0000 !important; } /* Nav item hover color */ .Header-nav-item:hover { color: violet !important; } /* Nav item active color */ .Header-nav-item--active { color: green !important; } Farro: Farro, Haute
    Same as Brine
    Five
    /* Nav item color */ nav#main-navigation ul li a { color: #ff0000 !important; } /* Nav item hover color */ nav#main-navigation ul li a:hover { color: violet !important; } /* Nav item active color */ nav#main-navigation ul li.active-link a { color: green !important; } Flatiron
    /* Nav item color */ ul#nav li a { color: #ff0000 !important; } /* Nav item hover color */ ul#nav li a:hover { color: violet !important; } /* Nav item active color */ ul#nav li.active-link a { color: green !important; } Forte
    /* Nav item color */ #topNav ul li a span { color: #ff0000; } /* Nav item hover color */ #topNav ul li a:hover span { color: violet; } /* Nav item active color */ #topNav ul li.active-link a span { color: green !important; } Ishimoto
    /* Nav item color */ #topNav #nav li a { color: #ff0000; } /* Nav item hover color */ #topNav #nav li a:hover { color: violet; } /* Nav item active color */ #topNav #nav li.active-link a { color: green !important; } Momentum
    /* Nav item color */ #topNav ul li a { color: #ff0000; } /* Nav item hover color */ #topNav ul li a:hover { color: violet; } /* Nav item active color */ #topNav ul li.active-link a { color: green; } Montauk: Julia, Kent, Montauk, OM
    Same as Momentum
    Native
    /* Nav item color */ #navBlock ul li a { color: #ff0000 !important; } /* Nav item hover color */ #navBlock ul li a:hover { color: violet !important; } /* Nav item active color */ #navBlock ul li.active-link a { color: green !important; } Pacific:  Bryler, Charlotte, Fulton, Horizon, Naomi, Pacific
    /* Nav item color */ #mainNavigation div a { color: #ff0000 !important; } /* Nav item hover color */ #mainNavigation div a:hover { color: violet !important; } /* Nav item active color */ #mainNavigation div.active a { color: green !important; } Skye: Foundry, Indigo, Ready, Skye, Tudor
    /* Nav item color */ .nav-blocks-wrapper div a span { color: #ff0000; } /* Nav item hover color */ .nav-blocks-wrapper div a:hover span { color: violet; } /* Nav item active color */ #mainNavigation div.nav-link--active a { color: green !important; } Tremont: Camino, Carson, Henson, Tremont
    /* Nav item color */ #mainNavigation div a span { color: #ff0000; } /* Nav item hover color */ #mainNavigation div a:hover span { color: violet; } /* Nav item active color */ #mainNavigation div.active a span { color: green; } Wells
    /* Nav item color */ div#topNav ul li a { color: #ff0000 !important; } /* Nav item hover color */ div#topNav ul li a:hover { color: violet !important; } /* Nav item active color */ div#topNav ul li.active-link a { color: green !important; } Wexley
    /* Nav item color */ #topNav ul li a { color: #ff0000; } /* Nav item hover color */ #topNav ul li a:hover { color: violet; } /* Nav item active color */ #topNav ul li.active-link a { color: green; } York: Artesia, Flores, Harris, Jasper, Jones, Lange, Shibori, Taylor, York
    /* Nav item color */ .site-navigation div a span { color: #ff0000; } /* Nav item hover color */ .site-navigation div a:hover span { color: violet; } /* Nav item active colo */ .site-navigation div.active a span { color: green; } Squarespace 7.1
    /* Nav item color */ .header-nav-item a { color: #ff0000 !important; } /* Nav item hover color */ .header-nav-item>a:hover { color: red !important; } .header-nav-folder-item:hover a { color: red !important; } /* Nav item active color */ .header-nav-item--active a { color: green !important; } Created by Tuan Phan.
    Share to be shared more.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.