Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author johnbhartley

    (@johnbhartley)

    Be sure that “Use external CSS” is not checked unless you are copy/pasting the CSS into a separate file. Looks like wp_footer() may not be used in this site down before the closing body tag. That will prevent the MaxButtons styling from being output.

    Thread Starter axibert

    (@axibert)

    My Footer looks like this. So it is already there!? What could I do? Thanks for the help.

    </div>
                        </div>
                    </div>
                </div><footer class="art-footer"><?php get_sidebar('footer'); ?></footer>
    
        </div>
    </div>
    
    <div id="wp-footer">
    	<?php wp_footer(); ?>
    	<!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> -->
    </div>
    </body>
    </html>
    Plugin Author johnbhartley

    (@johnbhartley)

    Interesting. Go ahead and send me your admin login details at [email protected] and I’ll take a look.

    Thread Starter axibert

    (@axibert)

    E-Mail sent ??

    Thread Starter axibert

    (@axibert)

    Alright, it is working now. It was due to the caching of the tablepress plugin. Thx John for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Button show as plain Text on Mobile Devices’ is closed to new replies.