 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
February 18, 2015 at 12:26 am #397904Guys, 
 I am using the magazine feature.
 I want to use it twise, like
 1. 7 posts from a category and the top post have t be big and aside of others.
 2. the second one after this displays posts from same cateogry and another category (multiple selection).i want to hide grid lines only in the first listing. 
 please advicethanks - 
		This topic was modified 10 years, 8 months ago by tendersqatar. 
 February 18, 2015 at 7:01 pm #398386Hi tendersqatar! First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “test” to your first magazine element. Next add this to your custom CSS. .test .av-magazine-content-wrap { border-bottom: 0px !important; }Regards, 
 ElliottFebruary 24, 2015 at 1:12 am #401135This reply has been marked as private.February 25, 2015 at 12:10 pm #401980Hi! Edit confg-templatebuilder > avia-shortcodes> magazine.php, look for this code on line 583: $output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>"; $output .= $separator.$author_output; $output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>";Replace it with: $output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>"; $output .= $separator.$author_output; $output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";On the same file, look for this code on line 529: $title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";Replace it with this code to remove the link: $title = "<a {$titleAttr}>".get_the_title($entry->ID)."</a>";Regards, 
 IsmaelMarch 2, 2015 at 3:32 am #404227This reply has been marked as private.March 2, 2015 at 6:19 pm #404658
- 
		This topic was modified 10 years, 8 months ago by 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
