Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extensions requiredWordPress does not have any backup zip libraries built in. There are plugins that provide this functionality though. My favorite is Updraft Plus.
Forum: Fixing WordPress
In reply to: How to reduce this empty spaceDo you want to remove the space but keep the date and time?
If so, you can not remove the space but you can force it to have less space above/below the time and date using this css:.date-time { padding: 0 !important; }You would need to add the CSS under Appearance → Customize → Additional CSS or in your child theme.
Forum: Fixing WordPress
In reply to: adjusting excerpts starting point@joshmbuck I was never saying it was not possible I just did not understand what you were trying to do. Happy you found a solution though. Thanks for sharing it with the community. I am sure it will be useful to others as well.
Since you found a solution please tag the thread as resolved. Happy Blogging.
Forum: Fixing WordPress
In reply to: adjusting excerpts starting pointFrom this page:
https://developer.ww.wp.xz.cn/reference/functions/the_excerpt/An auto-generated excerpt will also have all shortcodes and tags removed. It is trimmed down to a word-boundary and the default length is 55 words. For languages in which words are (or can be) described with single characters (ie. East-Asian languages) the word-boundary is actually the character.
If you want to have it use more or less than 55 words by default that is what the more tag that I showed you in my last response is for. You would need to place the more tag in the exact place of the post where you want to force the reader to click a “Read more” link.
The only other way I would suggest doing such a thing is using the Excerpt field I mentioned in my first reply earlier today.
Hope this helps.
Forum: Fixing WordPress
In reply to: adjusting excerpts starting pointOh, in that case you just need to use the more tag in each post… after what you want to show up as the excerpt.
Here is a screenshot to see where to add the more tag https://prnt.sc/26db17b
Hope this helps.
Forum: Fixing WordPress
In reply to: adjusting excerpts starting pointAre you using Classic editor or Gutenberg editor? If you are using Classic Editor, you can put in a custom excerpt using the excerpt field in the edit screen… if you are not seeing that field click Screen Options at the top right below the black bar and check the box next to excerpt then look for the field, it will usually show up some where below the area where your article is typed.
Hope this helps, happy blogging!
Forum: Fixing WordPress
In reply to: Saving Credential on my WordPress siteI think what you are looking for is more about saving the credentials in your browser or a password manager such as LastPass. iFrames are used across many website development/design platforms. Personally, I do not know of a way to make an iFrame remember login credentials. It might be possible with custom code though.
Forum: Fixing WordPress
In reply to: Adding multiple sitesSounds like you want to set up WordPress Multisite. Check out the documentation abut how to do that here.
Forum: Fixing WordPress
In reply to: worldpress theme customize issueYou will need to contact your themes support for help with this… based on the link you provided it looks like you are using Newspaper theme so I have provided a link above directly to where you can find support.
Forum: Fixing WordPress
In reply to: Username does not exist???It sounds like you are trying access your admin account. I would suggest trying to log in with the email address you set up the WP site with, chances are when you typed in the username during the setup of your website you made a typo.
Hope this helps.
Forum: Fixing WordPress
In reply to: How to return to normal formatting after tag?Are you using classic editor? I’d advise using a plugin like Lightweight Grid Columns to accomplish your columns and return to normal formatting after your last column.
Hope this helps.
Forum: Fixing WordPress
In reply to: Trouble with images after trying WebPYou need to do a media library rebuild then. Try using this plugin.
Hope this helps.
Forum: Fixing WordPress
In reply to: Trouble with images after trying WebPWebP Images are widely supported but some browsers you might be using to test your site in may be older versions. Make sure you are running the latest version of the browser.
Also, here is some info about what browsers support WebP images.
Hope this helps.
Forum: Everything else WordPress
In reply to: How is my site linked to ww.wp.xz.cn?WordPress.com is a hosting company for WordPress only websites.
ww.wp.xz.cn allows you to use WordPress on any server you have access to.
You said WordPress.com was your DNS provider. Unfortunately, I wouldn’t know for sure who your DNS provider is and no one here in this volunteer support area would be able to correctly advise you about if need your account with WordPress.com since you mentioned they were your
DNS provider. I would advise contacting WordPress.com Support they might be able to help you figure this out better than us.Forum: Everything else WordPress
In reply to: How is my site linked to ww.wp.xz.cn?All sites that are not hosted on WordPress.com are using the code that is available for download here on ww.wp.xz.cn. WordPress is a free and open source product. If you are using WordPress.com as your DNS provider you probably bought your domain from WordPress.com and then moved to a different hosting provider.
If your site is not hosted on WordPress.com and you are hosted somewhere else then you can likely removed the links to ww.wp.xz.cn. There are plugins that will do it for you like this one.
There is also this article which shows you a couple ways to hide it the link from the footer.