Try adding something like this in your Additional CSS part of the dashboard:
.main-navigation li li {
transition: none;
}
Try adding something like this in your Additional CSS part of the dashboard:
.main-navigation li li {
transition: none;
}
Bonjour,
Comment remplacer le mot vente sur les photos de produit en promo par le mot Promo ou soldes?
Existe t’il un pluggin ou une extention pour faire c’est modification simplement?
Merci d’avance pour vos réponse
Hi Steven – sorry here it is! https://outsource-typing.com/product/howtoworkfromhome-newtranscribersandstartups/
Long day!
You may want to post this on the Woocommerce forum: https://wordpress.org/support/plugin/woocommerce#new-post
span.tagged_as {
display: none;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Hello.
Is there any plugin or php-code that I should add that adds related pages (not posts) section at the end of the page (not post). Even the simplest solution is good. Could anyone help me out on this?
You are welcome 🙂
Thank you. I will look in to that.
As before: please post in the right sub-forum for your theme.
I get 2 or these warning errors on Stage server WPEngine too.
Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /nas/content/staging/lovinghut/wp-includes/class-wp-hook.php on line 286
Any latest news on this fix from WPE ?
It would be better to convert pages to posts. Pages have no tags and categories to group them together.
But if you really want to make related pages follow please this advices:
https://www.wpbeginner.com/wp-tutorials/how-to-show-related-pages-in-wordpress/
glad to know it 🙂
When I go to Edit any page or Post, or create a New Page or Post, the editor always shows me my last-used interface, which is Text (HTML). It never shows me Visual, even though that tab remains an option.
However, in Widgets, when I go to edit my Text Widget, it ALWAYS shows me Visual, even though I have never used that, and I always have to switch over to Text (HTML).
I have whined about this before, in the other forum for feedback, but nothing has been done to solve this problem. So I am wondering if there is something I can do … some function thing I can add to make it always show Text (HTML) when I open the Text Widget.
I tried searching for this on Google, but you can imagine what the keywords ‘customize wordpress text widget’ returned…. No help!
Thanks!
When you’re on the ‘Add Themes’ page, can you see the ‘Thank you’ notice at the bottom of the page?
If you can, I’d recommend checking to see if there’s any JavaScript errors that re being thrown. I’ve seen that the tile previews are loaded using JavaScript, so that is the first thing to try.
If you can’t see it, that means that something is broken before it outputs the page, and you should go through the standard de-bigging to find out what the actual error is (set WP_DEBUG to true, disable all plugins, etc).
I am running WordPress on a Ubuntu VPS.
I couldn’t get emails to send using the PHP mail function and completely gave up and started using a plugin called WP Mail SMTP.
The test emails using the WP Mail SMTP all get delivered. The problem is new user activation emails don’t get delivered. Even if I go into the dashboard and find the user under “pending” and click “email” they still don’t get the email.
Now, when I go into the backend and click “generate password” that email gets delivered.
So…
WP Mail SMTP Plugin Test email = delivered
New user registrations = not delivered
New user re-send email = not delivered
Generated password for existing user = delivered
When I go to Edit any page or Post, or create a New Page or Post, the editor always shows me my last-used interface, which is Text (HTML). It never shows me Visual, even though that tab remains an option.
Try closing it in “Visual” mode. Hopefully it will open next time in “Visual” mode.
I recommend asking at https://wordpress.org/plugins/wp-mail-smtp/ so the plugin’s developers and support community can help you with this.
I don’t want it in Visual mode. That’s the problem. It should “remember” where I left off, in Text mode. But it doesn’t. So I would like a sort of hack to make it remember or make it never use Visual at all.
Hi,
Recently our Media Library failed to load any media, presenting a spinning ‘loading’ icon and no media.
The console displays an error:
Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING /wp-admin/admin-ajax.php?_fs_blog_admin=true
If I disable our Sophos anti-virus real time protection, the Media Library loads media okay.
Is there any way to have the Media Library load media without having to disable real-time protection?
Help appreciated.
First off, make sure hosting provider has not blocked the admin-ajax.php file. Sometimes they do if this file was receiving too many request.