Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Hi Can anyone direct me? I am trying to find out how and where does the Foundation Slider control gets called. I suspect it has to with CSS markup but I cant see where.
I see that the Slider gets removed if I remove the following from Default.aspx: <userage ID="UC_Page" runat="server" PageName="default" EnableViewState="False" /> <div class="spacer"></div>
but cant see any CSS classes in markup that would render the slider.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
The slider is part of Foundation, the responsive framework that Kartris uses. The HTML to render it is within the Default custom page, the javascript is Jquery and Foundation, and the CSS is within foundation.css in the skin, and may be overridden in custom.css.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
"Default custom page": do you mean default.aspx page which is customised by Kartris. If so, I do not see any HTML to render the slider.
The slider disapears if I remove the following from Defaut.aspx: <userage ID="UC_Page" runat="server" PageName="default" EnableViewState="False" /> <div class="spacer"></div>
I can see the orbit slider style rule in custom.css But I do not see anything in Page.ascx either. Sorry; but can you explain a little bit more?
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Ok; just go to back end (Admin), select "Miscellaneous" then "Custom Pages" the "Default" and the HTML is there.
|