vanillaxtrakt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What am I doing wrong with Podpress?We used to use podPress too, but we had some problems and switched to PowerPress (https://www.blubrry.com/powerpress/). It works great, and imports all podPress podcasts with a simple check in a checkbox. What’s even better, it’s actually being actively developed, unlike podPress.
Forum: Plugins
In reply to: Alternative to PodPress PLEASEWe were using podPress for a while, but it started showing errors to users using IE.
We switched to Powerpress (https://www.blubrry.com/powerpress/). It works great, and imports all podPress podcasts with a simple check in a checkbox. What’s even better, it’s actually being actively developed, unlike podPress.
Forum: Themes and Templates
In reply to: Aeros 2.0 theme (GPL!) derivate?I found it at the following link; it’s still under the GPL license (see README.txt), so I think it’s okay to post here:
https://hirewordpressexperts.com/aeros-free-wordpress-theme-2112.htmlThey (hirewordpressexperts.com) seemed to have messed it up somewhat from its original state, however. I had to do these 3 things to clean it up:
1. I got some stupid “Zend Optimizer not installed” error when I first installed the theme. Delete the wp_include.bin file, then delete everything up to this point in functions.php:
<?php //The Sidebar Widget Function
2. They put a bunch of junk in the top of the style.css file, replacing the Author, Author URI, and other stuff with their info. I replaced all of that with the first 9 lines from this file, to make sure the real author gets credit for his work:
https://ocaoimh.ie/wp-content/themes/aeros/style.css
3. They managed to screw up the footer as well. I replaced it with the footer.php from the “aerosold” theme (Aeros 1.0.4) that you can download from thebuckmaker.com, once again to make sure the real author gets credit:
https://download.thebuckmaker.com/aeros/
I haven’t fully tested it yet, but it looks pretty good after doing those 3 steps. If anyone sees anything I’ve missed, lemme know.
Forum: Fixing WordPress
In reply to: hacked? cache poisoning?I had a similar issue. I found the answer on wordpress.com forums:
https://en.forums.wordpress.com/topic/cannot-add-new-post-in-firefox-3
It was Firebug (a Firefox plugin). As soon as I disabled it, everything worked like a charm.