biggestfreebets
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Increase Image Size on MobileHey Tobias,
Thanks the reason I added this is on mobile the table was not fitting in, is there anyway I can make sure the table fits perfectly on mobile?
Hey Andrew,
Thanks for that. If I want to put
© 2016 Mysite
in the parent theme with the following code
<?php do_action(‘dynamicnews_before_footer’); ?>
<div id=”footer-wrap”>
<footer id=”footer” class=”container clearfix” role=”contentinfo”>
<nav id=”footernav” class=”clearfix” role=”navigation”>
<?php
// Get Navigation out of Theme Options
wp_nav_menu(array(‘theme_location’ => ‘footer’, ‘container’ => false, ‘menu_id’ => ‘footernav-menu’, ‘echo’ => true, ‘fallback_cb’ => ”, ‘before’ => ”, ‘after’ => ”, ‘link_before’ => ”, ‘link_after’ => ”, ‘depth’ => 1));
?>
<h4 id=”footernav-icon”></h4>
</nav><div id=”footer-text”>
<?php do_action(‘dynamicnews_footer_text’); ?>
</div></footer>
</div>
</div><!– end #wrapper –>
<?php wp_footer(); ?>
</body>
</html>What would I need to do?
Thanks,
Hi There,
Is it possible to remove the powered by without having a child theme, I don’t have a child theme and previously I just removed the code but since I updated the theme i can’t seem to do it.
Thanks,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile SiteAwesome, thanks very much Tobias!
5***** from me!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile SiteHey Tobias,
Ahh I see, I actually want the text centered on desktop and small screen now. How’s that possible?
Appreciate your help on this
Currently I’ve got this for the four tables
.tablepress-id-3 img {
max-width: 100%;
}.tablepress-id-1 img {
max-width: 100%;
}.tablepress-id-4 img {
max-width: 100%;
}.tablepress-id-5 img {
max-width: 100%;
}@media screen and (max-width: 50em) {
.tablepress-id-1 .column-2 {
text-align: center;
}}
@media screen and (max-width: 50em) {
.tablepress-id-3 .column-2 {
text-align: center;
}}
@media screen and (max-width: 50em) {
.tablepress-id-5 .column-2 {
text-align: center;
}}
@media screen and (max-width: 50em) {
.tablepress-id-4 .column-2 {
text-align: center;
}}
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile SiteHi Tobias,
I’m actually trying to center align table 1 now on the homepage
http://www.biggestfreebets.com/
2nd (free bet column)
Thanks,
Chris
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile SiteHi Tobias,
Thanks, strange that didn’t seem to work. The text is still left aligned Any ideas?
Thanks,
Chris
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile SiteHi Tobias,
Thanks, I did this and seems to have worked, only thing now is how do I central align the middle column as on desktop the middle column is left aligned.
Thanks,
Chris
Forum: Themes and Templates
In reply to: Increase widget widthi did that and worked perfectly. thanks very much Andrew.
Forum: Themes and Templates
In reply to: Increase widget widthyes that option of increasing the main section of content is also viable, in your option what would work best on both desktop, tablet and mobile?
I will look to install the custom CSS plugin that’s a good idea
Forum: Themes and Templates
In reply to: Increase widget widthgreat, how do you suggest doing either option?
Forum: Themes and Templates
In reply to: Increase widget widththanks Andrew, before I make any changes to the css
this is what’s currently there
}
@media only screen and (min-width: 50em) {
/* ensure #footernav is visible on desktop version */
#footernav-menu {
display: block !important;
}I assume any changes will only have an impact on the desktop version and not mobile, i want to basically make the table fit inside the widget header, is there not a simple way of increasing the widget width?
Forum: Themes and Templates
In reply to: Increase widget widthit’s on all pages biggestfreebets.com
Forum: Plugins
In reply to: Backbutton Hijackyes but they can potentially buy something else right? i guess the only way to tell is by testing it if sales go up great if they go down then it’d be removed
Forum: Plugins
In reply to: Backbutton Hijackit’s simply another way of pointing a user to something different, i.e another offer or something similar to what they came from. it’s no different than having someone at the shop exit offering that person leaving without a buying a better offer before they leave for good.
Is this possible via a plugin?