DevAny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 6.9 broke site layoutdesign breaks when using grid blocks. CSS value for is-layout-grid is empty. Disabling the admin toolbar restores the grid to normal. wow?
add_filter( ‘should_load_separate_core_block_assets’, ‘__return_false’, 100 );
The above code worked.
Elementor is not involved.
Forum: Reviews
In reply to: [WooCommerce] Cannot be set as product unique post_idNo support required. This is just a review.
Product titles can be very long. Example: AliExpress, AmazonShould not force the title into the URL.
Forum: Plugins
In reply to: [LaTeX2HTML] Can’t type the percent sign (%)When I add the JavaScript CDN directly to the skin settings without using a plugin, it works fine.
Forum: Plugins
In reply to: [LaTeX2HTML] Can’t type the percent sign (%)so there is a problem with the plugin.
on external pages or other blogs, LATEX does not excute anything outside the syntax. But your plugin comments out % even though it is not a \ ( ~ \ ) syntax. So it affects all existing documents.need to fix the plugin to only execute within \( \), \[,\ ] syntax.
- This reply was modified 1 year, 9 months ago by DevAny.
the cause was an FTP connection issue.
Uniquely, this plugin requires different FTP settings.my case.
wp-config.php, change/insert line to: define(‘FS_METHOD’, ‘direct’);
I have the same problem. I can’t access the admin page because of a site error. v6.6.1
내 패턴 폴더가 없어서 패턴을 삭제할 수 없습니다. ioi
글에서는 패턴이 모두 정상 동작하는데, 무엇이 문제인지 알 수가 없어요.