dejong1968
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: vertical align image next to a tableSolved it using the building block ‘Row’.
Then put the table in the First block in the row and the image in the second.
It automatically centers vertically. No further css needed.Forum: Fixing WordPress
In reply to: vertical align image next to a tableHere is the site: https://www.koningslijst.nl/
For instance the images next to the 1st and 2nd dynasty.
The code of the table (generated by wp table-block):
<figure class="wp-block-table alignleft rdj-tabel rdj-tabel-koningslijst-padding has-small-font-size"><table class="has-black-color has-text-color"><tbody><tr><td><strong>Horusnaam (H) of troonnaam</strong></td><td><strong>Geboortenaam</strong></td><td><strong>Regeerperiode</strong></td><td class="has-text-align-center" data-align="center"><strong>Regeringsjaren</strong></td></tr><tr><td><a href="https://www.koningslijst.nl/narmer/">Narmer</a> (H)</td><td></td><td>3150 - </td><td class="has-text-align-center" data-align="center"></td></tr><tr><td><a href="https://www.koningslijst.nl/aha/">Aha</a> (H)</td><td>Teti</td><td></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td><a href="https://www.koningslijst.nl/djer/">Djer</a> (H)</td><td>Iteti</td><td></td><td class="has-text-align-center" data-align="center">41</td></tr><tr><td><a href="https://www.koningslijst.nl/djet/">Djet</a> (H)</td><td>Ita</td><td></td><td class="has-text-align-center" data-align="center">10-15</td></tr><tr><td><a href="https://www.koningslijst.nl/den/">Den</a> (H)</td><td>Chasety</td><td></td><td class="has-text-align-center" data-align="center">32</td></tr><tr><td>?</td><td><a href="https://www.koningslijst.nl/merneith/">Merneith</a> (Q)</td><td></td><td class="has-text-align-center" data-align="center">?</td></tr><tr><td><a href="https://www.koningslijst.nl/anedj-ib/">Anedj-ib</a> (H)</td><td>Merbia</td><td></td><td class="has-text-align-center" data-align="center">10</td></tr><tr><td><a href="https://www.koningslijst.nl/semerchet/">Semerchet</a> (H)</td><td>Irinetjer</td><td></td><td class="has-text-align-center" data-align="center">9</td></tr><tr><td><a href="https://www.koningslijst.nl/qay-a/">Qay-a</a> (H)</td><td>Qebehoe</td><td></td><td class="has-text-align-center" data-align="center">33</td></tr></tbody></table></figure>The code of the image (generated by wp image-block):
<figure class="wp-block-image size-full rdj-afb-lijst rdj-koningslijst-afb-schalen"><img src="https://www.koningslijst.nl/wp-content/uploads/2014/01/narmer-h150.jpg" alt="" class="wp-image-1875"/><figcaption class="wp-element-caption">Palet van Narmer, Egyptisch Museum Caïro</figcaption></figure>Thanks in advance.
Forum: Fixing WordPress
In reply to: Unable to Log In –Cookies Are Blocked Due To Unexpected Output?I’m getting closer to the solution. I use a WP-theme from http://www.themefuse.com I wanted some English text to be replaces by Dutch text, so with instructions of the themefuse-moderators, I modified a certain file. After that, the problem occured.
What I did then was deliberately change the name of the plugins-map to see what the error code would be. When I went back to the login-page, i got this:+++begin errorcode
Warning: Cannot modify header information – headers already sent by (output started at ../wp/wp-content/themes/medica-child/theme_config/widgets/TF_Widget_Contact.php:1) in ../wp/wp-login.php on line 414Warning: Cannot modify header information – headers already sent by (output started at ../wp/wp-content/themes/medica-child/theme_config/widgets/TF_Widget_Contact.php:1) in ../wp/wp-login.php on line 426
+++end errorcodeSo that gave me the answer: this file is somehow corrupted. I have backups so I can restore this file to see what happens. I’m 99% sure this will solve it. But to make sure everything goes well, I’ll do that together with the themefuse-moderators (when they’re awake, it’s 10.30 in the morning here in Holland).
As soon as I’m any further on this, I’ll report here. For others: try to change the name of the plugins-map. See what errorcode you get on the top of the loginpage and to which file it is pointing. Then try to troubleshoot that file or replace the file with a backup file. (In case the UTF-8 without BOM thing isn’t working)
Forum: Fixing WordPress
In reply to: Unable to Log In –Cookies Are Blocked Due To Unexpected Output?I also tried this: I downloaded and installed notepad ++ http://notepad-plus-plus.org/ Opened the wp-config.php in notepad ++
Then went to menu ‘coding’ (or similar, I have the Dutch version) and clicked on the second option: “UTF-8 without BOM”
Then saved the file normally and uploaded it to my /wp directory. That didn’t work also.Forum: Fixing WordPress
In reply to: Unable to Log In –Cookies Are Blocked Due To Unexpected Output?I tried the solution of Knut first: opened wp-config.php in MS notepad and saved as UTF-8 (there is no option UTF-8 ROM, only ANSI, unicode and UTF-8). That didn’t work. Then I tried the solution of Coiot: opend wp-config.php in notepad and changed the WP_DEBUG value to ‘true’. That didn’t work also. Still getting the message “ERROR: Cookies are blocked due to unexpected output.” I tried to log in after the above steps but couldn’t. Hope other solutions come available soon. Thanks in advance.
Forum: Fixing WordPress
In reply to: Unable to Log In –Cookies Are Blocked Due To Unexpected Output?I saw that this problem was discussed a couple of weeks ago on: https://core.trac.ww.wp.xz.cn/ticket/27373 but the discussion shows no solution. So I defined a new ticket there: https://core.trac.ww.wp.xz.cn/ticket/27974#ticket
Hope we get an answer soon.
rgrds,
Richard
Forum: Plugins
In reply to: [Hover Image] Both Image Display – How Can This Be ChangedI have the same problem as Greg. I want to show a larger image when someone hovers over the (small) image. With this plugin the larger image is visible behind the small inage, so that doesn’t work for me.
Thanks in advance.
grds,
Richard