Hi kikibelux
What footer How do you want to customize?
The Raindrops, for now, the ability to customize the footer using the theme options and customizer, has not been implemented,
Please tell me it is easy to customize the footer, if you know the theme. I think if there is a good idea, and you want to consider the future
Thank you.
Since 3 weeks there is no reply I will change to Resolved
Hi,
Isee a optionin theme : “footer text”
I test it but nothing change in footer !
What is the mistake ?
thanks
footer text, the text widget, etc. in the footer, works well if you display the text.
Archives and, category, since most of it is displayed link, it just would not feel the change.
I have installed this plugin :
https://wordpress.org/plugins/footer-text/
may-be an error ?
footer text plugin needs template customize at footer.php
In my environment, it seems to work normally.
example below.
</address>
<?php
// add code start
if( function_exists('footer_text') ){
footer_text();
}
// add code end
?>
<?php raindrops_append_footer(); ?>
</<?php raindrops_doctype_elements( 'div', 'footer' ); ?>>
<?php raindrops_append_doc(); ?>
</div>