Fix structure title (page slide)
This commit is contained in:
		
							parent
							
								
									d434b878a7
								
							
						
					
					
						commit
						fe10cc62d9
					
				|  | @ -487,7 +487,7 @@ function openSlide() { | |||
|     $openSlide.each(function() { | ||||
|         if($(this).hasClass('view-page')) { | ||||
|             $(this).pageslide({ W: $pageslideW, iframe: true }); | ||||
|         } else if($('#items').length) { | ||||
|         } else if($('.item-groups').length) { | ||||
|             $(this).pageslide({ W: 324 }); | ||||
|         } else { | ||||
|              $(this).pageslide(); | ||||
|  |  | |||
|  | @ -240,7 +240,7 @@ | |||
| 
 | ||||
| 
 | ||||
| 			// for Orbit ----> Check the number of pages in each page
 | ||||
| 				if($('#items').length) { | ||||
| 				if($('.item-groups').length) { | ||||
| 					var $sortable = $('.sortable'), | ||||
| 						$host = $sortable.children('.navbar').eq(0), | ||||
| 						$navbar = $('.sortable li').children('.navbar'), | ||||
|  |  | |||
|  | @ -77,7 +77,7 @@ | |||
|                 slideAnimateIn['right'] = '+=' + slideWidth; | ||||
|                 break; | ||||
|             default: | ||||
|                 if($sidebarState && !$('#items').length) { | ||||
|                 if($sidebarState && !$('.item-groups').length) { | ||||
|                     $pageslide.css({ left: '-' + (slideWidth-241) + 'px', right: 'auto' }); | ||||
|                 }else{ | ||||
|                     $pageslide.css({ left: '-' + (slideWidth-61) + 'px', right: 'auto' }); | ||||
|  | @ -123,7 +123,7 @@ | |||
|                 // Open
 | ||||
|                 $.pageslide( settings ); | ||||
| 
 | ||||
|                 if($('#items').length) { | ||||
|                 if($('.item-groups').length) { | ||||
|                     $('.item-menu > a, .navbar-inner').removeClass("active"); | ||||
|                     $(this).parents('.navbar-inner').addClass('active').end().addClass('active'); | ||||
|                     if(!$.support.touch) { | ||||
|  | @ -136,8 +136,9 @@ | |||
|                             }); | ||||
|                         } | ||||
|                     } | ||||
|                     console.log("ff") | ||||
| 
 | ||||
|                     $pageName = $self.parents('.item-title').children('a').text(); | ||||
|                     $pageName = $self.closest('.item-menu').siblings('a').text(); | ||||
|                     $('.page-name').text($pageName); | ||||
|                 } else if($('.tags-groups').length) { | ||||
|                     $(this).parents('li').addClass("active").siblings().removeClass("active").parent('ul').siblings().children('li').removeClass("active"); | ||||
|  | @ -247,7 +248,7 @@ | |||
|                 break; | ||||
|         } | ||||
| 
 | ||||
|         if($('#items').length) { | ||||
|         if($('.item-groups').length) { | ||||
|             $(".navbar-inner").removeClass("active"); | ||||
|             $('.item-menu > a, .navbar-inner').removeClass("active"); | ||||
|             if(!$.support.touch) { | ||||
|  |  | |||
|  | @ -445,7 +445,7 @@ function openSlide() { | |||
|     $openSlide.each(function() { | ||||
|         if($(this).hasClass('view-page')) { | ||||
|             $(this).pageslide({ W: $pageslideW, iframe: true}); | ||||
|         } else if($('#items').length) { | ||||
|         } else if($('.item-groups').length) { | ||||
|             $(this).pageslide({ W: 324}); | ||||
|         } else { | ||||
|              $(this).pageslide(); | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
| <div id="view-page" class="nano" style="display:none"> | ||||
|   <div class="page-info clearfix"> | ||||
|     <a class="pull-right" href="javascript:$.pageslide.close()"><i class="icons-arrow-left-2"></i></a> | ||||
|     <h3 class="page-name">Communications and liaison</h3> | ||||
|     <h3 class="page-name"></h3> | ||||
|   </div> | ||||
|   <div class="content"> | ||||
|   </div> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue