Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
June 6, 2018 at 1:50 pm in reply to: Google Maps API key is not valid (after update Enfold 4.4) #967846After Update to 4.4.1 the Google Maps error disappeared. 
 Can be closed. Thanks for assistance.May 31, 2018 at 9:45 am in reply to: Google Maps API key is not valid (after update Enfold 4.4) #964700Simply doesn’t work. 
 Generated already 4 times a new API key.
 As said before, there is no field to put the Maps API in, only for MailChimp.If I put the key in the field where it was before update, Enfold can’t save and establish a connection. Please log in and test by yourself. We need a fix. :-( May 28, 2018 at 8:37 pm in reply to: Google Maps API key is not valid (after update Enfold 4.4) #963430This reply has been marked as private.Awesome! Now it works very good. 
 Thank you so much for assistance.Topic can be closed. :-) Hello Mike, Thank you, that works! But only when I put it in the functions.php of the theme. I am using a child theme and don’t want to put that after every update. Is der a possibility to put that in childs functions.php? Yes, you can’t change things in wordpress code-editor. That’s because of my wordpress firewall. :-) Sorry, that doesn’t work. I’ve put following code in my childtheme function: add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }But I only get this displayed above the header: 
 add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }Hello, it seems you don’t understand me. I have blog posts with images. When you visit the blog section you see the image and underneath the title with the text. Once you go to a specific category you just see the headlines and text, but no image. All I want is to display the pictures, which are already in every single blog post. I don’t want to set a category picture. Thank you. Hello Ismael, Thank you. Here we go: First question is solved. I just put in every blog post a “read more” tag. WordPress shortened automatically on archive category pages. But I need help with my second questions: displaying a picture on archive category. Thank you. Can be closed. Found my answer under: https://kriesi.at/support/topic/change-text-for-read-more-link-for-blog-excerpt/ 
 This works for avia layout builder.
- 
		AuthorPosts
