mcfilms
Forum Replies Created
-
I tried this:
<?php function pw_edd_add_yarpp($supports) { $supports[] = 'yarpp'; return $supports; } add_filter('edd_download_supports', 'pw_edd_add_yarpp');And there is no change.
According to the thread at http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-custom-post-type-support?replies=23 I should be able to do this, (since version 3.5). But it looks like I also need to set ‘yarpp_support’ => true
I think the necessary php knowledge to re-wire YARPP to work with EDDs custom content types is a bit out of my reach.
My sub-theme of twentytwelve has a function.php file that has the following in it:
<?php function pw_edd_add_author_support($supports) { $supports[] = 'yarpp_support'; return $supports; } add_filter('edd_download_supports', 'pw_edd_add_author_support');I also tried to replace the two placed “author_support” appears with “yarpp_support” and that did not work either.
Thanks for having a look.
Forum: Plugins
In reply to: [Query Wrangler] Featured Image?Also, I just learned, if you have multiple images attached and you trim it to show ONE, it shows the last image uploaded. That makes sense. However I think there should be a way to add the Featured Image as a field, for those cases where more images were added afterwards.
Forum: Plugins
In reply to: [Query Wrangler] READ MORE linkDaniele, that worked remarkably well. Thank you. Now this begs another question. How do I prevent the next module update from over writing the changed file in include\theme.inc?
In Drupal there is a mantra, “don’t hack core.” Instead, you can create template overrides. Can I copy this into my sub theme and have it work from there?
In any case, I think we should encourage daggerhart (the plugin developer) to integrate this change into the code.
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingPS… I am more of a “Drupal guy” would you say there tends to be more of these module conflicts in WordPress? I’m exploring the pros and cons. I definitely see WP has a better back end for site editors. I think the out-of-the-box publishing experience is much better too. But I wonder if the shear number of plugins is both a strength and a weakness for WP (especially if module conflicts are frequent).
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingHi daggerhart, thanks for the quick reply. You can skip to the end and figure out where the conflict is. But I will leave this info in as well…
If I reload the Query Wrangler page with the View on it, I get an Ajax error from wp-admin/wp-ajax.php
200 OK
839ms
load-s…r=3.5.1 (line 2)ReferenceError: wpa2a is not defined
[Break On This Error]wpa2a.script_load();
But clicking any links I get nothing in FF and Chrome.
Chrome’s console tells me:
Uncaught ReferenceError: wpa2a is not defined
and it looks like I am using jQuery v1.8.3Module wise I deactivated AJAX Thumbnail Rebuild and WP Google Fonts because they looked like they might be involved. But that didn’t help.
So then I started disabling all modules and got it to work! So then I turned them back on until I narrowed down the culprit:
Share Buttons by Lockerz / AddToAny
Version 1.0.3 | By micropatDisabling this module solved my issue.
Thank you! I look forward to a Views-like experience.
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingHey daggerhart, sorry to trouble you with the same issue again but…
I am running WP 3.51 and just installed Query Wrangler Version 1.5rc8. I was happy because it looks very much like a lighter version of Drupal Views that I’m used to. Unfortunately if I try and click any of those links, I get nothing. I cannot even change the default “5” posts to “1”.
So I don’t think we can mark this issue as resolved yet.
Forum: Fixing WordPress
In reply to: SkinningAh well, I am able to get the results I want (with my limited knowledge) in Blosxom.
http://host210.ipowerweb.com/~almckayc/cgi-bin/blosxom.cgi
Obviously WP is too complex for me. (Or you could say I’m too stupid for WP, I don’t mind).
I follow you about editing the over-riding style sheet. I could see how one might insert tables inside a div tag, but I didn’t see the #rap in either the print.css or wp-layout.css files.
Before I totally bail on this, is there a WP resource , guide or tutorial that will tell me how to do what we’ve been talking about. Or should I just move along?
[in either case thanks for your patience.]Forum: Fixing WordPress
In reply to: SkinningYes I _AM_ a Dreamweaver monkey. I appreciate the desire for a concise, tight table structure — but I takes what Dreamweaver gives.
So pasting the Table code into the journal gives me something like this:
http://host210.ipowerweb.com/~almckayc/wordpress/index2.php
And I have two problems…
1.) the second column overlaps the top of the menu.
2) if I click on any link in the JOURNAL portion, I generate a new php page that doesn’t have the header any longer. That is why I was asking about a method to “skin” wordpress. I have been able to do this with GALLERY and hope I can learn how to do it with WP.
Many thanks for your help.Forum: Fixing WordPress
In reply to: SkinningHi Root. Thanks for the reply!
I have successfully installed wordpress. (That was easy). My install is at:
http://host210.ipowerweb.com/~almckayc/wordpress/
What I’m trying to do is get THAT content to land below my header — which looks like this:
http://host210.ipowerweb.com/~almckayc/news.html
Is this possible?Forum: Fixing WordPress
In reply to: Skinning[bump]
So I gather there is no way to add an HTML header above the WordPress content? No one has been able to do this?Forum: Fixing WordPress
In reply to: SkinningOh!
The Blosxom example is at:
http://host210.ipowerweb.com/~almckayc/cgi-bin/blosxom.cgiForum: Fixing WordPress
In reply to: SkinningOkay I’m going to revive the “Skinning” topic. The first thing I should tell you is that I am a neophyte in php. I tend to use Fireworks, dreamweaver and Flash to create sites. And I am just dipping my toe into dynamic web sites using php.
That said, I am looking for a blogging software to integrate into a site I am developing. I would like to keep the header and footer as they are and just have the news content in the center. (The header has graphics and Flash and some javascript See. http://host210.ipowerweb.com/~almckayc/news.html for an example.)
I’ve looked at three blogging packages and all have features I want, but none has an easy way to implement the others’.
My isp provides an install of bb and I looked into that for a while, but then I went on the search for something better. I came across WordPress and like the php pages it generates, ( http://host210.ipowerweb.com/~almckayc/wordpress/ ) but had NO luck putting the header above the php content. ( http://host210.ipowerweb.com/~almckayc/wordpress/test/page1.php )
I then looked into Blosxom and was able to get my HTML content to ride over the NEWS, but from an end-user’s point of view, WP seems like an easier way to post news stories.
SO… my question is, can one easily refer to an HTML header in WordPress? Most of the examples I have seen tell me “no”. But if someone can point me in the right direction I would be very grateful.
Cheers!