Forum Replies Created

Viewing 15 replies - 121 through 135 (of 155 total)
  • Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Thanks for the info. I’m looking at phpMyAdmin on my BlueHost account, and the system variables and statuses are many. Do you have any further clues on what to look at that may become a bottleneck.

    I could ask them to tweak it or if I upgrade I’d like to know what to ask about.

    Thanks, Ron

    This is broken too on my installation of version 3.4.1. My workaround is to save the empty widget, then the data entry fields for the widget will re-appear and work normally after that.

    And yes, I did reset (and upgrade) all my plugins and deleted the obsolete ones from my server. That did not help. However, switching to the default twenty-eleven theme DID make the widget admin behave again, but that is not a viable options since I’m committed to my woo-theme.

    I will have to contact woo to see it they are aware of any widget admin issues.

    Same here… I modified the .htaccess (in my wp site root folder) as suggested. But this tool https://developers.google.com/speed/ (and others like it) say that gzip compression needs to be enabled.

    So that .htaccess code for mod_deflate is not working. Does anyone have success with gzip? Please tell us what you did.

    I’m using QC too. Firefox is my main browser but I use chrome for anonymous testing and it seems to be working well. May I have your URL so I can take a look? Our more normal site that is using QC is http://followingmynose.com/

    http://kiwigrower.com/ …. but I just tried it now and it shows up as expected, sorry to trouble you I guess it was still cached somewhere and all I had to do was wait a few minutes. From now on I will clear the site cache from the WP admin.

    Thanks, Ron

    I have multisite too, and no matter if I activate it network wide or for a subsite, the MM screen never shows up. The Enable button is checked and the settings are saved and I can see the preview from the WP admin but not on a new anonymous session (like in a different browser, just to make sure that I’m not logged in or cached).

    I’m wanting to activate it for any one (or many) of the sub-sites.

    What else do I have to do?

    Hi, Thanks both for replying. I sometimes resort to !important to get things working but I know I should understand the precedence and specificity rules better.

    I’m still not sure why the rule I put in my child theme took effect for a while then apparently got over-ruled, so it but it’s probably a caching issue. When I see that again, I’ll probably dig in a little deeper with that good reference that phyllwill left. I also like Chris Coyier for his clear examples and explanations. His site is becoming cartoony because of his overuse of css-“tricks”. 🙂

    This thread is not closed so I thought I’d ask the OP …

    What did you do to resolve this? Did you copy the whole original style.css into your child theme folder?

    I’m having a similar issue on one of my sites. At some point in time the #header id property on my canvas child theme gets ignored. Other custom styles are not ignored. I can reset it by activating canvas and then reactivating my child theme, but obviously that’s unacceptable.

    I just wonder why it seems to revert back to the original, but only for the #header id ?

    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Great, that took care of it: my test shows that Published, Scheduled AND Draft status all come across intact … thanks!

    But about that single vertical bar…this reference show it as a bitwise inclusive OR operator where the result is an integer with bits set if either of the two operands have the corresponding bit set.
    http://php.net/manual/en/language.operators.bitwise.php

    The desired result (true or false) may actually work in this case, however, I think that line 720 should have the double vertical bar to match the logical “OR” intended. I’m not a PHP guru by a long shot since I cut my programmer teeth on Pascal/Delphi which is a strongly typed language, so the looseness of C , javascript, and PHP kinda creeps me out. 8-/

    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Well, this is a real issue since if all the drafts got published they would get broadcast to the rss readers. So my workaround will be to “schedule” the blogger draft posts for some distant future date in blogspot before importing to WP. This plugin preserves that scheduled status but not the draft status. Then after the import, I will edit each scheduled post in WP and changed them back to draft.

    I think all of that functionality you described is under:
    cPanel -> Domains -> DNS Zone Editor.

    However… Those directions may be overkill on Bluehost (who must have made it easier since that was written). I say that because I just now chose a working (but still under development) subdomain that is part of a WPMU installation and, and pressed the link/button under “DNS Zone Editor” that said “Reset Zone File” (back to a default state) .. and that site still works as before. So I’d leave that DNS stuff alone for now and just set up a normal add-on domain in Bluehost pointing to the same folder as the main site and then work with the WP side of things to get them to recognize each other. That domain mapping plugin is necessary to make the add-on domain look like it’s own independent URL if that you are wanting to do.

    GL!

    It’s not a CSS issue. It looks like your home/welcome page is using a layout with a single sidebar on the right. And that sidebar has no widgets so it appears blank. If you can make that page full width that should fix it.

    To help identify the widget-area in question. It is the one where you or someone stuck a test object with a class named “xoxo”. That just needs to go away.

    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Ok, I’m pretty sure I’m breaking some rules here since I’m assuming WordPress will “cleanup” whatever it was doing at the time. But this little snippet works by making an immediate exit from wherever to just show my “not-found” custom page.

    $homeurl = home_url('/not-found/');
    echo "<script>window.location = '$homeurl'</script>";

    If I was designing a proper search plugin, I would have done this a bit more elegantly, handling the possibility of empty results and maybe even having the failover “not-found” page name configurable. But as it was, all the visitors would see was a blank page with no explanation. Now it’s WAY better and I can make that page do anything I want, even using a custom page template.

    I’m open to learn if someone cares to suggest a better way to do this.

    Thanks, Ron

    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Hi,

    I will install W3TC on a test site soon and let you know how it works out of the box. I probably just didn’t think it through back then since I was sort of in panic mode when my site was “down”. But I know more of the terminology now and it should make more sense.

    In case I need it, are you referring to the bug submission form here: http://wordpress.org/tags/w3-total-cache ?

    Thanks for your support!

    Ron

    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Thanks for replying Fredrick. I abandoned DB-Cache-Reloaded, not sure why now.

    My two main production sites chowstalker.com and dessertstalker.com are using QuickCache which seems to have helped with the “First Byte Time”, but webpagetest.org still gives me an “F” for “Cache Static Content” (which I thought was the main purpose of a caching plugin). But they are chugging along fine with no one complaining of downtime or slowness. They have issues with an inefficient, db-heavy plugin so will eventually be replaced with a new design to take advantage of the built in features of WP3.x, so I’m not worried about them until something breaks.

    For future projects I’d like to use something more robust (like W3 Total Cache or WP Super Cache), but I’m afraid I will need a university course to figure out how to make them work. Does W3TC work with out-of-the-box, default settings so I can just activate it and let it work in safe (but probably not optimal) mode?

Viewing 15 replies - 121 through 135 (of 155 total)