Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

schedule go live....

  • Lars Hansen
  • Lars Hansen's Avatar Topic Author
  • Offline
  • New Member
More
9 years 3 months ago #139955 by Lars Hansen
schedule go live.... was created by Lars Hansen
hi how does i make the schedule go live? i mean how do i get it to show monday when its monday and 12 when the clock is 12...?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 3 months ago #139956 by Krikor Boghossian
Replied by Krikor Boghossian on topic schedule go live....
Make sure you have selected the correct timezone in your site's Global configuration.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #139957 by Krste Kostoski
Replied by Krste Kostoski on topic schedule go live....
I selected the correct timezone and yet nothing happens with the schedule...first day stays Sunday every time I open the schedule

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 3 months ago #139958 by Krikor Boghossian
Replied by Krikor Boghossian on topic schedule go live....
Krste I misunderstood you.
You want Monday to be always the first day, right?
I though the schedule was some hours off.

Are you using Radiojar or the K2 content module?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #139959 by Krste Kostoski
Replied by Krste Kostoski on topic schedule go live....
It's just the K2 content because i do not have radiojar account. I filled up manually the schedule and it is as it looks all the time. I was wondering if it is possible to have the first day showing the day it is at the moment...for example if today is Thursday...the main page where my schedule is to show Thursday schedule.

Thank you.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 3 months ago #139960 by Krikor Boghossian
Replied by Krikor Boghossian on topic schedule go live....
By default no.
It can be done with some custom coding.
I will need a Super User account to do this.

Please do not post it in the forum. Use the contact form instead.
nuevvo.com/contact

Finally let me know when you 've sent them.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 3 months ago - 9 years 3 months ago #139961 by Krikor Boghossian
Replied by Krikor Boghossian on topic schedule go live....
Hello,

It can be done with JavaScript.
First backup your template's js/behaviour.js file

Then locate the following block.
       
       //front end editing tabs
        $("ul.tabsPlain").tabs("> .panePlain",{
            effect: 'fade'
        });
        
        if ($(window).width()<=600) {
            //schedule accordion
            $(".schedule").tabs(".schedule div.pane",
                {tabs:'h2', effect:'slide', initialIndex: 0 }
            );
        } else {        
            //schedule tabs
            $(".schedule").tabs(".pane",{tabs:'ul li a', effect:'fade', initialIndex: 0});
        }

and replace it with:
      	// Get the date
	    var d=new Date();
      	var currentday=d.getDay();
      
        //front end editing tabs
        $("ul.tabsPlain").tabs("> .panePlain",{
            effect: 'fade'
        });
        
        if ($(window).width()<=600) {
            //schedule accordion
            $(".schedule").tabs(".schedule div.pane",
                {tabs:'h2', effect:'slide', initialIndex: currentday }
            );
        } else {        
            //schedule tabs
            $(".schedule").tabs(".pane",{tabs:'ul li a', effect:'fade', initialIndex: currentday});
        }

Hint: Always backup before doing changes such as this and always keep a backup of your edited files.

Hint no2. This will work if Sunday is the first day of the week.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #144352 by Samet karakoc
Replied by Samet karakoc on topic schedule go live....
hi i just buy ur template
and i want to do same thing can you also help me? please

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 10 months ago #144355 by Krikor Boghossian
Replied by Krikor Boghossian on topic schedule go live....
Hello Samet,

Can you open a ticket at the helpdesk please?
Official support for commercial extensions & templates is provided in the Subscriber Help Desk.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #147335 by Theo Alkema
Replied by Theo Alkema on topic schedule go live....
How can i get this to work if the first day is monday ?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum