mklandwp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP5.9,Is still I can use API”add_editor_style” to add custom style?It’s resolved.
It’s resolved.
Thank’s a lot for your reply.
Thank’s your work.Best regards.
Forum: Fixing WordPress
In reply to: WP5.9,Is still I can use API”add_editor_style” to add custom style?sorry , I got it.
add custom style for classic editor use this way:
function somefunction(){ add_editor_style('editor-style.css'); } add_action( 'after_setup_theme', 'somefunction' );
But add custom style for block editor, must use
add_theme_support('editor-styles'); add_editor_style('editor-style.css');
Please ignore or delete this thread, it’s duplicate.
Thank’s a lot.Hi, @gallerycreator Thanks for your reply. Yes, you are right, it's not goal to display all images. I respect your any decision. I try to use the "galleryAreaID" to define the gallery area,and use custom attribute "data-LightBoxExclude" to exclude. But In WordPress, different settings option can not set for each article, and there are not everyone author understands JS code,yes, it's difficulty. I respect the creator's any decision. Thank's again.
function chgTagImgCursorToZoomIn’s comment EFFECT Typing mistake
correct is:before:<img ...> ==> after:<img ... style="cursor:zoom-in">
Sorry for @ you again.
I think maybe you can set “<a href=’cgi-link’ data-type=’image'”( use this custom attribute data-type=’image’) to mark and work with dynamic url images.
Just a little suggestion.
best regards
Thank you so quickly to reply me.
Sometimes pic files store in database, output maybe is a dynamic URL.
If I want to modify by myself(without extensions check), which file should I start with?
Thank’s again.
- This reply was modified 3 years, 1 month ago by mklandwp.