blackartz
Forum Replies Created
-
Forum: Plugins
In reply to: [Flickr Gallery] HTTPS APIThanks @jboverhof this fix worked for me too 🙂
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Display Custom Field in Show Post MetaOK figured this out on my own too:
Using the built in functionality of genesis_custom_field I just needed to hook it to the right part of GFWA by adding the following to the functions.php of my child theme:
add_action( 'gfwa_before_post_content', 'gfwa_grant_type_meta' ); function gfwa_grant_type_meta() { genesis_custom_field('grant'); }Incidentally, it works just as well if you add the Custom Meta Boxes library, which gives you a more sophisticated approach to creating custom field boxes.
Forum: Plugins
In reply to: [Genesis Latest Tweets] Down on all sitesYep same problem for me 🙁
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?I’m having the same issue as Sim-O and kira002 with a client’s installation.
I upgraded Twitter Tools, entered the OAuth stuff, clicked on ‘connect to twitter’ then get presented with a totally blank screen at www.***blogaddress.co.uk/wp-admin/options-general.php – seems it must be a server setting as it works fine on my own blog.
Anyone have any thoughts?