Jasline
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Align text to leftSorry for getting back late, just added your fix and it works beautifully. Thank you!
Forum: Plugins
In reply to: [WP Recipe Maker] Inserting Different Recipe SnippetsThis works perfectly, thank you very much!
Forum: Fixing WordPress
In reply to: Captioned image not centered after update to WordPress 4.9Hello!
My theme designer got back to me and the solution they proposed worked for me:
Look in your style.css for this:
img.centered, .aligncenter {
display: block;
margin: 0 auto 22px;Change it too:
img.centered, .aligncenter, .aligncenter img {
display: block;
margin: 0 auto 22px;Hope this will work for you!
Forum: Fixing WordPress
In reply to: Captioned image not centered after update to WordPress 4.9Hi, the only way to resolve this is to add class=aligncenter to the image tag. I noticed that previously even without this class=aligncenter in the image tag, as long as the image is wrapped with the caption tag that is aligned center, the image will automatically be centered. But with 4.9 it’s not the case.
However, after adding class=aligncenter to the image tag, there will be a spacing between the image and the caption. It’s not the most ideal but I’m living with it for now until there is a new update.
I’m using Brunch Pro theme by FeastDesignCo. I just sent in a support ticket, not sure if they can help. May I know what theme are you using?
Forum: Fixing WordPress
In reply to: Captioned image not centered after update to WordPress 4.9Hi Paulwpxp!
Thank you for your reply!
I understand the class=aligncenter is missing from the image’s tag.
In the past, after I had aligned my images to the center via Text editing mode, I will add captions via the Visual mode as I write my posts. The class=aligncenter for captioned images will be missing (somehow) from the image’s tag, but the image will still remain centered. In my Visual editing mode, the images still look centered to me, but the published post is not the case. This is what I’ve been doing for a long time and the missing tag did not affect the image’s alignment.
I am pretty sure it happened after the 4.9 update because the update was done 8 hours ago and I did not add any new posts or make changes to the theme files.
I’m not fond of changing to previous WordPress versions, but if there is no solution at the moment, I guess I’ll have to do it.
Thank you for your help!
Forum: Fixing WordPress
In reply to: Error MessageI managed to reupdate WordPress myself and the error message seemed to go away.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Checkbox not showingI see, thank you very much for your help!
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Checkbox not showingHi @reedyseth,
That option was already set to No, but still no checkbox was shown, please help, thank you!
Forum: Fixing WordPress
In reply to: Error establishing a database connectionHi, I am now having problem with the server again, I am now getting “Error establishing a database connection”. I’ve already checked the password and all which are all correct. I have no idea what went wrong!
Forum: Fixing WordPress
In reply to: Error establishing a database connection@songdogtech, thank you for your advice!
@mika E., thank you so, so, so much! it’s working fine already! if not for you, I’d be so lost. really, thank you so much!
Forum: Fixing WordPress
In reply to: Error establishing a database connectionThe page i’ve got says:
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at mysql.foodiebaker.com. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
I really have no idea what to do, please help
Forum: Fixing WordPress
In reply to: How to get Pages to appear on navigation bar below header in one rowThank you! I managed to get it done from the forum! Thank you so so much! ??