justin2016
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Images on mobile not displayedHi Nobita,
hope you’re doing well.
I’m experiencing a major problem with loading of my primary navigation main menu only on all mobile devices (phones-pads) at https://www.sinclairestyle.com
Could you please help me to fix this issue?Thank you very much in advance
Justin- This reply was modified 5 years, 6 months ago by justin2016.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeTobias,
many thanks for your reply.
I’ve checked with some other browsers and I can only see Search and sorting columns with Google Chrome. Any other browser doesn’t show them at all.
Any idea on this issue origin?
Thank you very much in advance.
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeDear Tobias, I hope your’doing well.
I’m having a weird issue on Table Press by this site of mine: https://sinclairestyle.com/web/catalog/The search field disappeared as well as the selection arrows to sort the list by name, year etc etc. Also if I visit the site by being logged, in back ground, to the WP dashboard then everything comes back alive again.
Please find here below the CSS code I’ve added to TablePress:.tablepress tbody td,
.tablepress thead th {
word-break: normal;
word-wrap: normal;
hyphens: none;
padding: 8px 8px 8px 8px !important;
}.tablepress thead th,
.tablepress tfoot th {
padding: 6px 10px 6px 6px !important;
background-color: #dd3333;
}.tablepress {
table-layout: fixed;
}.tablepress-id-2 .odd td {
background-color: #000000;
opacity: .9;
}.tablepress-id-2 .even td {
background-color: #000000;
opacity: .9;
}.tablepress .row-hover tr:hover td {
background-color: #00A0D7;
}.dataTables_filter input {
color: #000000 !important;
}Could you please help me on this issue?
Many Thanks in advance.
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeTobias,
no problem. It was just a symbolic donation but I believe it is important to testify our appreciation for other people’s commitment and skills.
Only one last question. Is there a way to change the search box text color by CSS?I wish you good luck on your work.
All the best
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeDear Tobias,
thank you very much for your kind help.
Everything works properly and your last explanation makes sense to me.
Please know that I’ve just mad you a symbolic donation of 10 Euros.Thank you again for your kind patience and help.
Regards,
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeTobias,
thanks.
Please check the following link: https://sinclairestyle.com/web/catalog/Same catalog, same TablePress settings, same CSS but different site and different Layout.
I’d like to have the same wide TablePress also on: https://brattsinclaire.com/new/discography/
but I cannot get it.
Thanks again.
Sincerly
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeDear Tobias,
thanks for your suggestion. It worked very well indeed!
Check it here: https://brattsinclaire.com/new/discography/By the chance, do you believe I could increase those 8px “padding” without altering the whole TablePress layout?
I’d like the table to look wider in the site page.
Thanks for your precious and kind help on this matter.
Very much appreciated here.
Justin.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeDear Tobias, thanks for your replay.
Please find the CSS screenshot ere:
https://brattsinclaire.com/new/tobias-screenshot/
Thanks.
JustinForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeDear Tobias,
thanks for your kind answer last week. I’ve been out of the studio lately and I just got back on this issue.
Unfortunately your code is mostly rejected by TablePress by the small red crossed circles on the left side of the CSS field.
I’d really like to add here un screen shot of such a multiple error but I guess that cannot be done by the above tools
Anyway, the error looks like:
Expected COLON at line 3, colon 3
Expected COLON at line 4, colon 3
Expected COLON at line 5, colon 3
Expected COLON at line 6, colon 3
Expected COLON at line 11, colon 3
Expected COLON at line 12, colon 3
Expected COLON at line 16, colon 3I’ve been trying to save such CSS code but, of course, all this incorrect lines disappear after the save click.
Please would you help me on this issue.
Thank you very much in advance.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeHere’s the link
Thanks!
https://brattsinclaire.com/new/discography/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeTobias,
that you very much for helping me on this issue. Very kind of you.I put the code into custom CSS field in “Plugin options” in the WP/dashboard/TablePress at another site.
By the way, as per your last kind suggestion, when I cut off the last code’s part the whole layout shifts way left.
Please help me on this.
Thank you very much in advance.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Layout width changeHi thanks to Growltiger for kind help!
Tobias, thank you very much for your quick and kind reply on this matter.
I’ve tried your code but unfortunately nothing has changed:
I just cannot nor increase nor decrease the whole TablePress layout.
Here’s a different link for you to check out where I’m also having the same issue with TablePress:Please also find below both my current Plugin custom CSS.
Please help me on this matter.
Thank you very much in advance
—————-
`.tablepress tbody td,
.tablepress thead th {
word-break: normal;
word-wrap: normal;
hyphens: none;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #F4F2C9;
}.tablepress {
table-layout: fixed;
width: 100%;
}Solved!
Dear Nobita,As per your kind suggestion I’ve added to function.php as follows:
* Custom image header
* $raindrops_custom_header_args
*/
add_filter(‘raindrops_header_image_width’,’raindrops_responsive_width_ajust’);
add_filter(‘raindrops_header_image_height’, ‘raindrops_responsive_height_ajust’);add_filter(‘raindrops_header_img_override_option’,’__return_true’);
Nothing changed. So I’ve removed “Static Page” from my setting and turned to “Last post” The “header override/hide” option came back to page/post editor!
Maybe you could fix this in your future Raindrops release. ??
Anyway I consider this topic as SOLVED!Thank you very much for your prompt and kind support!
-P.s. I still have one issue to ask you about but I’m gonna post it as a different topic.-
Thanks again,
JustinDear Nobita,
I guess we’re not talking about the same thing:
in WP/admin/pages/post editor, at the bottom, there’s the following field:
“Custom css for this Entry/The Custom CSS Field only for the current post” and below it should also appear the “header override/hide” option.
In the beginning of my work on Raindrops the “header override/hide” option was there and now it’s not there anymore.
Please helpThank you very much in advance
JustinDear Nobita,
I’ve been through this topic for a while and I didn’t come out of it yet.
I have a question:
Do you believe there’s a chance that the “Header hide/override” option in page/article editor automatically disappeared because the site title/description are both set to be inside the header itself? I actually tried to move them back to the outside/header position and saved the setting but apparently that didn’t make any difference.
The site is complete now but I’m a little worried about any future brand-new page which I just couldn’t edit (by removing the header) as well as I did for the existing pages.Thank you for your kind and quick support
Justin