Jump to content

JanaK

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JanaK got a reaction from Chele in How do I link a folder title within the navigation to a page in 7.1   
    Hi everyone, 
    I have managed to make folder links clickable in my desktop navigation bar but am struggling with the mobile view just like so many others. I have understood that folder links cannot be clickable in the mobile nav bar. Do you have any idea for a workaround? My site URL: https://meetra.squarespace.com/
    @tuanphan: Would it for instance be possible to add a menu item in a particular folder in the mobile navigation bar and hide this item when in desktop view? On my page this would mean that after clicking on the folder "Professionals" the first menu item would be sth. like "Overview" and when clicking on it the user would be directed to the page https://meetra.squarespace.com/career (the same page which opens when clicking on the folder in desktop view).
    I have used the following code to make my folder clickable in desktop view: 
    <script>
      (function()
      {window.addEventListener("load", function () {
        var tours = document.querySelector('[href="/career-all"]');
        tours.addEventListener("click", function () {
          window.location = "https://meetra.squarespace.com/career";
        });
      })}
      )();
    Big thanks in advance! This forum has been really helpful so far. 

     
  2. Like
    JanaK got a reaction from Beyondspace in Looking for a customizable job board plug in with filter   
    Thanks, will try it out!
  3. Like
    JanaK got a reaction from Beyondspace in Looking for a customizable job board plug in with filter   
    Hi guys,
    I need to build a job board on my squarespace site which advertises jobs from external sites. It's basically a list of links which should be filterable by pre-defined tags and categories. I would like to display it in a similar style like the blog post summaries.    Main requirements:  - Option to add individual categories and tags  - Redirect to an external page link when people click on the ad - Option to filter the job ads  - No item limit   -> I tried using the squarespace blog and the universal filter to build a workaround but it has a 30 items limit and it's also a lot of effort to administrate. I've also checked out the job board plug in by elfsight but unfortunately it doesn't have a filter option and does not allow me to change the button text or category names.    Do you have a suggestion for a good plug in that I could use? 
  4. Like
    JanaK got a reaction from ClaireLondon2020 in How do I link a folder title within the navigation to a page in 7.1   
    Hi everyone, 
    I have managed to make folder links clickable in my desktop navigation bar but am struggling with the mobile view just like so many others. I have understood that folder links cannot be clickable in the mobile nav bar. Do you have any idea for a workaround? My site URL: https://meetra.squarespace.com/
    @tuanphan: Would it for instance be possible to add a menu item in a particular folder in the mobile navigation bar and hide this item when in desktop view? On my page this would mean that after clicking on the folder "Professionals" the first menu item would be sth. like "Overview" and when clicking on it the user would be directed to the page https://meetra.squarespace.com/career (the same page which opens when clicking on the folder in desktop view).
    I have used the following code to make my folder clickable in desktop view: 
    <script>
      (function()
      {window.addEventListener("load", function () {
        var tours = document.querySelector('[href="/career-all"]');
        tours.addEventListener("click", function () {
          window.location = "https://meetra.squarespace.com/career";
        });
      })}
      )();
    Big thanks in advance! This forum has been really helpful so far. 

     
×
×
  • 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.