omg5
Forum Replies Created
-
Hi,
Yes it was still happening even after I deleted the messages and even after I cleared out the trash. I was checking on a private browser so caching should not have been an issue.I really think adding those pre made messages is a terrible idea, I’m a seasoned web designer and it took me a long time to find out what was going on. I’m sure you want to show people what is possible w/ your pop ups but that is what your templates are for. I unfortunately won’t be using your plugin any longer.
Yes here is the page https://tinyurl.com/y5vfsm93
ok I think I found a reasonable workaround. I added 30% padding on the left & right side of that row that hold the table. This forces the responsive view on any browser size. I also had to remove that padding on my mobile devices with this CSS:
@media screen and (max-width: 767px) {
.custom_no_padding_mob .full_section_inner {
padding: 0 5% !important;
}
}You may want to recommend this as an option for others in the future – hope it can help.
One final issue I am having is that if I add a background on that row where the table is – when one of the rows is opened (using collapse responsive view) the background is transparent (on both mobile and desktop view) so the colored background shows through and I can’t see the text well. How do I make the background of an opened row white?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Header not workingOk thanks I will check w/ theme author. But just first to confirm my shortcode is correct… here is my full shortcode, it looks correct?
[table id=11 datatables_fixedheader=top responsive=collapse /]
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Header not workingHummm not I am not seeing it any longer not even on a proxy server. Are you still able to see it on that link still? Here is my shortcode [table id=12 datatables_fixedheader=top responsive=collapse /]
ok but I guess I don’t understand. On your coding don’t you have to set a point at which you have to have the responsive view to take over? Couldn’t you allow custom CSS to change that point where responsive view takes over? Thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Header not workingok sorry I thought my cache was cleared but it wasn’t. I see that it is working now as well. Thanks so much. Amazing plugin!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Header not workingHi, thanks for the help, but I really don’t want to have to go in each time and have to adjust each id, and column # as I have many tables on my website that get added and deleted each week and they all have different column # that would have to be adjusted.
Is there just a way to force all tables to change to “collapse” (responsive) view when the browser is resized to 1200px?
- This reply was modified 5 years, 9 months ago by omg5.
Ok maybe a work around that might work is for me to make a separate mobile menu (via WordPress) that adds the parent link also as a submenu – it would be repetitive but at lease it could be a link. So the mobile menu would look like this
CLASSES (main menu)
Classes (sub menu)Thanks!
- This reply was modified 5 years, 9 months ago by omg5.
Hello
Sorry for the late reply. I need the parent link to both open its submenu and then have that parent link (once it has opens the sub menu) to also be able to be clicked on as a link (because it has it’s own page). Here is a better explanation in a screenshot I made I’m sharing via Snaggy (I don’t know how long this link lasts) https://snag.gy/09ZySG.jpg