WordPress.org Forums » All Posts https://wordpress.org/support/forum/requests-and-feedback/feed/ Sun, 11 Dec 2022 03:42:40 +0000 https://bbpress.org/?v=2.7.0-alpha-2 en-US https://wordpress.org/support/topic/using-colour-for-desabled-plugins/#post-16278016 <![CDATA[Reply To: Using color for desabled plugins]]> https://wordpress.org/support/topic/using-colour-for-desabled-plugins/#post-16278016 Sat, 10 Dec 2022 22:57:55 +0000 Honey Bramble I honestly like the idea, what a simple change but effective and very low/if no additional resource calling/performance needed. Great idea; it can be hard to see the gradient on/off on the plugin page.

]]>
https://wordpress.org/support/topic/whoever-came-with-the-features-in-wp-6-0-needs-to-be-fired/#post-16278014 <![CDATA[Reply To: Whoever came with the features in WP 6.0 needs to be fired]]> https://wordpress.org/support/topic/whoever-came-with-the-features-in-wp-6-0-needs-to-be-fired/#post-16278014 Sat, 10 Dec 2022 22:56:09 +0000 Honey Bramble I would love to see WordPress go back to the days when it was ALL about performance power, not xyz features x 1000. With every update, I feel as if WP is getting heavier and heavier, more complex, etc. Reminds me of the route vBulletin went with their forum software. Don’t get me wrong though, I love WordPress. LOVE it!

]]>
https://wordpress.org/support/topic/gallery-block-is-reversing-images/#post-16277856 <![CDATA[Gallery block is reversing images]]> https://wordpress.org/support/topic/gallery-block-is-reversing-images/#post-16277856 Sat, 10 Dec 2022 20:21:18 +0000 hayleyanne99 The gallery block is reversing image order when adding images from the media library. There used to be a “reverse image file order” button in the create a gallery pop up window within a post. That is now gone. I have to reattach 100% of the images in my blog of 125+ posts with 50-250 images each (photographer who has moved locations and had to change image filenames which now have broken image file links but apparently not alt tags), and wordpress by default is reversing the image file order. Why has this “reverse image file order” button been removed? Why is the only way to reorder image files drag and drop? (seriously?) And why is the default image import/attach NOT set to order by file number? It is 100% illogical. And sad.

As of now the only way around this is to create 5-20 galleries per post, and include only a limited amount of photos per gallery, so I can drag and drop into the correct order. This is insane and such a waste of time.

Is there a setting or some workflow failure that I’m missing here?

]]>
https://wordpress.org/support/topic/social-icons-block-add-letterboxd/#post-16273933 <![CDATA[Social Icons Block – Add Letterboxd]]> https://wordpress.org/support/topic/social-icons-block-add-letterboxd/#post-16273933 Fri, 09 Dec 2022 06:32:03 +0000 mkdjns Please add an icon for Letterboxd (https://letterboxd.com).

]]>
https://wordpress.org/support/topic/adding-theme_action_links-filter-for-non-multisite-wordpress/#post-16270119 <![CDATA[Reply To: Adding theme_action_links filter for non multisite WordPress]]> https://wordpress.org/support/topic/adding-theme_action_links-filter-for-non-multisite-wordpress/#post-16270119 Wed, 07 Dec 2022 21:42:46 +0000 bcworkz That filter isn’t used in single site installations. In general, there are very few useful filter hooks we can use in the back end compared to the front end.

In many cases, to add additional content to admin screens, we have little recourse other than to inject the desired content using JavaScript after the page has loaded. The drawback is elements added this way can be slow to appear, sometimes the effect can be a little jarring. But if you’re adding content to a modal which doesn’t initially appear anyway, the late appearance shouldn’t be an issue.

]]>
https://wordpress.org/support/topic/adding-theme_action_links-filter-for-non-multisite-wordpress/#post-16264844 <![CDATA[Adding theme_action_links filter for non multisite WordPress]]> https://wordpress.org/support/topic/adding-theme_action_links-filter-for-non-multisite-wordpress/#post-16264844 Tue, 06 Dec 2022 12:09:52 +0000 Michael Homeister Is there a way to use theme_action_links filter also for action buttons on non multisite installs? I want to add an action button to the theme tile. No matter if in the overview tile or on bottom of the theme detail modal. I see that in the themes.php the action buttons are pretty restrictive and cant just be filtered for new ones as the script only specifically looks for already known actions.

]]>
https://wordpress.org/support/topic/notranslate-chrom/#post-16264380 <![CDATA[Reply To: Notranslate Chrom]]> https://wordpress.org/support/topic/notranslate-chrom/#post-16264380 Tue, 06 Dec 2022 10:01:03 +0000 annemariek I can not change “content” to “value”.
What is the complete php I could ad to the childtheme?

]]>
https://wordpress.org/support/topic/notranslate-chrom/#post-16263642 <![CDATA[Reply To: Notranslate Chrom]]> https://wordpress.org/support/topic/notranslate-chrom/#post-16263642 Tue, 06 Dec 2022 05:10:11 +0000 George Appiah It seems you already know how to add a meta tag to your site, as you’re using the Meta Tag Manager plugin). The problem is the code you’re adding is wrong.

I see you have this in your website’s head, which is incorrect and is also using the wrong quotation marks:

<meta name="description" content="<meta name=“google“ content=“notranslate“>" />

Please replace the above line you entered in the plugin with this:

<meta name="google" value="notranslate">

Please copy and paste this into the Meta Tag Manager plugin, to ensure you’re using the correct quotation marks.

If you don’t want to use the plugin, you can also copy and paste the code directly into your theme’s header.php file… but please be using the correct straight quotation marks like this " or ' everywhere. Also, note that you’ll lose the code when you update the theme.

]]>
https://wordpress.org/support/topic/notranslate-chrom/#post-16263328 <![CDATA[Notranslate Chrom]]> https://wordpress.org/support/topic/notranslate-chrom/#post-16263328 Tue, 06 Dec 2022 00:23:55 +0000 annemariek <meta name=„google“ value=„notranslate“>

How do I add this code to my php?

I lost some parts of my code:

<head>
	<php
	/**
	* Executes actions after the head tag is opened.
	*
	* @since 2.11
*/
do_action( ‚neve_head_start_after‘ );
?>

<meta name=„google“ value=„notranslate“>

<meta charset=“<?php bloginfo (‚      ...........      ); ?>„>

<meta name=„viewport“ content=„width           e-width, initial-scale=1, minimum-scale=1“>

<link rel=“profile“ href=“http:gm  ........     fn/11“>
<link rel=“profile“ ............... >

<php if ( is_singular () && pings_open    ........	queried_object () ) ) : ?>

	<link rel=“pingback“ href=“<?php   .........    ‘pingback_url‘ );?>“>
<?php endif; ?>
<?php wp_head () ; ?>
<?php
/**
* Executes actions bifore the head tag is closed
*
]]>
https://wordpress.org/support/topic/creating-pre-accounts-with-qr-code/#post-16262705 <![CDATA[Reply To: Creating pre-accounts with QR code]]> https://wordpress.org/support/topic/creating-pre-accounts-with-qr-code/#post-16262705 Mon, 05 Dec 2022 18:59:26 +0000 t-p Review these plugins and see if any can work for you: https://wordpress.org/plugins/search/QR/

If not, then you may have to custom design a plugin to meet your specific requirements

]]>