wptit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin site extremely slow after 4.5.2 updateOne more possible reason is Search engine crawling
search engine crawl make website slow if your website hv large numberof pagesForum: Fixing WordPress
In reply to: Delete Media Filesyes ! after deleting it will disapper from post or give img error.
Forum: Plugins
In reply to: [WooCommerce] Woocommerse product page design layout issueafter seting this , theme become non responsive
any other way
Forum: Fixing WordPress
In reply to: WP site login page going blankDisable all plugin and then try again 1 it will work or try increasing memory limit
Forum: Fixing WordPress
In reply to: How do I make my Posts page my home pageGo to Setting > READING > and from there select any page as front page
Forum: Fixing WordPress
In reply to: How to tell googlebot to crawl just one URL with .htmlit will take some time to show results
Forum: Fixing WordPress
In reply to: How to active comments on wordpress page?generally, page.php of a theme would use some code like
<?php comments_template(); ?>within the loop, to show the comments box;
Forum: Fixing WordPress
In reply to: Banner Ads are blankdisable all plugin and then check wheather that worked or not !
Forum: Fixing WordPress
In reply to: Images break with https:// prefixUse below code in wp-config file
define(‘FORCE_SSL_ADMIN’, true);
Forum: Fixing WordPress
In reply to: SCHEDULE post malfunctionHave you installed any plugin recently 1 If yes then desable that and check again !
Thanks
Forum: Fixing WordPress
In reply to: Editors can't see images uploaded by other usersCheck all the roles and function of wordpress user for solution to your issue
Forum: Fixing WordPress
In reply to: Desperately need a Gallery plugin that can upload pics from FTP?There is this plugin http://wordpress.org/extend/plugins/add-from-server/
Use FTP to upload into the folder mentioned , then use the plugin to import into the Media Libarary.
Forum: Fixing WordPress
In reply to: 500 Internal Server Error on postingread this topic
hope you will find some solution here
Forum: Fixing WordPress
In reply to: Subscribe to youtube for downloading contentthere is no free plugin for this function.
you can google for premium plugin for thisForum: Fixing WordPress
In reply to: Theme Post editor not workingHave you tried:
– deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).