• Resolved morganabbou

    (@morganabbou)


    Your plugin is fantastic, I’ve played with it and I love the look of my recipes now.
    I’m ready to go premium to get all the additional tweaks.

    My main issue that will prevent me to use it in the future is that it doesn’t seem to be compatible with the SmartMag Theme I use for my site :
    http://themeforest.net/item/smartmag-responsive-retina-wordpress-magazine/6652608

    Indeed, in the post forms, your plugin disable the main post options (the block doesn’t appear anymore) :
    – show the feature image on the homepage slider
    – post style
    – don’t show the feature image on top of the post (if I can’t play with it, I have the feature image on top of my post and then the feature image in the recipe right below)

    How can I get the block of post options back after installing your plugin?

    https://wordpress.org/plugins/wp-ultimate-recipe/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    I’m currently on vacation but can look into it when I get back on Monday.

    Would it be possible to provide me with temporary admin access to your website or to send me the theme files so I can test this?

    You can contact us at support@wpultimaterecipe.com to discuss this further.

    Kind regards,
    Brecht

    Thread Starter morganabbou

    (@morganabbou)

    Hi Brecht,
    Thanks for your quick answer, I will contact you via email.
    Enjoy your vacation.

    Kind regards,

    Morgan

    Thread Starter morganabbou

    (@morganabbou)

    Hi Brecht,

    I really appreciated the time you spent to solve this issue, in just a few hours, you managed to fix it, when the issue was with my theme and not with your plugin.

    Your plugin is awesome.

    Kind regards,

    Morgan

    Plugin Author Brecht

    (@brechtvds)

    These are the changes that worked for Morgan:

    In your theme’s functions.php file you could find the following lines:

    array(‘id’ => ‘post-options’, ‘title’ => __(‘Post Options’, ‘bunyad’), ‘priority’ => ‘high’, ‘page’ => array(‘post’)),
    array(‘id’ => ‘post-reviews’, ‘title’ => __(‘Review’, ‘bunyad’), ‘priority’ => ‘high’, ‘page’ => array(‘post’)),

    I changed these to:

    array(‘id’ => ‘post-options’, ‘title’ => __(‘Post Options’, ‘bunyad’), ‘priority’ => ‘high’, ‘page’ => array(‘post’,’recipe’)),
    array(‘id’ => ‘post-reviews’, ‘title’ => __(‘Review’, ‘bunyad’), ‘priority’ => ‘high’, ‘page’ => array(‘post’,’recipe’)),

    If you need anything else, just send us an email at support@wpultimaterecipe.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Compatibility with SmartMag Theme’ is closed to new replies.