cogdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Post Search] Customising templatesI ran into same issue, and find sadly that a majority of themes and plugins do not account for stylesheet directory for child themes. It is not fixed in the most recent version on the codex (1.2.1)
Thanks for the quick response- that does work well for my Custom Post Type Items, mine type is called “core” and I am using Visibility to hide a search box and show a widget of Core Categories
http://dev.solaresearch.org/core/unesco-policy-brief-learning-analytics/
But where I cannot find a way to use visibility on the archive for my CPT (I have a custom archive template) – there seems to be no selection beyond all archives.
http://dev.solaresearch.org/core/
Am I missing something?
Forum: Networking WordPress
In reply to: Multisite Dev and SwapThanks Mika (I just bought the 101 and will likely get the 110 version, great resource).
Yes, we have other reasons for multisite. There are plans to create subsites for neighborhood projects which may share a common template, but need different sites; possibility of staff and community individual blogs, and a parallel major site that will need a completely different theme and functionality (I know how to do this all thematically / custom post type wise and see how that might go)
I see the advantages of a single WP / plugins for updating, and being able to give common logins to users who may author on multiple sites.
Forum: Requests and Feedback
In reply to: Animated GIFs should be resized like JPG / PNGDon;t be so sure. I don’t have much idea what it takes to do right. Thanks for the insight. I’ll be updating my post. Not the first nor last time I was wrong….
Forum: Requests and Feedback
In reply to: Animated GIFs should be resized like JPG / PNGOkay, I see that it’s likely some css cropping to present what I mistook for resized animated GIFs.
But apparently there are ways to do this via PHP
http://wordpress.org/plugins/animated-gif-resize/I am so sorry, someone else on my team seems to have regenerated the email; we were using the wrong address. It is working now, and seems to have attached both JPG and PDF. Closing this ticket, apologies again. ID10T error.
45 minutes later, the copy of the message I get is a blank email.
Thanks
Actually our last successful post was sent Sept 15
http://rmooc.ca/hubs/dispatches/reconciliation-week-begins-sept-15/I sent test message was sent on Sep 16, subject line “From the Great Beyond” – that never appeared– and just sent another one with the subjecyt “From the Great Beyond Part Deux”
This is the site- I have my default category set to be this one, so users do not have to specify
http://rmooc.ca/category/hubs/dispatches/
But Post BY Email has not worked since Sep 15, apparently there is another issue?
Thanks WPyogi – I don’t submit too many reports, but from a user perspective, we have no idea that these are heard. That’s why the followups.
I wait patiently to hear a response
I wish I had a suggestion. Hallo Jetpack? Hallo?
I am using version 3.6 FWIW have not upped to 3.6.1
Forum: Themes and Templates
In reply to: admin-bar.min.css Error in 3.6.1Never mind, found the issue. The theme (Salutation) was trying to enqueue an older version of jQuery, just commenting out the lines below solved issue. Theme designers, puleeeeeease, let WordPress handle the jQuery
// jQuery wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js', array(), '1.6.2'); wp_enqueue_script( 'jquery' );Forum: Plugins
In reply to: [FeedWordPress] Call to a member function setting()I cannot thank you enough Svetoslav for this fix! I’ve been combing for a while trying to find the source of the error.
This totally cut off the stream to my error log.
Forum: Plugins
In reply to: Feedwordpress issue/questionI had an issue like this on a site, I had to turn off the duplicate post add-on to avoid the issue.
Forum: Fixing WordPress
In reply to: Database repair errorI’ve had this happen with 2 sites recently — I have found that the suggestion to modify wp_config.php to include the database repair fails every time to fix.
What has worked is logging into phpMyAdmin, selecting the affected tables, and running a repair table.
If you do not have a routine setup to back up your databases, do so right away. My host provides nightly backups, if yours does not, then look at the plugins that do db backups.