rtomasso
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Wiki] [Plugin: WordPress Wiki] Wiki won't displayNever heard from developer, didn’t have time to work around it on my site.
Forum: Plugins
In reply to: [WP Event Ticketing] [Plugin: WP Event Ticketing] Foreign addressesSeriously guys, the lack of even limited foreign addresses is costing me customers.
Forum: Plugins
In reply to: [WP Event Ticketing] [Plugin: WP Event Ticketing] Foreign addressesAny chance of this getting bumped in priority? I have some non-US customers who are complaining they can’t properly enter their contact info. Thanks.
Forum: Plugins
In reply to: [Lexi] [Plugin: Lexi] feeds not displaying as lists anymoreI found what was causing the problem, the return line from the rss function was stripping out all the formatting
return apply_filters('comment_text', $answer).$footer;
Removing the filter the
- remained intact in the output. I haven’t added any comment filters, but somewhere in my theme I’m guessing it won’t allow for lists in them.
Independently of that, I notice if you set the content to be a rollover title, all the html tags of the content remain in there, cluttering up the text.
Firefox 3.6.13 and Chrome 9.0
I discovered the source of the problem. Using the default 2-column layout option for the Edit Post page, in Visual editing mode, the editor extends into the 2nd column of the screen, which seems to block any ability to click on those buttons, even though the mouseover is detected. Seems to be a new “feature” of WordPress 3.
Forum: Plugins
In reply to: [Lexi] [Plugin: Lexi] feeds not displaying as lists anymoreDisabling all other plugins and forcing a refresh didn’t help.
Forum: Plugins
In reply to: [Lexi] [Plugin: Lexi] feeds not displaying as lists anymoreIt’s on a staging server, so I can’t. The two feeds are:
https://feeds.feedburner.com/RRNDNews
https://reason.tv/news/index.xml
Both of which appear fine.I can paste the html output so you can see what’s happening.
Before, the output I got looked like this:<div class="right-widget"> <div id="lexi351972" class="lexi"><h2 class="widgettitle"><a class="rsswidget" href="https://rationalreview.news-digests.com" title="Rational Review News">Rational Review News</a></h2> <ul> <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/qFBN37uD7jA/28070" title=""Forces loyal to Col Muammar Gaddafi..."" target="_blank">Libya: Civil war breaks out as Gaddafi mounts rearguard fight</a></li> <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/m2qF4qlZChY/28014" title=""The Obama administration said..."" target="_blank">Obama regime drops defense of federal marriage apartheid law</a></li> <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/PfRrA90gFYE/28075" title=""The Justice Department under President...."" target="_blank">DoJ drops direct defense of war crimes defendants</a></li> <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/QZS9H8bBc9o/28193" title=""Anti-government demonstrations continued..."" target="_blank">Iraq: Three killed, 55 wounded</a></li> <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/Uh60IiWRozc/28175" title=""Yar Mohammad was in Iran one afternoon..."" target="_blank">US soldier faces trial for murder of Afghan civilian</a></li> </ul> </div></div>
And the output from today looks like this:
<div class="right-widget"> <div id="lexi178088" class="lexi"><p><a href="https://rationalreview.news-digests.com" title="Rational Review News">Rational Review News</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/BVA_agFri7M/30142" title=""The Pentagon has asked..."">Anonymous probed for hack threat against Manning abductors</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/mgPJAebCtn8/30160" title=""NPR's chief fundraiser, Ron Schiller..."">Exec: NPR would be better off without taxpayer funding</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/E5Av0qhj7vo/30109" title=""More than 65 people have been killed..."">At least 65 killed in Southern Sudan</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/AzEtjW8Hp4A/30163" title=""At least eight Iraqis were killed and 13...."">Iraq: Eight killed, 13 wounded</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/ixutWGeWCEo/30009" title=""A car bomb exploded near an office of Pakistan's main..."">Pakistan: Bombing near intelligence office kills 25</a></p> </div></div>
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] No dropdown list?Yup, I did figure that out. Might want to put in some helper text.
Forum: Plugins
In reply to: member/listing creation with out creating usersSounds like you might want one of the classifieds plugins, some of which have the option to pay for a listing. I’ve been happy with Another WordPress Classifieds Plugin (AWPCP)
Forum: Fixing WordPress
In reply to: Category pages no longer workingIt’s a unix server.
Forum: Fixing WordPress
In reply to: Category pages no longer workingI went through the troubleshooting list and did a re-install of 3.1 and problem did not go away.
Forum: Fixing WordPress
In reply to: Category pages no longer workingSwitched to different themes, getting the same problem on all of them.
One mistake was using
[amazon-carousel]
with a dash rather than an underscore, it’s both ways in your docs. Switching to correct tag brought up the amazon flash object, no need for the slash.The exact code I’m using is what I wrote before
[amazon-carousel]
copy&paste from the documentation.I do see my Assoc ID in the tag= part of the link.
Poking at it some more, the Insert Image functionality isn’t working properly, all I get is the title of the book, no image or image code. Only works if I switch to HTML mode.
I’m using the Contrast Theme. Sites on a staging server so you can’t get to it. Other plugin shortcodes work.
Making a new post this morning, I see that the Amazon Quick Links block is working, I can search and insert a link into the post. Though I don’t see my Amazon Associate code in the link.
[amazon-carousel] still isn’t working.