update drupal to latest version causing weird themes issues - drupal

I have updated my drupal into latest version which is 8.1.9, i have succeded the updates, everything is seems fine except the Uninstalled theme section under appearance menu
it seems lots of unknown Uninstalled themes there which are not before, please refer screenshot

These themes might be introduced as part of core in new version i.e 8.1.9. Please check in themes directory for the same.

These test themes should not appear in your UI. When creating your original site, did you use the default.settings.php or the example.settings.php as source for your settings.php?
Please check, if there is a flag activated in your settings:
$settings['extension_discovery_scan_tests'] = TRUE;
If that's present, change it to FALSE and all the test themes should disappear.
See https://www.drupal.org/node/2759227 for a similar issue on d.o.

Related

How to force to use Gutenberg in Worpress after install/uninstall clasic editor?

I can not use Gutenberg in any way.. even with DEMO
Description
I want to use Gutenber in my site, but all post and pages always edit with the editor clasic. I've uninstalled clasic editor, and also all related plugins I had been using in the past. However, nothing happens. I can not use gutenberg. I installed Gutenberg Version 12.7.2 but I can not find where I need to configure or what I need to do more... It is really frustrating. Is there some configuration in the wordpress files where I can find another solution to force Gutenberg use technically? maybe some .php configuration file?
Step-by-step reproduction instructions
Go to Pages
Click on Edit any Page
Always open with Classic Editor.
I can not find any option related with edit with Gutenberg.
Environment info
Wordpress version 5.9.1, Gutenberg 12.7.2, Theme GeneratePress 3.1.0
Problem in Chrome, Firefox, Edge.
Desktop windows 10, and Phone with Andriod 11
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
add_filter('use_block_editor_for_post', '__return_true', 999);
I also find a way to force wordpress to use Gutenberg in post.php file. It does not depend on the theme. (Make sure to create a copy of the original file).
Find function use_block_editor_for_post and add:
return true;

WordPress plugin not showing the latest version after SVN commit

Just yesterday i tried committing multiple versions just like i used to before in my plugin. I kept the new tags in tags folder as well however, the changes does not seem to be reflecting.
I already upgraded to version 1.4.6 but the repo is still showing 1.4.3.
First i thought this might be due to latest bugs in the repo however, its still not showing after 2 days.
Anyone know whats going on or what i am doing wrong ? Thanx
Note: The plugin is updated in svn repo in trunk and tags folder. The changes only are not being reflected in the WP Repo.
Check: https://plugins.svn.wordpress.org/inactive-logout/
Link to the plugin: https://wordpress.org/plugins/inactive-logout/
You're using the wrong Stable Tag version on your Readme.txt file. It should be your plugin version (1.4.6), not WP's (4.7).
See the documentation for “Tag” a new version": https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/
I have the same issue last week. Seems it's some kind of delay. I have recommitted by last weekend and my WordPress plugin page was updated this morning.

Wordpress plugin suggest not working properly

I am a WordPress developer and recently i created a magazine theme. In my theme, I used some (wordpress.org) plugins for my customer giving extra benefits. And after theme installation, my theme auto-suggest the plugins to install & for this, I have used tgm plugin (http://tgmpluginactivation.com/) for auto theme suggest.
i integrated that in my theme & it shows suggestion message on the dashboard for install that plugins. but the main problem is when I going to Appearance >> Install plugins. Plugins name shows perfectly and also its successfully install those plugins but under plugins name >> Show install button and also show a big link.
as we know, there will have only install button then clients will click on install button and install the themes. I tried many times for solve this problem. I am using the latest version of tgm plugin. & also I tried to solve this problem with old versions & its shows same result. For your kind information here's the Screenshot of this issue.
Kindly Help.
Yahoo .. i Solved this ,, actually i find out in that website, it was a bug but when i downloaded that plugin from github its finally solved automatically, that's mean plugin author updated and fixed the bug in github. i share this for newcomers, if anyone faced this problem, just download latest version from github (https://github.com/TGMPA/TGM-Plugin-Activation)
Screenshot for solve the issue
Thanks.

WordPress 4.0 fresh install admin not working

I did a fresh WordPress installation today and a lot of issues were happening.
Themes not exchangeable;
Settings checkboxes not working;
No icons in administration;
etc.
A lot of posts are talking about rights, and theme problems, but it does not seems like it.
So I activated Javascript debugging and found out it was a script issue.
Then searching with this information I found that adding this in the wp-config.php file fixes the problem.
define('CONCATENATE_SCRIPTS', false );
It seems to be an old issue, does anyone know if it is related to something else than only the scripts concatenation code?

included drupal themes not working

i installed drupal on my localhost. Whenever I try to change the theme to one that is included in the install (such as seven, or stark), no changes happen. When I enable the theme drupal says "x theme has been enabled", but I never see any changes. I tried emptying drupals cache, but that changed nothing. Any suggestions?
You need to enable the theme and set it as default.

Resources