Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Brilliant thanks forexxxgaz – that definitely sounds do-able and no Filezilla yayy

    Brilliant thanks forexxxgaz – it’s really good to know how to do it easily – especially that deleting from wp-content/themes means I can then access the dashboard – that’ll save time and bucks in the future.

    Is there a step by step to how to upload manually without filezilla?

    Thanks Nikeo,

    I’ve added via wordpress and it’s all back!

    I’ll add Filezilla to my list of things to learn about but at the same time hope I never have to use it ??

    I’ve just realised I’ve been trying to do it via CPanel.

    I’ve downloaded FileZilla and mind blown – no way I can quickly get my head around this – have no clue what i’m doing and very frustrated.

    That’s what I did first time… when I couldn’t read the content I tried creating a new file called Customizr in wp-content/themes and tried uploading again and still it won’t recognise the files unless I click on each individual files

    Thanks Nikeo,

    I’ve downloaded a new copy of Customizr – it’s sitting in my desktop download folder.
    I found themes in public_html and deleted the customizr folder – leaving the Child file alone.

    I’ve created a new folder Customizr and then clicked upload – but when I browse to file in my download folder it won’t recognise anything unless I open the unzipped customizr folder and click on an individual file e.g. comment –

    What am i doing wrong?

    Hi will updating this way affect Child theme? Is there anything else I need to do to ensure my Child files get updated too?
    You make it sound very easy but nervous first time manual theme uploader here – hope I don’t get lost.

    oh and FYI it’s not just HG – I’m using SiteGround and had the same problem

    Thanks

    the https://codex.www.ads-software.com/Child_Themes says that

    “The following example function will only work if your Parent Theme uses only one main style.css to hold all of the css. If your theme has more than one .css file (eg. ie.css, style.css, main.css) then you will have to make sure to maintain all of the Parent Theme dependencies.

    your theme has 9 .css files

    How do I make sure all dependencies are maintained?
    What code do I need to put in the functions.php file?

    Forum: Fixing WordPress
    In reply to: 403 Forbidden
    Thread Starter helen lord

    (@helen-lord)

    Thank you very much Shawn.

    Forum: Fixing WordPress
    In reply to: 403 Forbidden
    Thread Starter helen lord

    (@helen-lord)

    Great,

    Thanks Shawn that worked!

    If poss could you edit your post to delete ip addresses – thank you for your help.

    Forum: Fixing WordPress
    In reply to: 403 Forbidden
    Thread Starter helen lord

    (@helen-lord)

    OK it’s finally loaded
    Here’s what I have in the .htaccess file – I’ve taken out the IP addresses

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
    RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
    RewriteCond %{REMOTE_ADDR} !^IP ADDRESS HERE$
    RewriteCond %{REMOTE_ADDR} !^SECOND IP ADDRESS HERE$
    RewriteRule ^(.*)$ – [R=403,L]
    </IfModule>

    # Block the include-only files.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^wp-admin/includes/ – [F,L]
    RewriteRule !^wp-includes/ – [S=3]
    RewriteRule ^wp-includes/[^/]+\.php$ – [F,L]
    RewriteRule ^wp-includes/js/tinymce/langs/.+\.php – [F,L]
    RewriteRule ^wp-includes/theme-compat/ – [F,L]
    </IfModule>

    <files ~ “^.*\.([Hh][Tt][Aa])”>
    order allow,deny
    deny from all
    satisfy all
    </files>

    <files wp-config.php>
    order allow,deny
    deny from all
    </files>

    # Block the include-only files.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^wp-admin/includes/ – [F,L]
    RewriteRule !^wp-includes/ – [S=3]
    RewriteRule ^wp-includes/[^/]+\.php$ – [F,L]
    RewriteRule ^wp-includes/js/tinymce/langs/.+\.php – [F,L]
    RewriteRule ^wp-includes/theme-compat/ – [F,L]
    </IfModule>

    # 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

    # disable directory browsing
    Options All -Indexes

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?helenlord.com [NC]
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?SECOND WEBSITE HERE [NC]
    RewriteRule \.(jpg|jpeg|png|gif)$ https://i.imgur.com/g7ptdBB.png [NC,R,L]

    Forum: Fixing WordPress
    In reply to: 403 Forbidden
    Thread Starter helen lord

    (@helen-lord)

    Hi Shawn,

    Thanks for getting back to me so quickly.

    I can’t get to the files – they’re not loading.

    I don’t think it’s anything to do with the host as I have another website with them and that’s working fine.

    Is there anything else I could try?

    Thread Starter helen lord

    (@helen-lord)

    Great, thanks it was a plugin.

    Customize now working. Huge relief as I wouldn’t have been OK doing the rest…

Viewing 13 replies - 1 through 13 (of 13 total)