rockinronnie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded to 4.0 — page content missingGlad it’s working again. ?? I like your city garden..lovely. ??
Forum: Fixing WordPress
In reply to: Upgraded to 4.0 — page content missingTry clearing your Permalinks. https://www.wpkb.com/can-flush-wordpress-permalinks/
Change them from whetever they’re set to now..to something different. Click Save….then do that again, but set them back to the original permalink setting.
Also..try disabling your plugins one at a time…checking each time to see if it makes a difference.Forum: Fixing WordPress
In reply to: Php updated, now site won't workIf you have sites running WP 2.x, then yes that is likley the problem. The solution is to upgrade those sites to the latest WordPress…. which you should do for security reasons anyway.
This thread explains how to upgrade WordPress via FTP.
https://www.ads-software.com/support/topic/cant-login-after-automatic-40-upgrade?replies=21Forum: Fixing WordPress
In reply to: Editing images in galleryWhen you go to edit the page, switch from the Visual view, to the Text view. There’s two small tabs, upper right of the editing area. When in the Text view, you will see the HTML code used to create the table.
Typically a table will look like this ..
<table border="1" style="width:100%"> <tr> <td><img src="nameof image.jpg" height="100" width="200"></td> <td><img src="nameof image.jpg" height="100" width="200"></td> <td><img src="nameof image.jpg" height="100" width="200"></td> </tr> <tr> <td><img src="nameof image.jpg" height="100" width="200"></td> <td><img src="nameof image.jpg" height="100" width="200"></td> <td><img src="nameof image.jpg" height="100" width="200"></td> </tr> </table>
**Before doing the steps below…copy ALL the HTML code you see, and paste it into a text editor, and save it as a .txt file, on your local computer. That way, if you make a mistake..you can easily copy it back to your WP page.**
With the editor in Text view…
Copy the last <tr> </tr> part, including the <td>’s Each <tr></tr> is a row. If you copy the last row, and then just above the final </table> tag…paste it..you will have inserted a new row with the same images as the row you copied. You should now be able to go into Visual view..and edit the individual images.An even better “fix”, would be to create a Gallery for the images. Much easier for you to maintain. Here’s a couple of tutorials …
https://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/
Forum: Fixing WordPress
In reply to: Editing images in galleryNot sure how updates would affect copying/pasting code. Did the complete Page in question(that contained your images) disappear somehow?
Forum: Themes and Templates
In reply to: [zeeSynergie] Aligning footer to the rightThe link is already right aligned…unless you mean something else?
From style.css …
.credit_link {
float: right;
font-size: 0.8em;
}Could you share the fix please? I would like to use this plugin, but it doesn’t seem to be supported any longer ??