Forum Replies Created

Viewing 15 replies - 181 through 195 (of 205 total)
  • Thread Starter wpress2010

    (@wpress2010)

    Thanks – are there available plugins that I could use?

    This plug-in, after hours of analysis, was found to be slowing down a client’s WP site substantially. Not too bad under WP 3.7x, but totally debilitating under 3.8…

    Thread Starter wpress2010

    (@wpress2010)

    Well, not really. I had to find ALL of those custom lines he added and put them in my separate CSS file, just to preserve the look of the site.

    I knew I was on the right track when I disabled my CSS file and the problem vanished. Then it was just a matter of disabling all of hte likely culprits one by one and observing the change (or lack thereof).

    I haven’t had a chance to look into what that line was supposed to do in the older version of Twenty Eleven…

    Thread Starter wpress2010

    (@wpress2010)

    Weird, weird, weird!

    I am working on a site where unfortunately the previous “maintainer” put all of his custom CSS into the primary theme file, instead of using a child theme or an additional custom CSS file.

    I traced the problem to a single line of code he had added, thus:
    #comments { width:100%; }

    I just commented it out (ironic…) and everything went back to normal.

    The typical bag of plugins, together with inevitable problems when something gets updated (and breaks something else…), is always fun with WordPress!!

    Thanks for your help.

    Thread Starter wpress2010

    (@wpress2010)

    Thank you! That fixed it: missing line of code. I will forward to plug-in developer as he needs to see this.

    Thread Starter wpress2010

    (@wpress2010)

    Thanks – the re-build did the trick! The problem was that sometimes Relevanssi found the string, sometimes it did not, and the failure was specific to a certain group of posts – by age. I assumed that it was some kind of indexing thing, but couldn’t figure out how to re-index. I took over site administration from someone else.

    Thread Starter wpress2010

    (@wpress2010)

    Weird! But a short test shows that this is the source of the issue.

    Thanks so much for your help!

    Thread Starter wpress2010

    (@wpress2010)

    Bad typing! It was 3.5.1, but now is 3.6.1, as I just updated WP.

    The Permalink problem persists. I am delaying updating the Twenty Eleven theme itself from its current version (1.3) until I can make sure I know what the previous admin did to customize it, if anything. I have updated all of the plug-ins, tho’, without incident.

    A CSS plug in far easier to manage, IMHO. I had success with Custom CSS Manager.

    The reason the plug-in is easier to use is that if you make a child theme, you will have to manually add all of the widgets, etc. that you added to the parent theme.

    If you just write a plain old CSS file using a plug-in, you can keep your original Twenty Eleven theme in place, and you won’t have to do anything else beyond writing the CSS code in the plug. For the plug I mentioned above, it even appears in the Options listing when you call up the theme in Dashboard, and editing it is just one click away.

    HTH

    Thread Starter wpress2010

    (@wpress2010)

    Forgot to mention: WP 2.5.1, twentyeleven theme. I just “inherited” site management from a former admin.

    I was going to try de-activating all of the plugs, since that’s the most obvious source for possible conflicts.

    Can’t try anything that would render the site “funny” until the wee hours when traffic is likely to be sparse, but I will get to it soon, I hope.

    Oddly enogh, I had enabled WP Super Cache, and then changed the Permalinks to Pretty. When all ^%$#!@+ broke loose (i.e., the Continue reading” links were broken…), I deactivated the cache plug, thinking that was the conflict, but the links problem remained.

    Conversely, when I reset Permalinks to Default and Activated WP Super Cache, the caching worked fine and the links problem went away.

    Thread Starter wpress2010

    (@wpress2010)

    Thanks. I set a slightly different Permalink version – just Post Name, and successfully activated WP Super Cache, making sure all of the settings agreed with the ISP’s suggested settings for WP Super Cache installations.

    The caching plugin now works, but a different problem has emerged: changing the Permalink settings to anything except the Default results in all of the Continue Reading links in individual posts to fail. They do indeed link to the individual posts, but when the user clicks on “Continue Reading” and the post loads, all of its text is missing!

    Thread Starter wpress2010

    (@wpress2010)

    No cache plug that I can find.

    I went into the WP dashboard, went to Posts, found the Post I was trying to edit in SQL, edited it via the Dashboard Edit button, and immediately saw my changes when I viewed the site.

    But when I tried the same thing in myPHPadmin, and the UPDATE reported success, the changes were NOT seen on the site, even after a browser cache clear and logging off the site, logging back on.

    Thread Starter wpress2010

    (@wpress2010)

    Interesting issue. After some more investigating, I think the initial problem was caused by the individual who moved the site from one ISP to another. When he imported the WP database, the UTF-8 coding must somehow not have been set correctly.

    I think some kind of careful search and replace in an SQL statement would eventually be the best way to handle this, as a considerable amount of data has been entered since the db import was done. But until I see exactly what code is entered in the db tables, I won’t be able to do much.

    Thread Starter wpress2010

    (@wpress2010)

    Investigating further, I found what is the probable – but weird – source of the problem.

    The post titles (H1 elements) are rendered in the Google font, Della Respira. In some titles, the author used the single quote character (&#0146) (‘) which in some cases is interpreted as the single prime glyph (&#0139) – they both render the same in this case.

    The Della Respira font LACKS the prime glyph! So, the system tries its best to render something, and what it substitutes is the right quote character. Sometimes this character appears properly, sometimes it appears in a different font, i.e. the default. This is because the single right quote glyph is BROKEN in the Della Respira font! I tested this on Google’s own font site.

    The upshot, strangely enough, is that when the Categories list (which is styled with the default sans-serif font) is drilled down to the individual post containing the glyph problem, instead of rendering the missing prime character as a right quote, it instead spits out the ASCII for the prime glyph – &#0139. Totally weird!

    The solution? Just change the buggy/missing Della Respira glyphs for ones that work, in this case the left and right “grave” marks, &#096 and &#0180, respectively, in the individual post titles. Looks OK in that font. Once this is done, the Categories list, drille down to the individual post, displays the post’s title just fine.

    Just to cover all the bases, I went in to the site’s PHP configuration, and it turned out to be running PHP 5.2.something, a version that still supports magic_quotes. But magic_quotes was properly set to off.

    Fun!

    Thread Starter wpress2010

    (@wpress2010)

    Nope. That was my first thought. FWIW, I tried another plug-in that does the same thing and it worked fine.

Viewing 15 replies - 181 through 195 (of 205 total)