ikaring
Forum Replies Created
-
Forum: Plugins
In reply to: [Get Filesize Shortcode] Can you update to current WordPressGood to hear that.
Thank you for using!Forum: Plugins
In reply to: [Get Filesize Shortcode] Can you update to current WordPress@angelawu
Sorry being late.
Is there any problem using the shortcode in block editor?
I have tested using in paragraph block and shortcode block with no probrem.
Also, now I have added get filesize block in version 1.2.0
Please check it out.Forum: Networking WordPress
In reply to: Different Blog-description from main domainWell, as to my test multisite install, I can set different Blogdescription(Tagline) to primary-site and sub-sites, though.
Forum: Networking WordPress
In reply to: Different Blog-description from main domainHi.
You can get blogdescription of subsites byget_blog_option( $blog_id, 'blogdescription' );Pls check out this note.
https://developer.wordpress.org/reference/functions/get_blog_details/#user-contributed-notesForum: Fixing WordPress
In reply to: Verse Block BugHi.
It depends on themes how they are styled.Hi.
I got the same error, and replace ‘Dj’ with ‘dj’ did fix.Date format for D is Mon to Sun, but here, it should be day of the month.
When ‘d’ is set in $dateformat,strpbrk( $date_format, 'Dj' )returns null.
That is how the error occured, I guess.To the author:
Pls check above lines. Thanks.Forum: Fixing WordPress
In reply to: Spotify embedding error: Sorry, this content could not be embedded.Additional info.
Forum: Fixing WordPress
In reply to: Spotify embedding error: Sorry, this content could not be embedded.Hi.
It’s happening to my side, too.
Can embed a single song with the block though.Quick workaround would be to use Custom Html block and paste iframe code, copied by ‘Copy Embed Code’.
It looks better wrapping it with<div>or<figure>tag, to avoid unintended width and height are added inline.Forum: Fixing WordPress
In reply to: How to delete blank space top of theme Twenty TwentyIt seems #site-header is what you need to hide.
#site-header { display: none; }If you need to hide it only in this page, then:
.page-id-150 #site-header { display: none; }Forum: Fixing WordPress
In reply to: Order # displayed behind HeaderHi.
It might be z-index and/or padding setting for the message element.
Since I cant see the element, it is not possible to give clear answer.
Is it possible to show us the screenshot?Can you inspect it with dev tools, by right clicking over the element to see what class name that element has?
Forum: Fixing WordPress
In reply to: WordPress ignoring filtering categoriesHi.
It is necessary to look into the theme, but it is difficult for us to give an advice, since your theme is not a registered theme in WordPress.org. (https://wordpress.org/themes/)Please switch to default TwentyTwenty theme and look if the issue persisits.
Forum: Fixing WordPress
In reply to: Theme doesn’t load, same with add themeIt looks like the theme is Hotel theme.
Although, image paths are to twenty twenty theme directory.Forum: Fixing WordPress
In reply to: I can’t insert image with full width inside a columnIt is because h1 and h2 have too short line-height.
In post-39.css:
body.elementor-kit-39 h1 { color: #54595F; font-family: "Helvetica", Sans-serif; font-size: 21px; text-transform: uppercase; font-style: normal; text-decoration: none; line-height: 0.1em; letter-spacing: 6px; }In header ( OceanWP CSS? ):
h2 { font-family: MS Serif,New York,sans-serif; font-weight: 100; font-style: normal; font-size: 16px; line-height: 0.1; text-transform: capitalize; }Forum: Fixing WordPress
In reply to: comment replies wonkyHi.
I dont know why your email is displayed there, but just check you have put your name to ‘Name’ field.
BTW, add this css for the ‘runs over’ thing..comment-author { word-break: break-all; }Forum: Fixing WordPress
In reply to: Adding padding (responsive) to my single postsGood!
Pls mark this as resolved, thanks.