This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

edit footer

11 years ago · Last reply by Andrew Misplon 11 years ago

Hello I am NUEV not know how you recognize that I am premium but equals. Sorry communicate with you through the google translator.

QUESTION: How I can include html, js or simply text link or logo and images of what you want in the footer section?

Thank you very much.
ruedito

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Andrew Misplon Staff 11 years, 5 months ago

    Hi ruedito

    Thanks for running Vantage.

    Google Translator is all good.

    Head to Appearance > Widgets to insert footer content. If you need to edit text in that area use the Visual Editor widget. To get access to this widget first install: http://wordpress.org/plugins/black-studio-tinymce-widget/.

    Footer copyright text can be edited from Appearance > Theme Settings > General: Site Information Text. That field does accept HTML if needed.

  2. ruedito 11 years, 5 months ago

    Dear Andrew:
    I can not find the path “Appearance> Theme Settings> General. Text Site Information” Although I came to “Appearance> Theme Settings> General”
    But “Site Information Text.” not locate maybe it’s due to translations.
    Thank you very much.

  3. Andrew Misplon Staff 11 years, 5 months ago

    A translation issue I think. The field I’m referring to is the only one available at Appearance > Theme Settings > General.

  4. ruedito 11 years, 5 months ago

    Ok Muchas gracias

  5. Andrew Misplon Staff 11 years, 5 months ago

    For sure. Good luck with your project.

  6. ruedito 11 years, 5 months ago

    Hello again :) Andrew

    If I put the js in “Vantage Premium Theme Settings / general / Site Information Text” javascript not shown. (1988 © 2014)

    If I put in js widgets such as text, yes

    But I can not by widgget down center and site information

    Here is the page: http://www.globo-vision.com/wordpress/

    Is it not possible to include js in Theme Settings?

    Thank you

  7. Andrew Misplon Staff 11 years, 5 months ago

    Unfortunately not, that field can handle HTML but not Javascript. What are you looking to place there?

    (If is Google Analytics I recommend: http://wordpress.org/plugins/googleanalytics/)

  8. ruedito 11 years, 5 months ago

    Hi, year attempt to put the automatic every time you change the year. You can see the link page on the foot, otherwise it does look (right) but as I am not able to center trying to do here, I liked it better positionally. Thank you very much.

  9. Andrew Misplon Staff 11 years, 5 months ago

    You’d need to create a child theme to do that unfortunately. Here is how the /parts/footer.php file in your child theme might look. Replace the info listed with your own, this is just an example:

    <?php
    /**
     * Part Name: Default Footer
     */
    ?>
    <footer id="colophon" class="site-footer" role="contentinfo">
    	<div id="footer-widgets" class="full-container">
    		<?php dynamic_sidebar( 'sidebar-footer' ) ?>
    	</div><!-- #footer-widgets -->
    		<div id="site-info">
    			<strong>Service Excellence Since 1994</strong>
    © <?php echo date('Y') ?> Cape Town Ship Suppliers & Exporters (Pty) Ltd - E&OE
    		</div><!-- #site-info -->
    </footer><!-- #colophon .site-footer -->

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread