• Resolved Schulzer

    (@schulzer)


    Hi,

    I use a content slider (royalslider) to display my posts. on certain posts i want to display a widget (custom menu) in my sidebar.

    when i disable the slider and tell widget logic to look for values in the custom fields attached to my posts everything works fine. when the slider is enabled it breaks. any idea on how this can be achieved?

    – i can display the custom field’s value in the slider. but how do i tell widget logic to fetch it?

    Thanks.

    http://wordpress.org/extend/plugins/widget-logic/

Viewing 2 replies - 1 through 2 (of 2 total)
  • have you sorted out how to write logic using the custom field? (you seem to say yes you can and it works fine without the slider, but also “how do I tell WL to fetch it?)

    get_post_custom_values()
    http://codex.wordpress.org/Function_Reference/get_post_custom_values

    is definitely a good start – but if you’ve sussed that, got it working and the slider plugin is preventing WL from seeing the custom value, that’s baffling, but you may have to contact them for some info as that is a paid for (and presumably supported) plugin. (Which also means I can’t look at the code to see how on earth that happens.)

    Hope that helps

    Thread Starter Schulzer

    (@schulzer)

    thanks for your reply. you’re right – I’ll contact the support staff. maybe they can help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Content Slider and Widget Logic?’ is closed to new replies.