girlzcorner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page navigation not workingI tried saving permalink settings but its not working ??
anybody can help me please?
Forum: Fixing WordPress
In reply to: Ouput Buffering ErrorResseting Plugins has fixed this error at some options but now this fatal error is only showing when i set featured image manually to the post.
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Forum: Fixing WordPress
In reply to: Ouput Buffering ErrorI have resseted my plugins folder but still there’s a same error ??
Forum: Fixing WordPress
In reply to: Ouput Buffering ErrorOn disabling each plugin manually this error changes for every plugin and at the end after disabling all plugins now its giving error,
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 51599 bytes) in /home/ddlwebsi/public_html/girlzcorner.com/wp-includes/functions.php on line 316
Forum: Fixing WordPress
In reply to: Fatal error on upgradeits resolved now.
Deleted some plugins and now its working fine.Forum: Fixing WordPress
In reply to: Fatal error on upgradeHere it is,
I have deleted a plugin called hyper cache and now i can login to my dashboard.But I can only access a few options like Settings and else all options are giving fatal error,
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Forum: Fixing WordPress
In reply to: 404 error on wp-adminIts all fine now ??
It was just because of login plugin which I deactivated and then actived again and now its working fine.
Thank you for your help Frumph.Forum: Plugins
In reply to: Get the image pluginNo.
Here’s my websiteForum: Plugins
In reply to: Get the image pluginI am using Wp-chatter theme.
Forum: Plugins
In reply to: Get the image pluginIs there anyone to help me please?
Forum: Themes and Templates
In reply to: Resizing thumbnails with custom fieldoh thankyou soooo much ??
Thats what i was trying to do.Forum: Themes and Templates
In reply to: Resizing thumbnails with custom fieldyes it’s there.
But i dont want to use this option for generating thumbnails as it will take alot of my time to edit 1000+ number of posts that’s why i am using custom fields for saving my time.But the size for thumbnail is the same i.e too short in both the cases.
Before this i was using “thumbnails for excerpt” plugin for generating thumbnails but it was not working well with my featured post slideshow & was displaying 2 images,one for the original post and another for excerpt.
So to avoid that double thumbnails problem i found custom fields.Forum: Themes and Templates
In reply to: Resizing thumbnails with custom fieldNothing happens after adding this code in functions.php
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150 );
}Is there any other trick so that i can resize all my home page post’s thumbnails assigned by custom fields?
Forum: Themes and Templates
In reply to: Resizing thumbnails with custom fieldThanks for responsing.
Where to add this code exactly in functions.php?if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150 );
}