snooper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: files disappearing and runing sitegood idea, thanks
Forum: Fixing WordPress
In reply to: Login forwards back to login pageFor people who have this in the future:
I enabled the debug option in the config file, and found that the database user did not have write permissions, due to the hosting package being over quota.
Forum: Plugins
In reply to: [WooCommerce] Shipping InsuranceDid you manage to solve this in the end?
Forum: Fixing WordPress
In reply to: Site hacked and then down, after UpgradedThanks – will take a look.
In the meantime, the site has come back – wonder if that was a delayed result from me renaming the plugins folder?
i will address the security issues now, thank youThank you – i found the plugin that was giving the errors
Forum: Fixing WordPress
In reply to: Pages don't work – probably since 4.2.2 updateStrange… they just started working again :/
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] reverse redirection (https -> http)great, thank you
Forum: Fixing WordPress
In reply to: Cant update via editor – forwards to blog front endOK, got it – thanks for your input. I can manage with FTP access.
Forum: Fixing WordPress
In reply to: Cant update via editor – forwards to blog front endGood question. a CSS file edit seemed to be OK, but there were a few php files (but not all) that this happened with: header, 404, functions
search, searchform, page – worked (ie, saved)
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] reverse redirection (https -> http)i know the basics
Forum: Fixing WordPress
In reply to: Media Attach – Search returning no resultsanswering my own post, maybe it will help someone.
i had a spare line after the last ?> in the functions.php file – that resides within the theme folder (not the default functions file)
Forum: Fixing WordPress
In reply to: Bi-lingual siteThanks for the reply!
essentially it will be the same Template, just that everything will be different (logo, nav bars, text direction, content etc) – thats why i thought to relate to them as separate templates.
Forum: Fixing WordPress
In reply to: home page questions: conditional banner and empty quoteThanks, i appreciate the lengthy explanation.
my issue isnt with the HTML itself but with the PHP code – how to make the sidebar banner NOT appear on the home page and ONLY on the inner pages.
thanks!
Forum: Fixing WordPress
In reply to: home page questions: conditional banner and empty quoteThanks = – i removed that line and all is well.
re the banner – its a simple banner with a link (so: HTML).
its a banner i want only on the inner pages (not home page).i tried using the conditionals for PHP, but its just referred to as plain text so it doesnt get parsed.
thanks again!
Forum: Fixing WordPress
In reply to: home page questions: conditional banner and empty quoteok, great, you got me onto something, but not sure where it leaves me:
1) when i switched to 2011 – it all worked out: no empty quote marks on the front page; and 10 posts on the “scenes” posts page.
2) also, something i found, in custom_functions.php, in a function called “single_post_ads”:
<h2>“<?php echo get_post_meta($post->ID, ‘English Quote’, true) ?>”</h2>
i tried to HTML comment it out, but that didnt help.this seems to refer to the empty quote marks.
so – i guess the thesis theme is setup like this.
any ideas where i should be looking in to ‘fix’ this?cheers!
PS: still looking to get that condition banner sorted too – only on inner pages. thanks!