coolvibes
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Why has this thread been closed?thanks Chris_K
What triggered the flagging as possible spam
something i could be aware of to avoid the same in the future 🙂Forum: Installing WordPress
In reply to: Server upgrade cause Problem in wordpressThe problem was on the server
the server move was done in 2 steps
the first step gave me a new control panel (while the old still was avaible) and the FTP changed.All change done by FTP or new Control panel would not show up
but when i made change in old Control panel it showed up.This was all Solved today when the second last step in server move was done
But now i have anoter Problem All change (A lot) I did yesterday to the blog has Been reset
Probaly because the change was done on the old servers/old control panel and this new change was not moved
I could not backup either because FTP was not working
(could only backup each blog content on notepads files, yea not even the wordpress backup file worked)It might be my host has a backup so i am contacting them now
But atleast I know all this problem was on the server host
Forum: Installing WordPress
In reply to: Why has this thread been closed?Ok, Because some of the problem (the biggest one i have now ) is i cant get to the installation page when trying to do a Separate installation
instead i get a window popping up asking me “save install.php” to discI am not sure if is something i did in wordpress that make it goes wrong (wordpress is in root) or because of the change my server made.
when accesing my domain without using www i also get “save to disc”
when acessing most of wordpress file without using www gives “save to disc” and the installation is supose to be acessed without www right?
(thats how i installed it in root)But i cant do that since i get that screen popup asking me to save it to pc instead of install.
something is wrong either in wordpress or on server.
This is about a New multiple installationPlease advice if the thread has to be relocated somewhere else but i think instalation was the right place considering the above.
Forum: Fixing WordPress
In reply to: Help, Text is aligned to the right of imageClaytnJames adding align=”alignnone” didn’t help
but <br clear=”left”/> Worked like a Charm
Thank you so muchBy the way the Autosave function on WordPress I love it
I accidently hit backbutton after a long entry and forgot to save it
but Autosave saved my day So thank to WordPress for thatForum: Fixing WordPress
In reply to: How to make archive navigation work ?What on earth was i thinking
I had set the blogpage show 1 post in settings/reading in wp
thats why i only got 1 entry on older pages
since that setting aply both to olderpages and mainpagemydomain.com/?paged=2 and mydomain.com/page/2 all work now
I set it to 3 pages and got 3 pages on each older pagesLOL I’m too much of a workaholic when it comes to webpages
I dont stop until i got something done , I need a cyberholliday now 🙂Forum: Fixing WordPress
In reply to: Blog article is too long how to shorten?Sorry for one post after another
Just want to say I fixed the problemThe theme author had put most of the stuff inside home.php
which i found strange but it worked when editing the home.phpForum: Fixing WordPress
In reply to: Blog article is too long how to shorten?Ok this is Strange
it seem nothing done to the index.php file make changesI wiped everything in index.php theme file after i backed it up
upload itand What happened ?
Well nothing.So defently somehow the theme not read to the index.php file
or use it as a dummy file is that possible?
and then how do i make change to index?Also the function.php is empty im new to this so i maybe is supose to be empty or hidden content?
Update:
Seem like only Header.php , footer.php and home.php make any change
i removed all other .php files from the theme to another location
and the theme didnt change anythingas soon i removed header.php the header went away
same with footer.php the footer went away
when i removed home.php the whole page loaded 100% blankWhat is wrong?
is this theme coded in a special way or something
and what to do nowForum: Fixing WordPress
In reply to: Blog article is too long how to shorten?I tried to go into index.php of the theme
and change <?php the_content(‘(Continue Reading)’); ?>
to <?php the_excerpt(‘(Continue Reading)’); ?>but that didnt help still showing the whole content on each entry ):
So what do i do now?
Both the WordPress classic/default theme do the same posting the whole entry on frontpage for each entry
but the theme morningafter do shorten it to 4-5 lines for each post
now i dont know what to doI include the code from index.php here for you to check:
<?php get_header(); ?>
<div id=”content”>
<div id=”content_text”>
<div id=”left_column”>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<div class=”post_heading”>
<span class=”date”><?php the_time(‘dS’) ?></span>
<h2>“><?php the_title(); ?></h2>
<span class=”comments”><?php comments_popup_link(0, 1, ‘%’, ”, ”); ?></span>
</div> <!–post heading ends–><div class=”entry”>
<?php the_content(‘(Continue Reading)’); ?>
<span><?php the_time(‘M dS’) ?> by <?php the_author(); ?></span>
“>Continue Reading</div> <!–entry ends–>
</div> <!–post ends–><?php endwhile; ?>
<?php else : ?>
<div class=”blog-main”>
<h2 class=”not-found”>Not Found</h2>
<p >Sorry, but you are looking for something that isn’t here.</p>
</div>
<?php endif; ?><div class=”page_navigation”>
<p>Page 1 of 38</p></div> <!–page navigation ends–>
</div> <!–left_column ends–><?php get_sidebar(); ?><!–right_column ends–>
</div> <!–content text ends–></div>
<?php get_footer(); ?>
Forum: Installing WordPress
In reply to: Fatal Error : Cannot Install WordPress againI finaly Fixed the problem
I had to gointo MySql and Remove the WordPress database files one by one
There was no way in control panel to remove all db files at onceThen I tried install 2.7 again now with the old wordpress files completely gone seem to have been the culpit
But after i installed WordPress 2.7 I had 2 problems:
– No screenshots of my themes
– The theme i use seem to not be compatibleI had to painfully uninstall it all again and i installed 2.65
but then i found out was not compatible with that either
so Now i uninstalled/installed version 2.6 and it work good.Noway if i want to try 2.7 anytime soon
if that was not enough after going to all this trobles WordPress comes up with a “Must-upgrade” screen that didnt want to go away
I fixed this by editing the version.php and then clicking upgrade (wount go away) then it say database was updated and it dont seem to have made problem for the theme.WordPress is realy doing this wrong 2.7 is going same way as Vista Vs XP and Forcing you to upgrade is all wrong.
Anyway i glad i got it working again
i even backed up the database files before so i could easy restore most of the work before this problem happen.Forum: Fixing WordPress
In reply to: Help How do i Add Page-transitation efect to WordPress?Is working now but after page load using pixelated efect
the navigation menu look bad aligned
but then as soon i move mouse pointer over anywhere at the page
the page goes back to look normalNot sure if that is to be expected by using directx transition efects
in blogs, maybe it does not load everything at once?