Paco Solana
Forum Replies Created
-
Hi Bas and thanks.
No tablepress is not the problen (I think), they have been working together for a year without problems, and now also when I’m logged functioning properly.
In my footer.php there a wp_footer();
more code….
} );
});
–>
</script>
<?php } ?><?php wp_footer(); ?>
<!– END body –>
</body>
<!– END html –>
</html>Copy CSS Maxbuttons code to STYLE.css (theme) -> Not working. 🙁
Copy CSS Maxbuttons code to STYLESHEET (theme) -> Not working. 🙁I have the same problem.
If i’m logged I can see the buttons, but if I’m not logged I only see the link.
http://www.fanaragon.com/natacion/calendarios-de-competicion-temporada-2014-2015/
I cleaned the cache plugin and not using caching plugin.
As I can fix this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] responsiveTHANKS!!!! work really good.
But, now txt is not centered in cell (horizontally yes, but not vertically, and only with mobile devices)
I used this code fon center the text:
.tablepress-id-XX tbody td {
text-align: center;
vertical-align: middle;
}and perfect, but I add the new code:
.article-main-content .tablepress tbody td {
border: none;
}no run with mobile devices. (work on the desktop)
I’ve added
@media (max-width: 767px) {
.article-main-content .tablepress tbody td {
border: none;
text-align: center;
vertical-align: middle;
}
}but does not work….
Thanks!!