Lucille85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: p.media is not a functionI had only installed the Gutenberg plugin to see if I can post when it is activated. As it didn’t work I uninstalled it.
I had also cleared the server’s cache before posting here.
But I didn’t check my browser. Like a bloody newbie 🙁 So after flushing my Chrome’s cache everything works and I can post again.
Thank you for answering!Forum: Themes and Templates
In reply to: [NS Minimal] Change font size for mobile useOK never mind, it has to be “max-width”, so I changed it to
@media only screen and (max-width: 450px)
and now it works.Forum: Themes and Templates
In reply to: [Magazine Basic] Comments No Longer Appear on PostsGreat 🙂
Forum: Themes and Templates
In reply to: [Magazine Basic] Comments No Longer Appear on PostsI had the same problem and changed comments.php in my child theme. In line 35 it says
<?php wp_list_comments( array( 'callback' => 'bavotasan_comment' ) ); ?>
I changed this to:
<?php wp_list_comments(); ?>
now my comments are back.Forum: Themes and Templates
In reply to: [Freedom] TranslationOk thanks. I changed it in the inc/functions.php, so it’s in my language now.
Forum: Fixing WordPress
In reply to: Padding under imagesI’m testing on a local installation, so I can’t. But I’ve found a solution meanwhile, I changed
.alignleft, .alignright, .aligncenter, .alignnone { border: 1px solid #ccc; }to
img[class*="align"], img[class*="wp-image-"] { border: 1px solid #ccc; }and now there is no more padding on any side anymore.
Thanks for your help!Forum: Fixing WordPress
In reply to: Padding under imagesThen it’s ok for new posts written with Gutenberg, but all the old ones have strange borders.
Forum: Fixing WordPress
In reply to: Padding under imagesYes, I’ve seen that, padding: 5px. But as I said before, it’s 5px at the top, left and right, but padding-bottom is more than 5px. So how is that possible?
Forum: Fixing WordPress
In reply to: Padding under imagesIt isn’t my site, but you can see it here, scroll to the image with a boat, padding is 5px, but padding-bottom is more than padding top, left and right.
The language of WP had already been set correctly, but your plugin was in english. This morning it has changed to my language! This is really strange – but I’m glad it’s ok now 🙂 Thanks for the great plugin!
Forum: Plugins
In reply to: [Contact Form 7] Checkbox for acceptance is aligned center instead of leftWhat do you mean? It’s a FREE theme.
Forum: Plugins
In reply to: [Contact Form 7] Checkbox for acceptance is aligned center instead of leftI’m having exactly the same problem, so I’d be very glad for a CSS fix as well. The site isn’t online yet, it uses Sento theme https://www.thinkupthemes.com/free/sento-free/
Forum: Fixing WordPress
In reply to: problems after changing domainThanks for your help! It’s a great plugin, I installed it on a test site first to see how it works. It worked like a charm, the site was moved to a new domain very quickly. Then I installed it on the “real” site – and had a white screen in the admin area, just like before. So I did what I should have done before, renamed the plugins directory and suddenly had access to the admin area. I don’t understand why that is so, it’s the same server, the same configuration, so why is there this problem with the new domain and not with the old one. Perhaps I will never know, but I know what I will do now: enable the plugins one after another to find out which one is the culprit. So thanks again 🙂
Forum: Fixing WordPress
In reply to: problems after changing domainI didn’t have to upload anything as WP remained at the same webhoster. It was just conncting the existing directory to the new domain. Sorry I didn’t give you the correct informations. So would any of your hints help with this situation as well?
Forum: Plugins
In reply to: [FancyBox for WordPress] backend options missingJust found a way to make it work again: uninstalled the plugin and deleted the two lines with the option names “mfbfw” and “mfbfw_active_version” from the database, then reinstalled the plugin. Now it works fine again. But be careful when you do this, all the changes you made to the settings will be gone afterwards.