wurstfinger
Forum Replies Created
-
Problem solved. If you use ‘foogallery’ inside tables of the ‘tablepress’-plugin, galleries may not show. They did on my pc but not on others, so I didn’t recognize first. Solution: Place ‘cache_table_output=false’ somewhere inside the tablepress shortcode and everything works fine!
Oh that might also be the case.
Thanks anyway for your response!regards,
Janupdate:
It seems like the order of the tablepress shortcode was a problem, could that be rigt? This works for now:
[table id=x cache_table_output=false responsive=scroll responsive_breakpoint=phone /]
and this didn’t work:
[table id=190 responsive=scroll responsive_breakpoint=phone cache_table_output=false/]..otherwise I don’t know what else it could have been.
Thank you anyways!Hi and thank you for your quick response!
I meant a optimization company, not a plugin. real life persons ?? But they also might be wrong.
My second guess is it interferes somehow with the tables the shortcode is inserted in. Thing is, I tried of course if it works outside the table a while ago and it didn’t work. Struggled for days and weeks now to find reasons. But just now I tried it again outisde the table and it seemed to work. So sorry if this might be the error, I contacted the author and will let you know.
Thanks again!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dotted outline doesn’t fitclosed
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dotted outline doesn’t fitThat’s it, it works perfectly!
Thank you a lot!Best regards,
WurstfingerForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Flip table rowresolved
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Flip table rowYeah, I found there’s a caching plugin installed. I cleared all caches and now it works perfectly!
First there were some formatting errors, the words appeared on the right side of the pictures, but that was removed by setting the pictures from alignleft to alignnone
Great, never thought of that, thanks!
..and fast as hell..Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Flip table rowOkay, reinstalled it. It says version 1.3.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive troubleI can’t see this tag in the text editor.
But no worrys, I’ll rearrange the site.
Thanks a lot!Forum: Themes and Templates
In reply to: [Tracks] mobile menu?Nice, thanks a lot! I decreased the font size.
The css for wrapping worked great, only one very long word was missing the last three letters..Forum: Themes and Templates
In reply to: [Tracks] mobile menu?Ah thanks.
Unfortunately didn’t solve the problem. Guess it’s not a real hyphenation, there’s no divider (-). I made a screenshot:https://www.mypantai.de/spacemonkeys/screen.jpg
Long word and big font size, I know..
Actually, REAL hyphenation would be better than how it looks now.
Is the only way to smaller the font size?Forum: Themes and Templates
In reply to: [Tracks] mobile menu?perfect, thanks.
and any solution or idea about the seond problem? sorry, i wrote “title of reviews” but i meant title of articles. The words get divided just anywhere..Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive troubleI tried it in the text-editor, thanks for the hint. Okay, so I guess I’d have to change the table itself and list the videos from top to bottom to get it work.
But thanks for your help, really great!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive troubleThanks for the advice.
Unfortunately I can’t see any difference. I also tried it with different tables.To sum up, I just need the code in the css for setting the screen size `@media (max-width: 1080px) {
.tablepress-responsive-desktop th,
.tablepress-responsive-desktop td {
width: auto !important;
border: none !important;
}`
and the shortcode at the page or article to show it[table id=24 responsive=<scroll> /]
and set the mode, right?