Jump to content

creedexan

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

creedexan's Achievements

  1. Site URL: https://www.myja.org/news/latest/learn-about-the-2022-laureates-ray-ritchey I'm trying to change the capitalization of the blog title for one post. The site style for the blog title is set to all caps, but I have an upcoming post title that includes an education degree (EdD) that I don't want to be all caps. Changing the site styles for the blog title for the whole site is not a great option either. Thanks in advance for your help.
  2. @paul2009 I'm so sorry -- one more question. Everything is working but now on the Spanish side of the site, if I click on the logo in the navigation, which should take users back to the language choice cover page, it can't find the page. The logo link works on the English side, though.
  3. Thanks so much, @paul2009. Please excuse my ignorance, but I don't have an option to turn off Ajax Page Loading through Site Styles. I found some code to inject through a search on how to disable Ajax page loading (please see code below), but it doesn't seem to work. <script src="https://content1.getnarrativeapp.com/ss-ajax-loader.js"></script> Do you know of another option?
  4. Site URL: http://theconcilio.org Hi all, I've inherited a bilingual Squarespace site and recently the nav menu started displaying in both languages (English and Spanish) on secondary pages (but not on the English or Spanish home page). Please see attached screenshot. How can I fix this so that the English navigation menu items appear only on the English side and vice versa for the Spanish? The site was built in Squarespace 7.0 using the Brine family template. For the multilingual functionality, the site uses the code from Brad Good's excellent tutorial. I know it has something to do with the nav not excluding things correctly, but I've checked all the URLs and all use the /en/ or /es/ prefix. So, I'm not sure what has happened. Please see code below from the code injection. Thanks in advance for your help. <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(function() { /* SETUP MULTI-LANGUAGE */ var defaultLanguage = 'en'; var lang = location.pathname.split("/")[1]; var defaultClass = 'lang-'+defaultLanguage+''; var itemParent = "nav [class*='collection'],nav [class*='folder'],nav [class*='index'],nav [class*='group']"; if (lang == "" || lang.length > 2 ){ var lang = defaultLanguage; } /* ADD LANGUAGE CLASSES */ $('a[href="/"]').addClass('lang-'+defaultLanguage+'').parents(itemParent).addClass('lang-'+defaultLanguage+''); $('nav a:link:not([href^="http://"]):not([href^="https://"])').each(function () { var langType = $(this).attr('href').split("/")[1]; var multiLanguageClass = 'multilanguage lang-' + langType + ''; if (undefined !== langType && langType.length <= 2) $(this).addClass(multiLanguageClass).parents(itemParent).addClass(multiLanguageClass); }); $('nav button').each(function () { var langTypeFolder = $(this).attr('data-controller-folder-toggle').split("/")[0]; var multiLanguageClass = 'multilanguage lang-' + langTypeFolder + ''; if (undefined !== langTypeFolder && langTypeFolder.length <= 2) $(this).addClass(multiLanguageClass); }); /* HOMEPAGE-LOGO LINKS TO PROPER LANGUAGE HOMEPAGE */ if (lang == "es") { $('a[href="/"]').attr("href", "/es/inicio/"); } /* ADD EXCLUSION NAV ITEMS */ $('.exclude-me,.exclude-me a').addClass('exclude'); $('.sqs-svg-icon--list a,.SocialLinks-link').addClass('exclude'); /* REMOVE OTHER LANGUAGES AND KEEP EXCLUDED ITEMS */ $('.multilanguage:not(".lang-'+lang+',.exclude")').remove(); /* SETUP LANGUAGE SWITCHER */ $('body').prepend('<div class="language"><a href="/en/home" class="lang-en"><span class="flag-icon flag-icon-us"></span></a> <a href="/es/inicio/" class="lang-es"><span class="flag-icon flag-icon-mx"></span></a></div>'); }); </script>
  5. Site URL: http://journey-to-dream.squarespace.com I'm trying to add a link to the title and image in an auto layout simple list section. I found responses to a similar question where code extended the button link to the entire section. I would like to add three separate links to each image and title (and get rid of the button entirely). Appreciate any help. Thanks, Amanda
×
×
  • 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.