-
AuthorPosts
-
January 11, 2011 at 4:49 pm #158613
Sorry for my English.
1) When I surf the internet with my ipad to page JA Cloris and select a link on the menu, I get to the web page but the menu is lost.
2) I wanted to know if they will do this template compatible with the version of Joomla 1.6, thank you very much wonderful team of JA
:laugh:
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 12, 2011 at 7:00 am #371449Hi,
For #1: I have passed this to our dev team for further check and will get back to you as soon as getting more info.
For #2: I would like to let you know that we are upgrading all Joomla templates (including JA Cloris) for J1.6. This will come out very soon. Please subscribe to our blog, so that you would be notified of their releases. We usually use Twitter too for such announcement.
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
January 12, 2011 at 7:48 am #371455<em>@wiljanden 214373 wrote:</em><blockquote>
1) When I surf the internet with my ipad to page JA Cloris and select a link on the menu, I get to the web page but the menu is lost.</blockquote>Provide your link please!
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
July 28, 2011 at 7:39 am #403404<blockquote>
1) When I surf the internet with my ipad to page JA Cloris and select a link on the menu, I get to the web page but the menu is lost.
</blockquote>
This is a bug on our demo:http://pm.joomlart.com/browse/JATCCLORIS-122
I have reported and our team will check and fix soon. Please allow us a time.
Thank you.
WPStrong FriendWPStrong
- Join date:
- October 2012
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 8 times in 9 posts
August 4, 2011 at 7:14 am #404448Hi,
Open /templates/ja_cloris/blocks/onepage.php , in the line #121
var pageactive = -1;
add after:
//fix position fixed for Ipad
var isiPad = navigator.userAgent.match(/iPad/i) != null;
if(isiPad){
// change #mainave from position:fixed to asobute
$('mainnav').setStyles({
position:'absolute',
left:0,
top:window.getScrollTop()
});
//check position every 0.5 sec
setInterval(function(){
$('mainnav').setStyle('top',window.getScrollTop());
},500)
}save and clean cache .
-
AuthorPosts
This topic contains 5 replies, has 5 voices, and was last updated by WPStrong 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum