cidmchd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header Font and Size IssuesIf you are none of the programming then try this TinyMCE, its an Advanced is a free plugin that lets you choose your preferred font size easily. This plugin provides you with a classic editor toolbar on the new Gutenberg editor.
I am no where related to TinyMCE 🙂Forum: Fixing WordPress
In reply to: Header Font and Size IssuesFrom a live site standpoint, an extra span or div tag with normal font weight styling isn’t anything that a visitor will notice in terms of the page’s design.
That said, all of these unnecessary extra code snippets add up to negatively impact your website’s functionality. Besides being completely unsightly on the back-end, this bulky code can also slow down page load. Slow page load is awful for SEO, and SEO is the purpose behind a lot of content creation efforts.
Forum: Fixing WordPress
In reply to: Site loading slowlyMy few recommendation for you.
1. Test it Out First
use some online tools like pingdom or others – because sometimes our own internet connection is slow and we think our website is slow – it happened to me too for my website cidm.co.in 🙂2. Too Many WordPress Plugins Installed
3. Render-Blocking JavaScript
4. Unnecessarily Long CSS or JavaScript5. Images Are Not Compressed or Optimized
6. Slow Server Response Time
7. Unnecessary Page and Post Redirects
8. WordPress is Outdated (This also happened to me 🙂 )
9. Compression Not UtilizedFInd above listed issues on google and try to remove them – you will be surprised to see your website speed after this. Good Luck
- This reply was modified 6 years, 2 months ago by cidmchd.
Forum: Fixing WordPress
In reply to: Contact form 7 not sending email confirmationadd the information below to the “Additional Headers” field. (Also under the “Mail” tab.) This adds information to the header of the email that says even though it was sent by
[email protected], any replies should be directed to the email address that was entered in the “Email” filed of the form.- This reply was modified 6 years, 2 months ago by Jan Dembowski. Reason: Formatting