Archaic Radio
Forum Replies Created
-
Forum: Plugins
In reply to: [Event post] Jquery Conflict with Advanced Custom FieldsThe bad news is, you would have to be logged in to see the stuff cuz it’s a closed site.
The good news is, the conflict was with a different plugin.
Thanks for the quick response : ). I’ve been looking for a plugin just like this one for a while.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Archive PagesI am trying this option and it is not working for me. Did it work for you?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Simple Share Buttons AdderI ended up going with “Addthis Social Buttons”:
https://software.resplace.net/WordPress/AAPL/reload-codes/Forum: Plugins
In reply to: [Sideways8 Private Pages] Display a List of Private PagesResolved
Forum: Hacks
In reply to: Randomize Custom Fields from PostsTurns out thee are about a thousand ways to do this. This is the way I ended up using.
<?php // The Query $my_query = new WP_Query( array( 'orderby' => 'rand', ));
Forum: Plugins
In reply to: [Sideways8 Private Pages] Display a List of Private PagesHi,
I have answered my own question : )
When you create the URL endpoint the root would be the file list. In my case I chose user-file as the URL endpoint, so the page is
Hope this helps
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Simple Share Buttons AdderNo Response? How about this instead?
What social sharing plugins are anyone using with the Advanced Ajax Page Loader?
Thanks,
Forum: Plugins
In reply to: [YENDIF Video Player & Video Gallery] Alphabetize the Listsgreat thanks : )
Forum: Plugins
In reply to: [YENDIF Video Player & Video Gallery] Alphabetize the ListsHey Thanks for the fast reply.
I have the shortcode down pretty well. I mean in the admin section where I create the playlists and media items (The media management and playlist management sections). It lists the items in order of most recently created. Ideally, it would be searchable, but alphabetically would be a great step.
Forum: Plugins
In reply to: [YENDIF Video Player & Video Gallery] Thumbnails in PlaylistSure. The address is archaicradio.com.
the plugin is working just fine. I was just hoping for faster page load by getting smaller images. But I can always use images that are already sized.
P.s. I love your plugin. It’s exactly what I was looking for.