Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Plugins screen bug with Piklist 0.9.9.4 #4748
    Gregg
    Member

    @devon or @steve – do you have a temporary workaround for this in lieu of the update? I’m experiencing a similar issue with a blank plugin screen and just need an easier way to manage this while I wait for the update.

    in reply to: How to Add Class Name to Widget #4401
    Gregg
    Member

    Thanks Steve

    in reply to: File Limit Exactly 1 Error #3971
    Gregg
    Member

    On closer inspection, I discovered that the settings array had an ID of the old attachment. Changing that to the current / revised image ID did the trick. I’ll do some more testing to see whether there are any issues with switching images, but go ahead and close the ticket.

    Thanks so much for your help Steve.

    in reply to: File Limit Exactly 1 Error #3967
    Gregg
    Member

    @steve – I was one version behind and just updated, but still having the same issue running locally with MAMP. I’ll do a little more digging through the database tonight to see whether I can spot the cause.

    in reply to: Settings – How to Generate Dynamic CSS #3629
    Gregg
    Member

    You rock Steve! I was struggling and had no luck with wp_add_inline_style and of_get_option, but your solution is working very well indeed. Thanks so much.

    in reply to: Taxonomy Dropdown List – All categories option #3602
    Gregg
    Member

    Thanks @jcrist and Steve … works like a charm.

    in reply to: Taxonomy Dropdown List – All categories option #3593
    Gregg
    Member

    Can you just clarify where the code you recommend should go. Here’s what I have:

    piklist('field', array(
        'type' => 'select'
        ,'field' => 'category'
        ,'label' => 'Categories'
        ,'conditions' => array(
          array(
            'field' => 'gwfg_carousel_content_type'
            ,'value' => 'videos'
          )
        )
        ,'choices' => piklist(
          get_terms('gwfg_video_type', array(
            'hide_empty' => false
          ))
          ,array(
            'term_id'
            ,'name'
          )
        )
      ));

    Thanks.

    in reply to: Group Field Add_More Array Values #3366
    Gregg
    Member

    It’s not really clear to me why I couldn’t reference the $values of the $keys, but that’s because I’m still wrapping my head around arrays and referencing them correctly.

    For the sake of simplicity, I’m making the key and value the same i.e. ,’Best Director’ => ‘Best Director’.

    in reply to: Widgets not showing #3339
    Gregg
    Member

    I’m stripping away most of the blog related widgets and leaving the custom built ones in place. It’s a cleaner user experience in my case to simply expose all the custom widgets given that there won’t be too many.

    in reply to: Widgets not showing #3337
    Gregg
    Member

    Hi Steve

    Is there an option to expose all the widgets as opposed to grouping them together per @marcus comment?

    – Gregg

    in reply to: Widget: Array to string conversion Error #3312
    Gregg
    Member

    Works like a charm – thanks Steve.

Viewing 11 posts - 1 through 11 (of 11 total)