computergenius
Forum Replies Created
-
Forum: Hacks
In reply to: how to display subcategory posts on category pageI could use this guy as well. But I can’t see how to message / email you.
Forum: Fixing WordPress
In reply to: Sites don’t appear on Apple Mac or MobileI have finally got the clients IP that they use to connect to the internet, from the client.
She has been blocked from her own site because she has been trying to connect via email using the wrong passwords.
So my problem was not connected with WordPress or Apple, but is now resolved.
Forum: Fixing WordPress
In reply to: Sites don’t appear on Apple Mac or MobileAngelina, I can’t reach the client at the moment, and can’t reproduce the issue myself as I don’t have any Apple hardware. When she gets back to me, I will ask her if she can see your site. If she can’t see it, then we have the exact same problem, and we can compare sites.
- This reply was modified 9 years, 6 months ago by computergenius.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Images Missing From Media Library – plus CrunchingDone all of the above, but the problem persists.
I was wondering if your plugin changed something somewhere that wasn’t changed back when it was de-activated or deleted. Your reply implies that it doesn’t.
So – I have NO IDEA – but if anyone can make any suggestions, it would be appreciated.
Thanks for your time, nosilver
Forum: Plugins
In reply to: Plugins with small audiencesCloser 30 to start with, but I am going to go for it…
Mainly because of user installation and upgrading. KISS rules!
Forum: Plugins
In reply to: Plugins with small audiencesThanks for the links. I had already seen those pages, but I didn’t find anything. Perhaps that’s because the restrictions don’t exist, although I had read somewhere that they did.
I think that I am just going to have to give it a try and see.
It’s just that I haven’t seen anything else which is so “niche”, and I didn’t want to spend time going in the wrong direction.
Forum: Plugins
In reply to: Plugins with small audiencesI don’t feel that that page answers my specific question.
Is a very niche plugin acceptable?
Forum: Themes and Templates
In reply to: How to Add Padding at End of Posts?Of course, I didn’t check before responding…
Forum: Themes and Templates
In reply to: How to Add Padding at End of Posts?Pressed [send] too quickly – this could affect other buttons on the site
Forum: Themes and Templates
In reply to: How to Add Padding at End of Posts?I am not sure what you want to do – I *think* that you want to make some space under the button, to move it away from the border.
The style sheet is at
onbehalfofall.org/wp-content/themes/News/css/template.cssI would add
margin-bottom:16px;
after margin-left at line 220Forum: Localhost Installs
In reply to: issue xampp to onlineThere are lots of references to
http://localhost/wordpress/
in your online site.Have you just copied the database from localhost to live, and not changed the entries in the options table?
The entries for siteurl and for home should now both be http://ikiraninfotech.com, not localhost.
Often wondered if there is an easier way than hacking the database – but that’s the way I do it!
Forum: Fixing WordPress
In reply to: Comments automatically approvedMissed this – in Settings – Discussions –
Before a comment appears
– Before a comment appears An administrator must always approve the comment
x Comment author must have a previously approved commentI think that I have found the problem! (;->
Forum: Fixing WordPress
In reply to: Protected Folder on a WordPress siteThat’s not going to work, all you have is an “if”
I have up on the .htaccess route, and protected the pages with session passwords and a PHP login screen.
Forum: Fixing WordPress
In reply to: Protected Folder on a WordPress siteThat is what I had in the first place.
It worked fine, but it doesn’t seem to work when I add the /myfolder/.htaccess with the password protection. If I delete /myfolder/.htaccess, it works fine. But I need the password protection.
Thank you for the suggestion of the elementary level tool, but I usually have no problem with .htaccess
Forum: Fixing WordPress
In reply to: Protected Folder on a WordPress siteyou said:
>Spend some minutes reading about .htaccess [ Google ]I had already said:
>The only fixes that I have found so far…