Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    Thanks for all your help 🙂

    Forum: Fixing WordPress
    In reply to: Header Font
    Thread Starter willow6

    (@willow6)

    could you tell me what part of the header.php file i must edit in order to put a jpeg image containing the title of my page into the header.

    At the minute my page displays the site title that I have saved in my general settings, so i guess i muct delete this info out of the header.php file…. but i’m not sure where to stick in the image..

    Forum: Fixing WordPress
    In reply to: Header Font
    Thread Starter willow6

    (@willow6)

    Oh right – I understand what you mean about the font not showing up for others. Is it possible that I could make my heading/ font into a transparent Jpeg that could be overlayed onto my chosen header then or is that not possible?

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    right – i changed the index.php file to include the bit at the bottom and top that was missing. saved it and uploaded it as a .php file. however when i put the address in the url bar to go to the site the following message came up:
    <?php /** /** * Front to the WordPress application. This file doesn’t do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define(‘WP_USE_THEMES’, true); /** Loads the WordPress Environment and Template */ require(‘./wp-blog-header.php’); ?> ?> Look at the last line: require(‘./wp-blog-header.php’);

    on the site. so I’ve had to change it back for now.

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    this is what the index.php file says. its missing a bit from the top and end when i compare it to yours:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    Yes I can edit the file name from the control panel – but unfortunatly has maze zero difference.
    I deleted all the code and just uploaded the code you said:

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

    saved it as htaccess..uploaded it, remamed it to get rid of the .txt bit. then changed my permalinks settings to /%postname%/

    But still no joy!!! So I’ve changed them back again for now.

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    Hi Curiosity,

    Thanks a million for all the help! I’ve followed your instructions…

    However the file in the folder is listed as a text file (but has no .txt after it) and uploads as htaccess.txt in my control panel.

    I’ve deleted the Any fonts plugin (it wasn’t working properly anyway) and as for the Front Page thing – I have no plugin installed by that name so I’m even more confused as to what that bit of code is all about!!!

    Will keep trying with this htaccess bit though!

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    ok i loged into my control then clicked on the “web” folder – the first file in that folder is a .htaccess file (but if i hover my mouse over the icon it says “unknown file type”

    if i download the file this is the code within in:

    # BEGIN AnyFont
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^images/(.*)\.png$ /wp-content/plugins/anyfont/img.php [L]
    </IfModule>

    # END AnyFont

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName “www.millinersboutique.com”
    AuthUserFile /content/HostingPlus/m/i/www.millinersboutique.com/web/_vti_pvt/service.pwd
    AuthGroupFile /content/HostingPlus/m/i/www.millinersboutique.com/web/_vti_pvt/service.grp

    panrl and under file manager

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    i installed wordpress through my host control panel using the 1 click install method. So I guess this file will be a folder somewhere on my hosts control panel? my site is at millinersboutique.com
    so just to check – i’m looking in my control panel for public_html (my page )

    really apreciate the help!!

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    thanks! – it all seems quite technical to me – finging things through my host ontrol panel…ftp…etc…

    not really sure i have the technical know how for this!

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    i’ll have a look around and see if i cn find that article. thanks.

    i’ve tried the pretty links plugin but had no success with it

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    …..i dont know if this is relevant but i’m using a theme called
    “purple aura theme”

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    when i update it with any code..

    either /&postname%/ (which doesnt actually work on the site then)

    or

    /index.php/archives/%postname% or any other custom code it just says

    “Permalink structure updated” at the top of the screen.

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    linux…

    Forum: Fixing WordPress
    In reply to: Permalinks
    Thread Starter willow6

    (@willow6)

    Hi,
    Thanks for your suggestion.

    I tried the second one but it didn’t work…I also tried /%category%/%postname%/
    which i saw on the site you linked me to – but that didnt work either!I’m a bit nervous about messing with the htaccess file as I’m not confident enough that i know what i’m doing (i’m a TOTAL novice!)

    Does anyone have any other ideas??

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