Open page to different tab than the main tab?

1 reply · opened May 29, 2016

Ssuzw56May 29, 2016

Is there any way to create an URL that opens up to THAT SPECIFIC tab once it’s clicked.

Say for example, I want to say a short blurb on Facebook about the Horsemanship Clinic, but I want to send people our website for more info, it would be great if it opened up to the tab that has the information about the Horsemanship clinic, rather than the Master Gardener information

See here:
http://eldoradocountyfair.org/demos.html

SSemicolon WebSTAFFMay 30, 2016

Hello,

This is Definitely Possible. You can simply add the Tab ID at the end of the URL, Example: http://eldoradocountyfair.org/demos.html#tabs-26 . However, for this to work properly you will need to Custom Initialize the Tabs. Follow the Steps below:

  1. Add the .customjs Class to the .tabs Element.

  2. Then add the following JS Code at the bottom of the Page just after the js/functions.js File Linking:


jQuery('#tab-3').tabs({
	show: {
		effect: "fade",
		duration: 400
	}
});

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard