poley7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ading blog to websiteI’ve done that. the home page is my static front page. don’t want to mess with that.
I just want to have certain postings attributed to the ITS Blog page.how to do it?
thanksForum: Fixing WordPress
In reply to: Server down?I’ve got the permalinks setting to ‘default’
i spoke to my host provider too and they said it may be a conflict with a plugin i may be using or the widget is messed up. I removed and replaced the widget but still same problem.
i’ve tried the permalinks setting on both custom and default by the way and have also cleared the cache too.
Forum: Fixing WordPress
In reply to: Server down?ok, have been on the phone to my host provider and they said everything is set up correctly.
there was nothing in my .htaccess file though so they sent me some code to input, which i have done, but its not made any difference.This is the 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 WordPressWhat’s wrong here?What do i need to do to make it work?? 🙁
Forum: Fixing WordPress
In reply to: Server down????
I’ve gone in to manually change the Text Widget box to the post id url but it still doesn’t work.
e.g. http://www.itstravel.co.uk/?p=11The link you provided above is a Page, not a post.
all the Pages have always been working fine, its the posts that don’t.e.g. http://www.itstravel.co.uk/?p=462 is a post ID but it doesn’t load anything.
Forum: Fixing WordPress
In reply to: Server down?very weird… I definitely changed it to Defaults in the Permalinks section described above…
Maybe its cos those links are put manually into a ‘Text’ widget…?
But even on the home page the links from the picutres in the bottom center of the home page also redirect back to the home page instead of their actual urls… e.g. the ‘Contact Us’ Link at the bottom of the page on http://www.itstravel.co.uk home page… the contact Us page is an actual ‘Page’ and not a Post too….
what’s going on???? 🙁
Thanks for the help
Forum: Fixing WordPress
In reply to: Server down?I HAVE set the permalinks to ‘default’
copied and pasted from my dashboard in the ‘Permalinks’ section. I have selected ‘Default’ as the radio button in the list of options for Permalinks.
Default: http://www.itstravel.co.uk/?p=123
I’d send an attachment of the screenshot if I could…..
please help….
Forum: Fixing WordPress
In reply to: Server down?yes. i did that. and now every post link goes back to the home page… weird…
Forum: Fixing WordPress
In reply to: Server down?ok, I’ve done all the above but now every post just goes back to the homepage…
it shows the post’s url but displays the home page….
Forum: Fixing WordPress
In reply to: Server down?here’s the single.php code that the error log is telling me there’s a ‘fatal flex scanner internal error–end of buffer missed’
but any idea how to fix it please? Thanks!<?php /** * The Template for displaying all single posts. * * @package WordPress * @subpackage Colorway * @since Colorway 1.0 get_header(); ?> <!--Start Content Grid--> <div class="grid_24 content"> <div class="grid_16 alpha"> <div class="content-wrap"> <div class="content-info"> <?php if (function_exists('inkthemes_breadcrumbs')) inkthemes_breadcrumbs(); ?> </div> <!--Start Blog Post--> <div class="blog"> <ul class="single"> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <li> <h2><?php the_title(); ?></h2> <?php printf; ?> <div class="clear"></div> <?php the_content(); ?> <div class="clear"></div> <div class="tags"> <?php the_tags('Post Tagged with ',', ',''); ?> </div> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . 'Pages:' . '</span>', 'after' => '</div>' ) ); ?> <?php endwhile;?> <nav id="nav-single"> <span class="nav-previous"> </span> <span class="nav-next"> </span> </nav> </li> <!-- End the Loop. --> </ul> </div> <div class="hrline"></div> <!--End Blog Post--> <div class="clear"></div> <div class="social_link"> <p><?php _e('If you enjoyed this article please consider sharing it!','colorway'); ?></p> </div> <div class="social_logo"> <a title="Tweet this!" href="http://twitter.com/home/?status=<?php the_title(); ?> : <?php the_permalink(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/twitter-share.png" alt="twitter" title="twitter"/></a> <a title="Share on StumbleUpon!" href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/stumbleupon.png" alt="upon" title="upon"/></a> <a title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/facebook-share.png" alt="facebook" title="facebook"/></a> <a title="Digg This!" href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/digg-share.png" alt="digg" title="digg"/></a> </div> <div class="clear"></div> <!--Start Comment Section--> <div class="comment_section"> <!--Start Comment list--> <?php comments_template( '', true ); ?> <!--End Comment Form--> </div> <!--End comment Section--> </div> </div> <?php get_sidebar(); ?> </div> <div class="clear"></div> <!--End Content Grid--> </div> <!--End Container Div--> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Server down?i think I’ve found where the problem is by checking my error logs…
“fatal flex scanner internal error–end of buffer missed “
now how to fix that…..? hmmm….
Forum: Fixing WordPress
In reply to: Server down?Is it even anything to do with the htaccess file and htpasswd file?
Or can the issue be solved some other way???This is driving me nuts and no idea why this happened all of a sudden.. 🙁
Forum: Fixing WordPress
In reply to: Server down?here is the htaccess file… I just created it and uploaded to the server… anything wrong with it?
AuthUserFile /usr/local/you/safedir/.htpasswd AuthGroupFile /dev/null AuthName EnterPassword AuthType Basic require user adminForum: Fixing WordPress
In reply to: Server down?thanks.. I have now created both an .htacess file, and also a ‘htaccesspw file but where to upload it to exactly? Can it be done through WordPress itself or do I have to go to my host provider?
I haven’t changed anything on that file so no idea why this has happened all of a sudden…
Forum: Fixing WordPress
In reply to: unwanted forward slash signs showingwhere? the comments.php file doesn’t show that code and I can’t see the */ text in it anywhere
<?php if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if ( post_password_required() ) { ?> <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.','colorway'); ?></p> <?php return; } ?> <!-- You can start editing here. --> <div id="commentsbox"> <?php if ( have_comments() ) : ?> <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?><?php _e('so far.','colorway'); ?></h3> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol> <div class="comment-nav"> <div class="alignleft"> <?php previous_comments_link() ?> </div> <div class="alignright"> <?php next_comments_link() ?> </div> </div> <?php else : // this is displayed if there are no comments so far ?> <?php if ( ! comments_open() && ! is_page() ) : ?> <?php _e('','colorway'); ?> <?php endif; ?> <?php endif; ?> <?php if ( comments_open() ) : ?> <div id="comment-form"> <?php comment_form(); ?> </div> <?php endif; // if you delete this the sky will fall on your head ?> </div>where are you referring to that I need to go to to take out the */ bit?
Forum: Themes and Templates
In reply to: How to Change logo in headerThanks… that helped a bit but the top of the logo has been chopped off… there should be a full orange circle at the beginning on top of the letters but its been chopped off… any way you can fix that pls?
thanks