 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
September 4, 2014 at 4:29 am #313175Every link on the magazine element on my home page displays the same thing: “Link to: Home Page” where “Home Page” is the page I’m looking at. How do I change the tool tips so that they display “Link to: title…”? Thanks in advance. September 4, 2014 at 4:30 am #313176Actually it’s “every” link – not just in the magazine element September 4, 2014 at 11:27 am #313275Hey! Please refer to my post here – https://kriesi.at/support/topic/magazine-element-link-description/#post-308719 Cheers! 
 YigitSeptember 4, 2014 at 5:49 pm #313497Thanks Yigit! I’m on a child theme, and if I just drop that file in the same path in my child theme directory nothing happens. Do I need to move over any other files? September 4, 2014 at 5:50 pm #313501Hi! Please add following code to Functions.php file of your child theme require_once( 'config-templatebuilder/avia-shortcodes/magazine.php' );Best regards, 
 YigitSeptember 4, 2014 at 7:47 pm #313557Thanks Yigit; That makes my front page go “blank” September 4, 2014 at 11:45 pm #313662Yigit – It works perfectly when I edit the theme file, but I want to make sure I do this on the child theme folder (more peace of mind for me if there is a theme update). I also want to include some custom fields I’ve added to my posts in the “magazine” display; IN the loop it works perfectly – I’ve been using this code: get_post_meta( get_the_ID(), 'Written By', true );I wanted to add it as anotherr variable in the render_entry function like: $writtenBy = get_post_meta( get_the_ID(), 'Written By', true );and then in the output like this: $output .= $writtenBy;But I’m not getting any results. Am I going about this the right way? Thanks again. - 
		This reply was modified 11 years, 1 month ago by frescova. 
 September 6, 2014 at 2:29 am #314255Hey! That should actually work, i have no idea why it isn’t working for you to be honest. Regarding including custom/modified ALB elements from child, refer to this article: 
 http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers! 
 Josue
- 
		This reply was modified 11 years, 1 month ago by 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
