Tagged: footer
- This topic has 5 replies, 3 voices, and was last updated 9 years, 8 months ago by marga. 
- 
		AuthorPosts
- 
		
			
				
November 3, 2015 at 2:52 am #79035Cattext ParticipantFor a website I use the Evolution free theme. 
 I know that if you buy the premium, you can adjust/remove the text in the footer.
 However, I do not wish to remove the credits for you, but I’d like to add text to the footer.
 Is that possible in the free theme?November 3, 2015 at 10:20 pm #79071Sakin Keymaster@Cattext: Yes, you are right. You can edit/remove footer information in Catch Evolution Pro from “Appearance => Theme Options => Footer Editor Options”. If you want to add text then you can build child theme and add text in your child theme footer.phpfile or you can create function in your child themefunctions.phpfile and add it usingcatchevolution_site_generatorhook. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/February 7, 2016 at 6:13 pm #84848Cattext ParticipantSorry for my late reply. 
 I tried adding the text, but my knowledge of PHP isn’t good enough to get it right. (And I have never did anything with WordPress hooks.)
 This is what I did (part of the footer.php):... <div id="site-generator"> <div class="wrapper"> <?php /** * catchevolution_site_generator hook * * @hooked catchevolution_footer_social - 10 * @hooked catchevolution_footer_content - 15 */ do_action( 'catchevolution_site_generator' ); ?> <br>Lorem Ipsum Test text> </div><!-- .wrapper --> </div><!-- #site-generator --> </footer><!-- #colophon --> ...You can see whereI added my Lorem Ipsum test text. 
 In one browser it looks fine; in another browser it doens’t.
 I’m sure I didn’t do it right, but I can’t figure out what to change to make it right.
 I’d like the text to be underneath the Copyright notice.
 Could you please help me out?February 7, 2016 at 10:36 pm #84905Sakin Keymaster@Cattext: yes that <p>Lorem Ipsum Test text</p>after site generator looks fine. I hope you haven’t clear your browser. Try refreshing it and check in.February 13, 2016 at 5:27 pm #85330marga ParticipantHello Sakin, I got the same issue, see http://testwp.heilpraktiker-schirnig.de/ But I also don´t get it why in the copyright is written wordpress. 
 I have created another site by evolution, and there is written the name of the site. see http://heilpflanzengarten.net/Do you have a solution. I love this theme. but I don´t like to buy the pro version, not because of the money, but because of the annual update. greetings and I hope you can help me aganin…. February 13, 2016 at 6:06 pm #85332marga ParticipantHello team and Cattext, 
 I found the solution in the forum
 https://catchthemes.com/support-forum/topic/change-copyright-site-title/so for me it´s working now….. 
 thanx
 marga
- 
		AuthorPosts
- The topic ‘Extra info in footer’ is closed to new replies.
