Robin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Horizontally Displayed Sidebar on a Static Homepagemay be u can paste the code of homepage-sidebar so it would be more clear
Forum: Fixing WordPress
In reply to: Horizontally Displayed Sidebar on a Static Homepagethere is a Div
<div style="height: 280px"></div>which is causing this it is being added before your widget so just remove it and your widgets would fixForum: Fixing WordPress
In reply to: URL problemIs your htaccess ? read-only ? as it might be possible that even though you have selected in your settings to post-name but your htaccess is not being updated
Forum: Fixing WordPress
In reply to: Many Website HackedCould you give a more description than just saying website hacked ? what do you see on your website ? can you still FTP it ? do you have access to your control panel ?
Forum: Fixing WordPress
In reply to: My "Blog" page will not show upin you wp-config.php file
make WP_DEBUG true to see what errors/warnings the page will generate.Forum: Themes and Templates
In reply to: [Sliding Door] [Theme: Sliding Door] Removing the menu barCheers
RobinForum: Themes and Templates
In reply to: [Sliding Door] [Theme: Sliding Door] Removing the menu barand what exactly do you want to show instead of that menu ? or you dont want any menu at all
Forum: Themes and Templates
In reply to: [Sliding Door] [Theme: Sliding Door] Removing the menu barSchiaccia – could you printscreen your menu section as i stated above
Thanks
RobinForum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix itCool, i have dropped her an email with all the details
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix ituse 100,100 where i have used 150
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix itIf it wasnt working fine – why did u guys went ahead in making that solution on live 🙁
anyways
do you know what size did you guys kept for the thumbnails ?
in your functions file try this code out (again test it first on localhost)
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 150, 150 ); }where i have 150, 150 add your width and height
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix itthe only thing so far i can see if asking your developer to re upload timthumb (http://timthumb.googlecode.com/svn/trunk/timthumb.php) so atleast your live site doest look mess –
and since u said you tested it out on local (was it working fine on local ?)
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix ityup i can see what you mean
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix itthe pattern i am seeing is the images uploaded before around mid of this yr are not generating
Forum: Fixing WordPress
In reply to: Minify breaks my blog's layout and I have no clue how to fix itThat was what i had pointed out on the very first post 😛 (timthumb the culprit)