Forum Replies Created

Viewing 15 replies - 136 through 150 (of 3,008 total)
  • What is ‘no_found_rows’? I’ve never heard of that parameter before.

    You also have the tax_query -> field value set to “name”, which is not a valid option. You need to use ID or slug.

    And “resiliant” is incorrect spelling. It should be “resilient”. (Of course, if it’s spelled wrong in your system it should work fine as-is…but just in case, check your spelling and make sure it matches)

    I’ve had W3TC do it to me before, when I accidentally set the admin to cache :). You know, ’cause I was good like that. I’ve also had Firefox do it to me quite often, which is why I swapped to using Chrome.

    That’s another thing you can try – open the admin in a different browser. See if it’s still doing it.

    This is the help forum for WordPress.ORG – self-installed versions of WordPress. You need the forum for WordPress.COM.

    In your CSS, you have your footer set to position:absolute. That’s a no-no. It takes it out of the flow of the rest of the site and absolutely positions it where you tell it to (or the closest relatively positioned container it’s inside of, whatever comes first.)

    You also have the footer set as text-align:left.

    Remove the absolute positioning and set the text to align center.

    Sweet ! Glad you got it sorted. 🙂

    Do you have a caching plugin installed? You might just need to clear your cache.

    Yes. You need to edit your theme files, or write a custom widget or something. I’ve done this a number of times, I just don’t have access to the working code the moment. but this should help.

    There must be a n extra closing div somewhere in the middle. Like within a post, or in the sidebar. The validation will only see that there’s an extra one, and show you that it’s found one (which is usually the last one it finds, not the one you need to know about). Finding stuff like this takes time. I usually copy the source code and paste it in a text editor and just start picking it apart until I find the culprit.

    It depends on what plugin you use. Most of the ones I’ve seen provide a “custom field” under e write post area, where you just translate the content. When you publish, and someone chooses to view the site in another language, it’ll pull the content from the custom field instead of from the regular “write post” area. You can just move through the site one post/page at a time and translate on the fly.

    I’ve never used any myself,so I can’t recommend any, but I know there’s several out there that do it. Alternatively, you can “roll your own” and just use custom field and edit the theme to pull stuff in yourself. (But if you’re not good with code, maybe not…. But you may have just given me an idea for a plugin LOL)

    What do you mean by this?

    I mean that the href supplied in the anchor link is where all those links are going. If you want them to go somewhere else, you need to edit the URL for those links.

    And yes, they ALL go where the links tell them to go. Contact page – everything.

    Interesting.

    I just openings your page again, and on initial page load, none of them worked. But reloading the page (or clicking the first link) they work fine.

    Have you opened this puppy up in Chrome and used the developer tools? It appears that something is taking a long time to load, because in initial page load, the site is squashed, as if something is pushing the margin on the right to a huge size. When I reload it’s all fine. Bet it’s caching, and working fine after whatever it is loads.

    I wonder what happens if you remove the form?

    Please don’t tell me I don’t understand, because I definitely do. You have files you want to protect from people who aren’t logged in, and you only want them to be able to open the files and view it through the browser, not download it and pass it around. You probably also want some sort of URL munging so people can’t directly link to the files as an extra level of protection.

    What YOU do not seem to be understanding from me is that you can’t easily make WordPress recognize the existence of a n-standard folder in the system. You can’t just plop a directory in your public_html directory and expect WordPress to know what to do with it. .htaccess can’t tell if someone is logged in, either, so using that won’t work.

    What you CAN do is use a plugin that will protect your files as you upload them through the media uploader. That’s the simplest (and free) way to pull off what you want. I you want more customized capabilities, you’ll have to use external scripts, or premium plugins, and/or hire a developer to customize it for you. not free. Those are your options.

    So you need a *development* version of the site so you can work on things without it affecting the live site. Is that correct? You don’t need both sites to be LIVE, you just want one where you can work on things until they get how you want them to be, and then copy these changes over to the live site? (Because managing two sites that are exactly the same will be a nightmare, not to mention bad for SEO)

    If that’s the case, WordPress’ content isn’t maintained within the FILE SYSTEM. It’s in the databse. The files are not for the pages and themes, plugins, etc. but all actual content is in the databse. You can’t just copy the WordPress files to someplace else and expect it to work. You also have to make a copy of the database.

    There’s several ways to do it, and the codex can walk you through some of it. But I use BackupBuddy myself. It makes it a lot easier/faster. It’s not free, though, but if you’re a developer and do this often, it’s well worth the cost.

    I’m on my iPad (safari/iOS 6).

    The “translation services” links to the home page (and viewing source code shows the same, so if it’s supposed to link elsewhere, you need to change the URL for that one), but the “blog” links to the blog. They all link to where it says they should link to.

    Why? Is there another reason besides translation? Because if you’re doing it *solely* to have a “translated copy” of the site, you don’t need to do that. You just need a plugin for translations, and you can do it from within the site you’ve already got.

    Really? You didn’t find any at all? And it’s not to protect *folders* (especially folders outside of the WordPress installation – to do that you need to pay someone to help you out) it’s to protect your *files*.

Viewing 15 replies - 136 through 150 (of 3,008 total)