slideaway
Forum Replies Created
-
I was able to track down the problem, though not quite sure on the why at this point. I turned off all the plugins and it started working. Then I went through the process of turning every single one on and off. Turns out it was WP Hide Post that was causing the issue. That plugin hasn’t updated in over a year, so I’m not quite sure why it was causing an issue now. Luckily it’s not a critical plugin, so I was just able to turn it off.
Forum: Plugins
In reply to: [WP Pipes] Post order feature suggestionGood to know, thanks the update.
Forum: Plugins
In reply to: [WP Pipes] Post order feature suggestionDoesn’t that kind of defeat the purpose of merging multiple feeds? I don’t see much use of merging feeds if the data itself can’t be sorted after they’re pulled in.
Forum: Plugins
In reply to: [WP Pipes] Post order feature suggestionHere’s my pipe configuration if that helps figure out why the feed isn’t sorting.
https://www.dropbox.com/s/tlm4ostpkkdq9mx/real-estate-pipe.pipe?dl=0
Forum: Plugins
In reply to: [WP Pipes] Post order feature suggestionSorry to confuse my point by talking about 2 different things. My main issue is that when I pull in the feeds they are not being sorted. I select “Order By Date” and it seems to do nothing. I have order type yes and what it seems to be doing is delivering the last feed it reads, which is the first in my list of feeds.
Upon rethinking my suggestion I realize that it may not work. My feeling was that when pulling in an individual feed to only pull in the first 3-5 posts in that feed. That probably doesn’t work from your perspective as odds are WP Pipes needs to parse the whole file, not just a portion of it. Why I was thinking this was when seeing the plugin in manual update mode slowly go through many posts it probably doesn’t need to pull in, as I’m only interested in the latest news. Since this plugin will be working hourly I don’t need it to pull in a whole feed when there’s no way there will be more than a few new items in each feed. In the end I’m trying to combine 7 different feeds into a single 10 item feed, sorted by date.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Error installing demo dataGreat, that sorted it out.
Now that I have the test data in place, definitely loving the plugin, keep up the great work!
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Show just author imageSo I guess the developer entirely washes their hands of support on this forum. Swell.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Shortlink in WP-Admin Bar is not workingI tried swapping to Twenty Twelve and the admin link works, but when I swap it back it doesn’t. My theme is ancient as I’ve been long overdue to update, so my guess is that it must have something to do with that. The template is based off one called Twilight if that is of any use.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Shortlink in WP-Admin Bar is not workingI am running into this same problem. It doesn’t matter which page I click the shortlink button in the admin panel, it just shows me a link to 1 particular post. When I click the shortlink on the post edit page it shows up correctly.
Here are the plugins I currently have active, as I know you asked the original poster.
Advanced Export for WordPress & WordPress MU
Advertising Manager
All in One Adsense and YPN
All in One SEO Pack
Bad Behavior
Chat Catcher
Digg Integrate
Disqus Comment System
Facebook Comments
FD Feedburner Plugin
Fix Rss Feeds
Google XML Sitemaps
Hey It’s Flickr!
Photo Sidebar Widget
Query Posts
Redirection
Sanitize permalink with undescores
Social
TanTanNoodles Simple Spam Filter
Tweet Images
Twittar
TwitterCounter
Twitter Tools
W3 Total Cache
WordPress Database Backup
WP Bit.ly
WPtouchIn the functions.php for your main template find where your sidebars are being registered. Usually they’re formatted themename-sidebarlocation for their naming convention. In my instance in my main theme I added a sidebar that didn’t actually exist in the actual main template, in this case roots-mobile, then registered the same sidebar in the functions.php of my mobile template.
Just for the sake of resolving this, I found that I needed to have the sidebars named the same. For my desktop site I’m using the template roots. So I registered my sidebar as roots-mobile on both the desktop and mobile and now the widgets are displaying correctly.
Forum: Plugins
In reply to: [WP Slider Plugin] do_shortcodeI just wanted to point out that the shortcode for template info isn’t quite correct. I had to modify it, add some {} around the last part and it worked.
<?php if (function_exists( 'muneeb_ssp_slider')) {muneeb_ssp_slider( 12714 );} ?>Forum: Fixing WordPress
In reply to: WordPress 3.5 and YouTube embedsSo by width for sizing what is it hooking onto? My container width is only 600px, but it’s displaying videos at 940 wide. My total site width is 960, so is it grabbing that? The link you mentioned didn’t seem to have any details on the CSS aspect of the embed.
Forum: Fixing WordPress
In reply to: Search not working with 2 word queriesAnyone have any insight on what this problem might be?
Anyone on this issue? This is killing me as this slideshow does exactly what I need it to do aside from this issue.