• Resolved olexinski

    (@olexinski)


    Hello,

    I want to sell travel guides through WordPress, so I installed newest WordPress and bought GoTravel Theme by Mikado.

    Sadly while adding new Tour to my site by clicking Mikado Tour on left sidebar, then Add New Tour Item; box with WooCommerce ID selection is not visible.

    While adding standard blank page everything works like a charm.

    Is there any possibility to lock page manually, maybe by some shortcode while using Text Editor, or force that box by adding some line of code to that Mikado Tour plugin?

    Thanks, Kuba

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

    (@mattpramschufer)

    That is because the “Tour” is probably a custom post type. If you go into the Settings panel you can add additional custom post types you would like the meta box to display on. In order to find out the custom post type slug, you will either need to look at your database and look in wp_posts table for a “tour” and then look at the post type, or look in the code where the developers created the post type and look for the name, or finally contact the developer and ask what the custom post type is called.

    Thread Starter olexinski

    (@olexinski)

    It does the trick 😀 Thank You very much, keep making awesome plugins and carry on 🙂

    Thread Starter olexinski

    (@olexinski)

    Ok, sadly that does not working 100% proper. It’s now blocking only main text-box on my Tour Site, and leaving all additional data like photo gallery, maps etc still available for all.

    So, I thought, what about blocking specific URL? Is this a possibility?

    Plugin Author Matt Pramschufer

    (@mattpramschufer)

    That is because the plugin works by looking for the_content() and then hooks into that wordpress function. You would probably have to custom code this out for your theme specifically probably by using a custom page template. You can contact me directly if you are interested in any custom development.

    Thread Starter olexinski

    (@olexinski)

    I couldn’t find your email address at yours profile site, so I’m posting here. Feel free to replay directly at olexinski@gmail.com

    Sadly PHP is dark arts for me (is that even PHP inside plugin? 😉 ), but I noticed that your addon is blocking everything inside <div class=”wpb_wrapper”>, but it supposed to be blocking everything inside <div class=”mkdf-container”>. Sooo, what are my options here? How time and money consuming are these type of changes?

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

The topic ‘Addon box not showing while editing page’ is closed to new replies.