mmjaeger

Results 29 comments of mmjaeger
trafficstars

any update on supporting the 'attachment' post type??

I just set the type argument to "ajax" - something like $( '.container' ).magnificPopup({type: 'ajax', delegate: 'selector')} - still don't understand how I could catch a 404 On Sun, Dec...

thanks for replying Joe - unfortunately, the code above doesn't do anything. On Tue, Feb 16, 2016 at 4:31 AM, Joe Grainger [email protected] wrote: > It should be? you can...

In this regard, I tried the following: ``` $cpt = new CPT('post'); // Define the columns to appear on the admin edit screen $cpt->columns(array( 'cb' => '', 'title' => __('Title'),...

Sounds good - looking forward to it - adding some css to the admin_head works well but though.

this is what I'm getting: a.read-more{font-size:.8em;text-transform:uppercase}a.read-more:after{font:16px/1"dashicons";content:"";display:inline-block;-webkit-font-smoothing:antialiased;vertical-align:middle;margin-bottom:2px;margin-left:5px} content declaration is still not working using the following scss: a.read-more { font-size: 0.8em; text-transform: uppercase; &:after { font: normal 16px/1 "dashicons"; //font-family: "dashicons";...

I guess this is no longer in active development since the programmer uses magnific popup on his very own website??