shahzadsmb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Horizontal Rule in Post Return BlankI followed your instructions and found that problem in a plugin name WordPress SEO by Yoast. Can you help me how to solve that?
Forum: Fixing WordPress
In reply to: Adding Horizontal Rule in Post Return BlankI disablled all plugins and it worked…..not sure which plugin creating this problem. Can you help?
Forum: Fixing WordPress
In reply to: Adding Horizontal Rule in Post Return BlankWhenever I add even a single <hr /> anywhere inside content, all contents disappeared.
Forum: Fixing WordPress
In reply to: Adding Horizontal Rule in Post Return BlankForum: Fixing WordPress
In reply to: Adding Horizontal Rule in Post Return BlankFor example, I recently used this code at my travel blog
Screenshot: http://prntscr.com/27jlge
Forum: Plugins
In reply to: [Plugin: Cart66 Lite] Checkout button not workingI have same slugs but its either not working on my site http://psdpoint.com
I am also having same issue. Nothing happens after checkout at http://psdpoint.com
Forum: Installing WordPress
In reply to: Upgrade to 3.2.1 – wp-admin login failed – memory problemWell this error is nothing new for many of us. To fix this error, simply follow this:
1. Goto your wordpress root directory
Either login via ftp or use the filemanager if your web host provides you with this feature (to get a cpanel based hosting click here).
2. Edit the config file
In your wordpress 3.0 installation root folder, find the file named:
config.php
Open the file to be edited in your favorite editor
3. Add the code to file and save
Add this code to your config.php file ( type it manually if it don’t work on copy / paste )
define(‘WP_MEMORY_LIMIT’, ’64M’);
after the lines :
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Save the file and refresh your wordpress page and it should not give the error again.
If the error still appears then try changing 64M to 128M.
Forum: Fixing WordPress
In reply to: Comments and Headings Problem After Updating WP 3.1Is there someone who can help me regarding comment problem?