- Posts: 63
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Monday first day on Schedule
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.
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.
Monday first day on Schedule
- Felipe
- Topic Author
- Offline
- Senior Member
Less
More
10 years 8 months ago #138148
by Felipe
Monday first day on Schedule was created by Felipe
Where can I change the first day of schedule from Sunday to Monday?
Regards,
Felipe
Regards,
Felipe
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138149
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Monday first day on Schedule
Hello Feliipe,
Since this is a K2 Content module, can either change the ordering of the items themselves or manually select the order from the module's settings.
Since this is a K2 Content module, can either change the ordering of the items themselves or manually select the order from the module's settings.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Felipe
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 63
10 years 8 months ago - 10 years 8 months ago #138150
by Felipe
Replied by Felipe on topic Monday first day on Schedule
The order of the days of the week doesn't change with any of the possibilities you gave me Krikor. Mmmm, I will change the name of the articles to change the order...
There is a class "schedule" for the module. Maybe this is ordering the days.
Where can I find the classes of the template Krikor (in what file)?
Regards,
Felipe
There is a class "schedule" for the module. Maybe this is ordering the days.
Where can I find the classes of the template Krikor (in what file)?
Regards,
Felipe
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138151
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Monday first day on Schedule
Which schedule are you using?
If you are using the K2 content module, then simly recheck the settings of the module (item ordering.)
If you are using Radiojar's schedule then you need to alter it's code a bit. Locate the module (it's a K2 Tools module) remove the code and paste:
If you are using the K2 content module, then simly recheck the settings of the module (item ordering.)
If you are using Radiojar's schedule then you need to alter it's code a bit. Locate the module (it's a K2 Tools module) remove the code and paste:
<div id="rj-schedule">
<ul class="tabs hide-for-xsmall">
<li><a href="javascript();">Sunday</a></li>
<li><a href="javascript();">Monday</a></li>
<li><a href="javascript();">Tuesday</a></li>
<li><a href="javascript();">Wednesday</a></li>
<li><a href="javascript();">Thursday</a></li>
<li><a href="javascript();">Friday</a></li>
<li><a href="javascript();">Saturday</a></li>
</ul>
<h2 class="hidden show-for-xsmall"><a href="#sunday">Sunday</a></h2>
<div class="pane" id="sunday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall"><a href="#monday">Monday</a></h2>
<div class="pane" id="monday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall"><a href="#tuesday">Tuesday</a></h2>
<div class="pane" id="tuesday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall"><a href="#wednesday">Wednesday</a></h2>
<div class="pane" id="wednesday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall"><a href="#thursday">Thursday</a></h2>
<div class="pane" id="thursday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall"><a href="#friday">Friday</a></h2>
<div class="pane" id="friday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<h2 class="hidden show-for-xsmall lastItem"><a href="#saturday">Saturday</a></h2>
<div class="pane" id="saturday">
<div class="itemlist moduleItemBody scroll-pane"></div>
</div>
<script id="schedule_list_item" type="text/html">
<div class="item item-show item-small program" data-id="<%= sch.utc_from %>">
<div class="coverImage">
<img src="http://www.radiojar.com<%= sch.show_photo %>?resize=cover_small" />
</div>
<div class="programBodyWrapper">
<div class="programBody">
<h4 class="extraFieldsHeader right"><span class="localize-time" data-date='<%= sch.utc_from %>'></span> - <span class='localize-time' data-date='<%= sch.utc_to %>'></span></h4>
<span class="avatar">
<a href="<%= sch.dj_url %>" class="item-dj" title="<%= sch.dj_nickname %>">
<% if (sch.dj_photo.indexOf('image')!=-1) { %>
<img src="<%= sch.dj_photo %>" />
<% } %>
</a>
</span>
<div class="titleWrapper">
<a href="<%= sch.show_url %>">
<span class="title"><%= sch.show_title %></span>
</a>
<span class="tagline"><%= sch.show_tagline %></span>
</div>
<div class="clr"></div>
</div>
</div>
</div>
</script>
</div>
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Felipe
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 63
10 years 5 months ago #138152
by Felipe
Replied by Felipe on topic Monday first day on Schedule
Problem solved Krikor, thanks.
Fz
Fz
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138153
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Monday first day on Schedule
You 're welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Monday first day on Schedule