q5sys
Forum Replies Created
-
Ok, So I’ve gotten back into the mix and have tried to figure out the problem on my site. I do not have any caching plugin installed. I never have.
I think some other plugin along the way changed something and thats why trying to undo this isnt working. This also appears to have the problem of rendering a bbpress/buddypress install non functional since no user can ever comment on anything.
Can you let me know the exact code in the PHP that is changed when this plugin is activated so that I can manually go and try to undo that change? I dont have a clue where to start.
BTW… I’ve tried the fixes you’ve listed in the support forum. I’ve tried doing bulk edit and doing it individually. It still doesnt change anything.
(I have captures of my admin page showing this I can send you to prove this, but I’d rather not post them publicly)Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Width Issuegot it. Thanks a ton!
When I mess it up again in a few months… i’ll be back. ??
until then you can mark this resolved.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Width IssueOk So I reread this thread and tried
.wp-table-reloaded-id-driverprofile .column-1 { width: 50px !important; text-align: left; vertical-align: center; padding:5px; } .wp-table-reloaded-id-driverprofile .column-2 { width: 100px !important; text-align: left; vertical-align: center; padding:5px; }
IE moving the width !important thing into the column areas, but that didnt seem to change anything.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Width IssueOk so I thought I had this figured out… but apparently not.
This is what ive got.
.wp-table-reloaded-id-driverprofile, .wp-table-reloaded-id-driverprofile td, .wp-table-reloaded-id-driverprofile th { border: none!important; border-collapse: collapse!important; border-spacing: 0px!important; } .wp-table-reloaded-id-driverprofile { float: left; width: auto!important; } .wp-table-reloaded-id-driverprofile .column-1 { width: 50px; text-align: left; vertical-align: center; padding:5px; } .wp-table-reloaded-id-driverprofile .column-2 { width: 100px; text-align: left; vertical-align: center; padding:5px; }
I’ve got that same code set on two pages using the extra class of ‘driverprofile’
https://mowersport.com/?page_id=301
https://mowersport.com/?page_id=128But both pages render different. Any ideas where I’m going wrong.
The Float doesnt work the way you described, and the max width doesnt seem to either. And I cant get the boarders to go away either. Do I have some dumb typo somewhere?Where am I going wrong.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Width Issueso if I use:
.wp-table-reloaded-id-5 { width: auto!important; }
Then the table will have a maximum width size of all the column widths put together? If so then this will, be all I need. I was hoping there was a way to set a max width to a total table. Being able to float it left or right will resolve any issues I may have with formating.
Thanks for the help.I read the other link, however not having much previous experience with doing custom CSS work, can you give me a bit more of an example of what im adding to my stylesheet?
I’ve got a similar situation with OP about having multiple tables that i need formated all the same way. On my site I will only have 2 types of tables. One is a generic table and all the vanilla settings work great. The other is a bit more specific and is where im running into an issue. I will have about 60 of the vanilla style tables, and several hundred of the fancy tables.reading the other link Im a bit confused the difference between what im putting in the style.css file versus in the ‘custom CSS’ field in wp-table reloaded.
My situation is a bit eaiser than OPs… All I need to share amongst a few hundred different tables is:
.wp-table-reloaded-id-6 .column-1 { width: 15px; }.wp-table-reloaded-id-6 .column-2 { width: 45px; } .wp-table-reloaded-id-6, .wp-table-reloaded-id-6 td, .wp-table-reloaded-id-6 th { border: none!important; border-collapse: collapse!important; border-spacing: 0px!important; }
(once I figure out whats going on with the width problem Im having in my other post here)
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Can you do this?Beakyboy
I’ve done something similar using the plugin GT Tabs
You can see a page where i’ve done that here: https://mowersport.com/?page_id=283The DRIVERS tab is where I have the WP-Table Reloaded
the other tabs have other content, however you could just as eaisly post another table in those tabs as well.Best Luck on your site.