Gisha James
Forum Replies Created
-
I am using version 2.1.
But still if I leave alt as empty and save, image file name is automatically added to alt field and saved. I was trying to keep empty alt tag for some images.
@photocrati thanks for responding.
yea, will wait for ht adjustable option.
Forum: Localhost Installs
In reply to: Browser cannot connect to localhostIt is not a wordpress issue, but seems to be a MAMP issue.
MAMP seems to be not started.
You may get better response from MAMP forum
Forum: Fixing WordPress
In reply to: Blog posts won't update and media can't be addedMay be you can try deactivating plugins one by one and see if there are any issues.
Forum: Themes and Templates
In reply to: [MesoColumn] Hide Author, Category, TagYou can either delete it from theme file or hide it using css.
I suggest to delete it from theme file. Seems to be in
lib/templates/post-meta.php.ngg-gallery-thumbnail span{ width:200px; }You can make the width of caption same as width of thumnail.
You can make the width of caption same as width of thumbnail.
In this case
.ngg-gallery-thumbnail span{
width:200px;
}Forum: Plugins
In reply to: You do not have sufficient permissions to access this page.May I know if anyone know what is causing this issue…
Forum: Themes and Templates
In reply to: Arras ThemeJust saw -it is available here: http://www.arrastheme.com/forums/topic7004-arras-theme-151-now-available.html
Forum: Fixing WordPress
In reply to: Making a post Sticky, has it showing up twiceThe home.php should be in your theme folder.
wp-content/ themes/[your theme folder]
Forum: Themes and Templates
In reply to: New Theme Wpage.php errorAccording to the error message you mentioned in the first post, it has an extra } on line 23, remove that. If you are using dreamweaver to edit the file, it usually highlights the error.
Forum: Themes and Templates
In reply to: Add image to blog title nameIt can be done.
Probably you may have to edit the header.php file in your theme folder to do this.
Forum: Themes and Templates
In reply to: WordPress Category ProblemCreate some posts also in those categories, then it will show up.