Lukosius
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tables side-by-sideThanks for that. I’m almost there…..
https://www.goldfieldsgiants.com/players/holmen-jacob
I now have the first two tables side-by-side, followed by the 3rd table underneath, which is how I want it. However I need the top two tables to be ‘centered’ like the 3rd table is.
I have added the following….
PLUGIN OPTIONS:
—————————————-
.tablepress-wrapper1 {
width: auto;
float: left;
padding-right: 15px;
}.tablepress-wrapper2 {
width: 100%;
float: left;
}
—————————————-ON THE PAGE ITSELF:
—————————————-
<div class=”tablepress-wrapper1″>[table id=20149 responsive=scroll /]
</div>
<div class=”tablepress-wrapper1″>
[table id=22149 responsive=scroll /]
</div>
<div align=center class=”tablepress-wrapper2″>[table id=21149 responsive=scroll /]</div>
—————————————-Any suggestions to center those top two tables?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SUM across multiple tablesExcellent. That worked as well. Thanks so much!!!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SUM across multiple tablesCould you also take a look at another problem we have in regards to viewing some tables on a mobile phone, specifically this page….
https://www.goldfieldsgiants.com/statistics/stats-2017/
On a phone the whole table cannot be viewed, and we cannot swipe to the right. Would this be a theme issue or tablepress? This is happening on a number of tables on this website, and I’ll be adding a few hundred more tables to this site over the next month, so would like to sort this problem out.
- This reply was modified 7 years, 4 months ago by Lukosius.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SUM across multiple tablesThat worked beautifully. Thank you so much.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SUM across multiple tablesThank you very much. I will give that a try.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border appearing after upgradehttps://www.goldfieldsgiants.com/standings/standings-2016/
You will notice this problem throughout this website.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border appearing after upgradeThis table is just one example. I have many tables where I use a yellow horizontal border, and it is happening with all of them.
Ok, that makes sense.
I had already started grouping ID numbers in a similar way, but was unaware I could use strings instead of numbers, which may work better.
Thank you.