neorackle
Forum Replies Created
-
Forum: Your WordPress
In reply to: How can I configure my site to work on mobile phone browsers?Wrong section
Forum: Your WordPress
In reply to: new website :)too wordy.
put some pictures
Forum: Your WordPress
In reply to: this a website templateLove the concept and the design.
Awesome job.
Forum: Themes and Templates
In reply to: [inove] Remove Tags?Before that, i would like to remind you.
Using tags allowing web crawler to easily detect and list your post in the search engine.
It is not SEO friendly if you remove it.
Thanks and best regards.
Forum: Themes and Templates
In reply to: [inove] Remove Tags?Ok, here how it goes.
FIRSTLY
Main page
1. Open and edit your ‘index.php’2. Look for this line of code.
<?php if ($options[‘tags’]) : ?><span class=”tags”><?php _e(‘Tags: ‘, ‘inove’); ?></span><span><?php the_tags(”, ‘, ‘, ”); ?></span><?php endif; ?>
3. Delete those line OR put <!– at da beginnning of those code and –> at d ending of the code. This is just in case u wanna the tag to reapper, just delete the <!– and the –>.
4. Save (update file)
SECONDLY
Single page
1. Open and edit your ‘single.php’and repeat step 2,3 and 4.
Hope this help u guys.
Happy new year.
neorackle.com/v2Forum: Themes and Templates
In reply to: inove main post background colorGreat!
Thanks equalmark & mg12.
Happy new year. 🙂
Forum: Themes and Templates
In reply to: bought template and cant add menu itemsCan you provide your web address?
Are you trying to add menu to your web?
1. If that is the case, go to your dashboard by signing in to your website.2. Go to pages and choose add new.
3. Name your pages accordingly eg home, about, more etc..
4. Publish your page.
Hope this solve your problem.
Wp is easy though. 🙂
Forum: Fixing WordPress
In reply to: background imageModify this in your style.css
/* layout START */
#wrap {
background:url(img/background_image.jpg) center top no-repeat fixed;
padding:20px 0;
}Hope this help.
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)For those who need helps to deactivate the plugins via phpMyAdmin if you cant access it via admin dashboard, I have provided tutorial with picture guide for you.
Don’t worry, it is easy.
Forum: Installing WordPress
In reply to: 2.8 fatal errors in wp-admin and wp-includesDeactivate the plugin through phpMyAdmin, actually is not going to spend a lot of time.
I will try to come out with a pictorial tutorial to help u guys later if some of you want to have clearer view.
thanks,
[signature moderated Please read the Forum Rules]Forum: Fixing WordPress
In reply to: How to log in if i lost username AND Password?Go to your wp-admin
and click Lost your password?
enter your username or email.
The pword will be sent there.
the other way (last resort),
If you dont have any data on your blog, u also can just delete the whole blog and install a new one and with a new password.Forum: Fixing WordPress
In reply to: Toolbar – WYSIWYG editor has goneIt happen to me a day or two after i installed 2.8 when they released it.
I dun know what happen actually but the day after it, it is fixed already.
So i thought it was just my connection problem that make it failed to load the function.
Didn’t know it was really an actual error.
Forum: Themes and Templates
In reply to: New page background colorIf you want to change the bground colour, you need to change the colour of the following images.
light.gif
bg.jpg
footer.jpgThen, change the following code with the html code colour that suite your color of the above images.
body {
background:#BEC3C6 url(img/bg.jpg) repeat-x; /* change the background color code */
color:#555;
font-family:Verdana,”BitStream vera Sans”,Helvetica,Sans-serif;
font-size:12px;
}thanks,
[signature moderated Please read the Forum Rules]Forum: Themes and Templates
In reply to: Inove – left sidebar smaller?Please change the
#comment {
width:601px; /*<—this number*/
}This is to adjust your comment text area width.
thanks,
[signature moderated Please read the Forum Rules]Forum: Themes and Templates
In reply to: Inove – left sidebar smaller?I just noticed that in inove 1.4 there is no more header_footer.jpg file.
So this means that just need to modify file sidesep.gif .
mg12 had least down the burden for us.
thanks.
[signature moderated Please read the Forum Rules]