senaom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PermalinkYou just go to Dashboard > Settings > Permalinks and just choose “Post name” option then save it.
Forum: Themes and Templates
In reply to: Removing an ElementWill you put your site url here?
Forum: Themes and Templates
In reply to: [Dusk To Dawn] Page Title Grey LineYou mean to say this line check this image http://snag.gy/Xqjn9.jpg.
If you are talking about this line then put.entry-header {
border: medium none;
}in to your theme style.css
Forum: Fixing WordPress
In reply to: How do I add a page?Just go to Dashboard > Appearance > Menus.
Check this screen shot http://snag.gy/qlY86.jpgForum: Fixing WordPress
In reply to: Remove text from footerJust go to your theme footer.php and you can see this code on line no 69.
Forum: Themes and Templates
In reply to: [RedPro] Remove text from Text Widget of Footer sidebarJust go to your theme footer.php and you can see this code on line no 69.
Forum: Fixing WordPress
In reply to: How do I add a page?Will you please share your website link?
Forum: Themes and Templates
In reply to: 2012 theme: remove grey border from headerGo to Dashboard > Appearance > Editor
then paste.header-image {
box-shadow: none !important;
}at last.
Check this link http://snag.gy/Ih11E.jpg
for get more idea.[Moderator note: In future please use a cleaner image sharing service like Snag.gy]
Forum: Themes and Templates
In reply to: 2012 theme: remove grey border from headerPut this code in your style.css file
.header-image {
box-shadow: none;
}
And if this is not work then put
.header-image {
box-shadow: none !important;
}Forum: Themes and Templates
In reply to: [Dusk To Dawn] Page Title Grey LineWill you plz write your site url?
Forum: Fixing WordPress
In reply to: How do I add a page?Go to you admin panel Pages > Add New
See screenshot on [Changed by moderator] http://snag.gy/irCF1.jpg[Moderator note: In future please use a cleaner image sharing service like Snag.gy]
Forum: Fixing WordPress
In reply to: I have 64 mb but "Fatal error: Out of memory" is showingHello,
I dn’t know exactly but try this
“
php_value upload_max_filesize 35M
php_value post_max_size 35M
“
put this code in your .htaccess file.Forum: Themes and Templates
In reply to: [Customizr] Add Slider To "Archive – Category" Page?Yes you can add slider to a “Archive – Category” page.
If you want display same slider in all page then easy way is you can add your slider code in header.php of your theme.