bclab
Forum Replies Created
-
Forum: Networking WordPress
In reply to: local multisite setup problemThank you for this additional help.
I bookmark it for further reference.Forum: Networking WordPress
In reply to: local multisite setup problemThank you for your replies and suggestions.
@zaheerdad : I’ve tried your .htaccess, but while apparently resolving the redirection problem, it did not work: the URL http://localhost/wordpress/en/wp-admin/ finally ended to http://localhost/MAMP..
@autotutorial : The .htaccess you suggested (the 1st one: WP 3.5 and up) seems to work well.
I have been a little bit confused by your references to older WP 3.x versions, but it works well!
Now, the 2 dashboards are working:
– http://localhost/wordpress/wp-admin/
– http://localhost/wordpress/en/wp-admin/
and the 2 websites work well with default theme ‘twenty-twenty’but I confess I don’t understand why it works… By the way, if anybody knows an on-line resource to ‘htaccess understanding’, I would be happy.
Thanks again for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthWell, this is nearly perfect!
A small truncation remains in the bottom of the widget, but it’s not visible.
As it stands, it will be OK.Thanks for all your help.
B.C.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthThanks a lot for your quick answer!
It works fine! Still having problems with the height of the meteo widget, but your tip is an interesting clue.
Thanks again for your support!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthHi Tobias
I have some size problems too, and searched several size-related topics on this forum.
I have created a test table on this page :
http://www.leschambresdesdames.com/partenaires/
(see table in page bottom)This table should be 600 px wide, with 2 columns 300 px each.
I’ve tried several CSS directives in the Options screen to set this, but none of them works: the table expands to full page width.
By the way, the height of the 1st row is also incorrect: the meteo widget should have 185 px height and is truncated.
Could it be due to the meteo widget and/or the google map?
Or Theme (Suffusion) behavior?Here is the CSS :
.tablepress-id-3 .column-1 {
width: 300px;
}.tablepress-id-3 .column-2 {
width: 300px;
}.tablepress-id-3 .row-1 {
height: 200px;
}I’m using firefox and tried to inspect the code, but I can’t see these CSS instructions in the code. It seems they are ignored (Please note that I’ve created another table with its CSS instructions and it works perfectly).
Thank you in advance for your support