AndyWarren
Forum Replies Created
-
Forum: Plugins
In reply to: [Block Plugin Update] Simply does block updatesIt works. It was broken with WordPress 3.7, but the author has released an update to make it compatible with 3.7. Do you have the latest version?
Forum: Plugins
In reply to: [Block Plugin Update] Stopped working after update to WP3.7I had forked the plugin and was about 85% done rebuilding it. Actually had it working again. I assumed the author was not going to update it. Glad he did though, wish he was a bit more interactive as well.
Forum: Plugins
In reply to: [Block Plugin Update] Stopped working after update to WP3.7Definitely an issue with 3.7 compatibility. I’m guessing something to do with the new auto updater. Trying to narrow it down, but I’m not having any luck. This plugin was great until 3.7. Also hoping the author updates it!
Forum: Plugins
In reply to: [Block Plugin Update] Stopped working after update to WP3.7Definitely an issue with 3.7 compatibility. I’m guessing something to do with the new auto updater. Trying to narrow it down, but I’m not having any luck. This plugin was great until 3.7. Also hoping the author updates it!
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] Plugin is redirecting Ipad and android tabletsI just noticed this today as well. The plugin is redirecting tablets when it shouldn’t be. The redirect tablet checkbox is not checked and they are still redirected.
Forum: Reviews
In reply to: [AW WordPress Yearly Category Archives] PerfeitoThe plugin has been updated with the correct file paths. Please update to version 1.1.1 to fix the 404 errors when going to the plugin menu pages.
Forum: Reviews
In reply to: [AW WordPress Yearly Category Archives] PerfeitoI will check the file paths and reply again soon. It may have a typo in the path.
Forum: Reviews
In reply to: [AW WordPress Yearly Category Archives] PerfeitoThank you for the 5 star rating. I have updated the plugin with an additional feature. I did not include it in the Settings menu as I knew there would be updates coming which would need their own new admin pages. Check out the updated version, and thanks again for the 5 star rating.
Forum: Plugins
In reply to: [Accordion Shortcode] [Plugin: Accordion Shortcode] Collapse allChange your line 109 to
$attr['active'] = (bool)$attr['active'];
Then change your line 117 to
'active' => false,
And Finally, display your accordion with
[accordions collapsible=true]
as the opening shortcode. Let me know if this works, I haven’t used this plugin for quite some time.Forum: Plugins
In reply to: [Event Calendar] CSS Margin or Padding Issue with the CalendarFixed. In case it helps anyone else, my answer was found on StackOverflow: https://stackoverflow.com/questions/15938706/css-padding-or-margin-issue/15938790?noredirect=1#comment22709331_15938790
Forum: Plugins
In reply to: [Analyticator] Dashboard Widget Showing Stats from Wrong SiteUnfortunately I’ve yet to receive any reply from the plugin dev on this. So I haven’t found an answer yet.
Forum: Plugins
In reply to: Photography Ecommerce PluginI am looking for this as well. I’ve opened a thread on the Photography Stack Exchange as well about this. Seems that its pretty limited on what’s available. I found one WordPress plugin that allowd for something like this, I tried https://www.ads-software.com/extend/plugins/image-store/ and it just wouldn’t work with my current theme. Let me know if you find anything else!
Forum: Plugins
In reply to: [Image Store] HTTP Error on Image UploadI’m also getting 404’s on gallery permalinks. Any ideas on this?
Actually, once I resaved the permalinks the gallery shows at its URL, but there are no thumbnail images. Its just a bunch of text all smashed together.
Forum: Plugins
In reply to: [Portfolio Slideshow] Sliders Behaving Oddly When in jQuery Ui TabsThe problem is fixed; however I still don’t know why it was doing it. The main slideshow div was being resized to 100px from 880px. Adding in a quick style resolved it. See here for more info: https://wordpress.stackexchange.com/questions/81503/portfolio-slideshow-sliders-behaving-oddly-when-in-jquery-ui-tabs/81507#81507
Forum: Plugins
In reply to: [Portfolio Slideshow] Exclude Featured Image Not WorkingHi Dalton, thanks for the reply. It would seem as though I’ve been mistaken with this post. It actually is working. There happened to be two of the same image in the page gallery, and one was set as the featured image. Thanks again for the reply.