cristopher_elsner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /%postname%/ permalinks setting not working properlyhi,
If you set your htaccess file with this code may be it will be set as per your requirement.
Code :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThanks.
crishForum: Fixing WordPress
In reply to: Change order of pagesHello,
We check your theme and is complate working in my Demo wordpress , I thing you not set page order that’s why it’s happen. please give all pages to order as per you want.
When you not give order to pages that time it will set order as per created date and time.
Crish.
Forum: Fixing WordPress
In reply to: /%postname%/ permalinks setting not working properlyhello,
If you use this “/%postname%”. may be it solve.
just remove one backslash behind from above code.Crish.
Forum: Fixing WordPress
In reply to: Getting link URLIn that case you have to link your whole div when you image located.
but if you give site link then i can give you more explanation.
thank you.
Forum: Themes and Templates
In reply to: pagination in wordpress templatethanks for reply.
but I already use this plugin.
but it is working only in loop pages.
But I want to use it in template file. so how can i use it in template file..If you have any code structure so please help me..thanks again…
Forum: Fixing WordPress
In reply to: Enable an author to change usernamehi,
You can add new user from wordpress user profile.
Go to Admin->User->Add new User
fill the form and info and give role as a Administrator.So, you can login with that different username and password without change or deleting permission.
Forum: Fixing WordPress
In reply to: Category Imageok. thanks.
I try with PHP functionality.
If You have Any solution with plugin or code than send me plz.thanks
crish.Forum: Fixing WordPress
In reply to: Category Imageyes Something like that..
when we add category name , description etc..like that we can add different image for different category. and code for display on front end with name, description and image.thanks for reply
crish..Forum: Fixing WordPress
In reply to: Truble with navigation barHello,
First of all check in admin-> Appearance -> Menu. option. And check the name properly given or not. Or if you add pages in menu then check page name in pages option. and if that is OK then check the menu display code in header file like this :
<?php wp_nav_menu( array(‘menu’ => ‘Your Menu Name‘)); ?>
Thank you,
CrishForum: Fixing WordPress
In reply to: Headings are missing on the front page!Hello,
I see your site.All heading are there. Heading is not missing.
Can you give more detail of screenshot for which headings are missing?Thanks.
crish….Forum: Fixing WordPress
In reply to: removing red bar below pictureshi,
If you want to remove that red line find class “.article p a, .commentlist p a” in your style sheet. Or I think it is on line No: 244 in style.css file of your theme. Remove “border-bottom” from that and red line is delete from below the picture.
Thanks,
Crish…Forum: Themes and Templates
In reply to: Best Starter Themehi DollarTycoon,
I work in wordpress environment last 6 to 8 month. According my experience twentyten theme framework of wordpress 3.2 is very great and developer friendly coding.You can easily customize it and change it as per your requirement. Twenty eleven is advance version of that but i mostly work in twenty ten.
Thanks.
Crish.Forum: Themes and Templates
In reply to: best theming wayhi mr49online,
Thank you for your help.
Forum: Themes and Templates
In reply to: Twenty Eleven header image sizehi MyAwesomeBlog
Find “#branding img” in css and set Height and Width of image.
best luck.