Forum Replies Created

Viewing 15 replies - 16 through 30 (of 37 total)
  • Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I renamed my htaccess to htaccess.txt and it fired right up. Why?

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    Here is my htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>RewriteEngine On
    RRewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I found the page I created and deleted it. Still no website.

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    The last thing I did was created a page called links I added this code to the page <body> [wplinkdir] </body>. I was trying to do what I read on this page https://www.seanbluestone.com/wp-link-directory

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I could not get Alec Tang’s plug-in to work so I installed “Links Directory for WordPress By Sean Bluestone.” I created a inks page and my site has crashed

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Apache/1.3.33 Server at https://www.tekindoor.com Port 80

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    This is what it says at the bottom of my plug-in dashboard “To manually install a plugin you generally just need to upload the plugin file into your /home/content/t/e/k/tekindoor/html/wp-content/plugins directory.”

    I don’t have a directory like that. just https://www.tekindoor.com/wp-content/plugins

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I can’t get eAccelerator or XCache to work. Do you have a direct link

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    why would my theme take so much more time to load then the default? it seem very light. Errors?

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    with my theme it takes 2.5 seconds to load MY SITE.

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I deactivated all plug-in and switched to the default theme and it loads in under one second

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    my dashboard is even slower 45 seconds

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    Thanks jdembowski good stuff. What do the results of Pingdom’s test mean? The page loads slow but the elements load fast?

    Forum: Themes and Templates
    In reply to: Awesome Theme
    tom-kroscavage

    (@tom-kroscavage)

    It is an awesome theme, but it has 700+ lines of code before it gets to any context. It may be bad for the Google bots????

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    how can I add my “HOME” page to the suckerfish menu?

    my site is HERE

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I add some pages, but how can I add my home page to the suckerfish menu? and why is forum the only one in caps?

    my site is HERE

    here is the header.php

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/1″&gt;
    <title><?php wp_title(‘ ‘); if(wp_title(‘ ‘, false)) { echo ‘ | ‘; } bloginfo(‘name’); ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <!–[if lte IE 7]><script language=”JavaScript” src=”<?php bloginfo(‘template_url’); ?>/suckerfish.js”></script><![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_head(); ?>
    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
    </head>
    <body>
    <div class=”tek_container”>
    ” id=”tek_logo”><span>tek_ WordPress Theme</span>
    </div>
    <div id=”tek_mainmenuwrapper”>
    <div class=”tek_container”>
    <ul id=”tek_mainmenu”>
    <?php wp_list_pages(‘title_li=&depth=1’)?>
    <?php wp_list_categories(‘title_li=&hide_empty=0’); ?>
    <li class=”tek_right”>
    <form id=”searchform” method=”get” action=”<?php bloginfo(‘siteurl’)?>/”>
    <input type=”text” name=”s” id=”searchbox” class=”textbox” value=”<?php echo wp_specialchars($s, 1); ?>” />
    <input id=”btnSearch” type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
    </form>

    </div>
    <div class=”tek_clear”></div>
    </div>

    <div id=”tek_description”>
    <div class=”tek_container”>
    <p>
    <?php
    if (is_category()) {echo category_description();}
    else {bloginfo(‘description’);}
    ?>
    </p>
    </div>
    </div>

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    Here is my header php

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/1″&gt;
    <title><?php wp_title(‘ ‘); if(wp_title(‘ ‘, false)) { echo ‘ | ‘; } bloginfo(‘name’); ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <!–[if lte IE 7]><script language=”JavaScript” src=”<?php bloginfo(‘template_url’); ?>/suckerfish.js”></script><![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_head(); ?>
    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
    </head>
    <body>
    <div class=”tek_container”>
    ” id=”tek_logo”><span>tek_ WordPress Theme</span>
    <ul id=”tek_topmenu”>
    <?php // YOU COULD ALTERNATIVELY USE THE FOLLOWING CODE TO DISPLAY CATEGORIES IN THE TOP MENU INSTEAD | wp_list_categories(‘title_li=’); ?>
    <?php wp_list_pages(‘title_li=&depth=1’)?>

    </div>
    <div id=”tek_mainmenuwrapper”>
    <div class=”tek_container”>
    <ul id=”tek_mainmenu”>
    <?php // YOU COULD ALTERNATIVELY USE THE FOLLOWING CODE TO DISPLAY PAGES IN THE DROPDOWN MENU INSTEAD | wp_list_pages(‘title_li=&depth=1’)?>
    <?php wp_list_categories(‘title_li=&hide_empty=0’); ?>
    <li class=”tek_right”>
    <form id=”searchform” method=”get” action=”<?php bloginfo(‘siteurl’)?>/”>
    <input type=”text” name=”s” id=”searchbox” class=”textbox” value=”<?php echo wp_specialchars($s, 1); ?>” />
    <input id=”btnSearch” type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
    </form>

    </div>
    <div class=”tek_clear”></div>
    </div>

    <div id=”tek_description”>
    <div class=”tek_container”>
    <p>
    <?php
    if (is_category()) {echo category_description();}
    else {bloginfo(‘description’);}
    ?>
    </p>
    </div>
    </div>

Viewing 15 replies - 16 through 30 (of 37 total)