• Resolved Andy N

    (@andy-n)


    Howdy WP World.
    So I use 1and1 hosting and run a photowebsite and my wp blog on there.
    Made changes today to galleries on site (I use Monoslideshow flash galleries) all fine. However I then made an update to the colour of text in the wp home header settings. Now:
    No images are shown in any monoslideshow gallery, and the formatting of the whole blog has been lost. I think this may have something to do with php version(?) but I have used 1and1 global settings to set to php 5.

    Blog:
    https://nelsonimages.co.uk/blog/
    Site
    https://nelsonimages.co.uk

    Any ideas?

    Oh and finally, my .htaccess file looks like this: should it?

    # 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 WordPress
Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m guessing your home page is a non-WP site
    ]
    and /blog is a WP site?

    your blog just has a configuration settings issue, probably in general settings

    It’s not looking in the /blog directory for your theme

    https://nelsonimages.co.uk/wp-content/themes/codium-extend/style.css

    Is where it is looking

    In general settings, both URLs should point to nelsonimages.co.uk/blog

    Thread Starter Andy N

    (@andy-n)

    Ah, yes, understood. Now, access to the dashboard for making that change is hampered by the 300 error code… and a seemingly circlical issue. If sign in to …./blog/wp-login.php then I am re-routed to the …//wp-login.php page and a ‘not found’ error
    Is there an alternative method of access to the control panel

    Thread Starter Andy N

    (@andy-n)

    Is there, perhaps, a piece of code I can update through my FTP connection that will make this update ‘behind the scenes’ so to speak, that will then correct this direction problem. (Did that even make sense?) Maybe time for a cup of tea

    Thread Starter Andy N

    (@andy-n)

    Ah, thank you Esmi, will get onto that

    Thread Starter Andy N

    (@andy-n)

    Ok, that’s sorted the blog aspect out, many thanks.

    Bit OT perhaps but any suggestions on the failed flash galleries.

    If these galleries are in your main site, then I’m afraid we can’t really help. That’s not WordPress.

    Thread Starter Andy N

    (@andy-n)

    No worries. Thank you so much for the guidance on the above issues, I will mark as resolved and ponder the flash issue elsewhere.

    Ta ra.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error Code '300 multiple choices' and the loss of any theme formatting’ is closed to new replies.