ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pingback Link Text Extractyeah, makes sense completely, which is why it sometimes seems to pull parts of the page which are actually around the post, not part of it.
It would be interesting to know if there’s a way to modify one’s theme to reduce that unwelcome effect.
Forum: Developing with WordPress
In reply to: Credit Card Processingpaypal has an air of unprofessionalism about it. It’s strong association with ebay makes it seem like the choice of back-yard flea market hockers everywhere.
… and it is.
it also dilutes your brand and does nothing to mask the fact that you’re offloading your payment processing to a 3rd party. This isn’t trivial to people who are less familiar with what paypal does. All of a sudden they find themselves on another website at the absolute worst moment — when it’s time to hand over their money.
Up to that point they’ve made the decision to trust YOU, now they have to make the decision to trust paypal, and with ebay scams getting so much bad press, only the savvy can be trusted to differentiate.
Beyond that, using paypal absolutely screams “I don’t make enough sales to warrant a better payment gateway” — Is that the message you want to be sending?
It’s not paypal’s fault (except for the huge per-transaction fees)… it’s just a symptom of being the people’s choice at the grass-roots level. Sometimes a little exclusivity and obscurity is a good thing.
Forum: Fixing WordPress
In reply to: Removeedit on pages/postsJulia, that edit link is only visible by you, when you’re logged in… its designed to make your life easier.
it’s not visible to anyone else.
Forum: Fixing WordPress
In reply to: Require “www.” : Troubleshooting & QuestionNo idea, personally – I’ve never had occasion to look for it.
I’m sure you’ve found it by now anyway.Forum: Themes and Templates
In reply to: What feature(s) would you like to have in a theme?including it in firefox is nice, but means nothing really.
you can’t really develop websites for browsers and their fleeting support for one thing over another. Doing that just makes the web a bigger mess than it already is.
Instead, someone needs to light a fire under the w3c’s ass. Standards organisations are notoriously slow, but this isn’t ISO for crying out loud, we’re not talking about having to change billions of dollars of manufacturing equipment, we’re just talking about 5 pieces of FREE software getting a new version.
What’s the freaking hold-up?
Forum: Fixing WordPress
In reply to: Require “www.” : Troubleshooting & Questionyes, that’s right… wp already redirects, so you don’t need the rewrite rule.
As for the codex suggesting that the URI should not include the www, that’s largely due to personal preference and the difference between one or the other is negligible, as long as you pick one and stick to it.
Some people prefer to write their addresses as mysite.com, others feel that http://www.mysite.com reduces the need to use the http protocol prefix.
Personally, I don’t care, but I will note that even the auto-linking algorithm here will convert sites either with http:// or www. but will not recognise sites without a leading prefix, suggesting that if you want your links to be machine-readable, you should include a prefix…. and if you’re including a prefix, then certainly the Ws are far easier to type all the time, right?
Anyhow, if they both work when typing the URL into your address bar, but only one remains there to be copied/pasted into people’s links, then you’re all good.
Forum: Fixing WordPress
In reply to: Codex hacked?either it has been fixed, or the problem is on your end.
Forum: Fixing WordPress
In reply to: 1000 plus images not indexed on Googleno problem 😉 Happens all the time.
I’m glad you’re taking this all in good stead… If every image is valuable, then all you really need to do is present it in a way that demonstrates that value.
At the moment you have the equivalent of a shoebox full of assorted pictures – what you really need to do is make it into more of a gallery.
Mind you, I don’t envy the job, you weren’t wrong when you said you had a lot of work to do. That’s a huge number of pictures to correctly index, label, tag and describe.
A very ambitious first web project. Kudos.
Good luck to you.
Forum: Fixing WordPress
In reply to: Move WordPress with everything to a new server?that’s my favourite excuse.
I only used the words in YOUR thread title.
Forum: Fixing WordPress
In reply to: Removing generated class in the page list menuI’ve got a few specific ones in my style sheet as well. For some reason well-nested classes sometimes don’t activate unless you’re extremely explicit.
Anyway, I’m glad you sorted it out in lieu of hacking the core code.
Forum: Fixing WordPress
In reply to: Custom Login Redirect Based on RolesWorking this out is on my to-do list as well… I’ve not actually gotten to the point of researching it yet, but I’m tagging this so that whoever gets the solution first can make it known.
Forum: Fixing WordPress
In reply to: Removing generated class in the page list menudid you try .page_item a:hover?
Forum: Fixing WordPress
In reply to: WHat the heck is this?yet another lazy ass getting upset when someone reminds him what a waste of life he is.
nobody OWES you answers… but when asking for assistance, you DO owe helpers the respect of having at least googled what you’re asking about first.
Forum: Fixing WordPress
In reply to: Pingback Link Text Extractthat helps you… but it doesn’t stop you polluting other people’s blogs when you’re really trying to be nice.
usually they work out fine, so you don’t just want to turn off pings, but sometimes it just pulls the most stupid part of the page – including parts from the header if the link is at the top of the post, etc.
Forum: Fixing WordPress
In reply to: Having A Sub Category under 2 parent categories?it’s not a huge issue, you just need different slugs which shouldn’t be a deal-breaker.
slugs like binocular-brands and telescope-brands shouldn’t be that big an issue. You can still call the subcategory “brands” if you want.