Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter jennigje

    (@jennigje)

    Sorry, a misunderstanding. I installed wordpress succesfully via Fantastico in a c-panel. I worked successfully on the site to get it ready for launch and now it seems broken. I can’t login anymore and the /xyz url tells me WP is not installed, even though the folder still exists in the back-end and still has all the WP files in it.

    I am just not sure how it got broken and what exactly to try and fix to solve the issue.

    Thread Starter jennigje

    (@jennigje)

    Thanks for your response. But when I look in the xyz folder, all the wordpress files are there? So I am confused as to why it would say wordpress is not installed.

    Thread Starter jennigje

    (@jennigje)

    well, I think I did. I set up the event goal, via admin>goals>createnew
    and ticked the box for event tracking instead of a URL goal.

    When I am under “events” I can see the events are triggered, but they don’t match what I see under “goals”.

    Did I miss a step??

    Thread Starter jennigje

    (@jennigje)

    Cool, here is my code.

    What I would like to know is how I can redirect traffic to another URL than my blog site title, when people click on the header.

    <?php
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title('?', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <style type="text/css" media="screen">
    
    <?php
    // Checks to see whether it needs a sidebar or not
    if ( empty($withcomments) && !is_single() ) {
    ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    <?php } ?>
    
    </style>
    
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    
    <?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>
    <div id="page">
    
    <div id="header"onclick="location.href='https://www.inspiratieencoaching.nl';" style="cursor: pointer;" role="banner">
    	<div id="headerimg">
    		<h1><a>/"><?php bloginfo('name'); ?></a></h1>
    		<div class="description"><?php bloginfo('description'); ?></div>
    
    <style type="text/css">
    
    #header .blog-title a,
    #header .description {
    color: #900;
    }
    #header .blog-title a:link {
    color:#900
    text-decoration:none
    }
    
    </style>
    
    	</div>
    </div>
    <hr />


    [Please read the above link re: posting code – use the code buttons – as is, your code may have been corrupted ]

    Thread Starter jennigje

    (@jennigje)

    I cannot find the code you are referring to in the header.php.

    Sorry about the site, I simply placed the wrong URL.

    Site URL = https://www.inspiratieencoaching.nl/
    Blog URL = https://www.inspiratieencoaching.nl/tekst-van-de-maand/

    The issue I am having is that the header in the blog should click back to main website, otherwise people dont know how to get back.

    Should I simply paste the entire code of my header.php to see what is wrong with it maybe?

    Cheers, Jen

    Thread Starter jennigje

    (@jennigje)

    thanks for your help with this. I am going on the assumption at the mo that this is causing the issue. I cannot delete this folder. Host provider not forth coming in helping me do so either…

    Thread Starter jennigje

    (@jennigje)

    mm, playing around with the permalink structire has fixed the 404 errors for all the other pages at least… the blog issue remains, but I am convinced you are right, I need to delete the “old” blog directory of the root folder. However, when I delete it from the cpanel, 2 min later its back again. Why would that be? Dont I have permission to delete it perhaps?

    Thread Starter jennigje

    (@jennigje)

    Hello B Schuiling,

    Thanks for much for taking the time to respond. I have just come to the same conclusion and have been trying to remove the old blog directory from the root folder. To no avail ??

    I have indeed set a front page and a seperate blog page in the reading panel.

    Since working on the site tonoght though, the entire site now doesnt work anymore, only the home page comes up now, the other pages are not found on the server for some reason?

    I am reaching my technical ceiling here haha.

    Thread Starter jennigje

    (@jennigje)

    bugger that, my entire site doesn’t actually work…. only the home page works, the rest doesn’t show.

    Thread Starter jennigje

    (@jennigje)

    I deleted the old htaccess of the site, but the issue remains ??

    Thread Starter jennigje

    (@jennigje)

    mm, that got me thinking.

    My old website was an html website, with a seperate directory for a wordpress blog. The blog is obviously on the same URL now, but the original directory is indeed empty as the old site is now deleted.
    How do I overwrite this error? Should I upload a new .htaccess then?

    Thread Starter jennigje

    (@jennigje)

    hi there,

    yes I did, and I have since tried to add /blog to the custom structure and that did the trick ??

    Forum: Fixing WordPress
    In reply to: excerpt issues
    Thread Starter jennigje

    (@jennigje)

    issue resolved

    Thread Starter jennigje

    (@jennigje)

    thanks for that. Issue is now resolved

    Thread Starter jennigje

    (@jennigje)

    issue resolved

Viewing 15 replies - 1 through 15 (of 29 total)