timmeah
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Zeno Font Resizer] Plugin shown vertically instead of horizontallygreat, works ! thank you very much! appreciated!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Carousel not rotatingThere is also a Theme Footer named footer.php
<?php /** * The template for displaying the footer * * Contains footer content and the closing of the #main and #page div elements. * */ defined( 'ABSPATH' ) or die( "No fooling around!" ); ?> <div class="container footer"> <div class="row"> <div class="col-sm-6"> <span class="footer-line visible-xs-block"></span> <p>© <?php echo date('Y'); ?> act value B.V.</p> </div> <div class="col-sm-6 text-right"> <ul class="footer-links"> <li> <a href="https://facebook.com" class="social-facebook"></a> <a href="https://twitter.com" class="social-twitter"></a> <a href="https://linkedin.com" class="social-linkedin"></a> </li> </ul> </div> </div> </div> <?php wp_footer(); ?> </body> </html>
I’ve put rotating tweets onto the page by installing it from the plugins in wordpress (not by FTP). And activating it, and putting the code [rotatingtweets screen_name=”act_value” rotation_type=”scrollLeft”] into the page.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Carousel not rotatingthanks for the reply, I appreciate you looking into it.
It was loaded in the footer, but now i changed it back to default header. (no result)
If i go to appearance – editor, there’s a “Theme Header” with header.php, and in there is
<?php wp_head(); ?> in there, so I guess it includes it.Forum: Hacks
In reply to: How to remove the two icons in the upperleftGreat, thank you very much!
Viewing 4 replies - 1 through 4 (of 4 total)