• Resolved PhilEsq

    (@philesq)


    I love the Insert Pages plugin but it seems to have conflicts with other plugins and possibly themes.

    This page was using the Twenty Eleven theme. I tried switching to the StudioPress eleven40 Pro theme and have the same problem which is when the Insert Pages plugin is activated, the theme is not properly mobile responsive. However, it is properly mobile responsive on a custom child theme I have on another website.

    On https://personalinjuryadvertising.com/billboards/, the Insert Pages plugin displays code below the inserted content. I don’t know what this code is from. If I activate the Yet Another Related Post Plugin (YARPP), It displays code for YARRP together with the code that is currently displayed. I have YARPP deactivated now.

    On https://newyorkseriousinjuryattorneys.com/what-not-to-do-after-an-accident/ the Insert Pages plugin displays related posts from the Jet Pack plugin below the inserted content.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PhilEsq

    (@philesq)

    I tried creating a test page with nothing but a couple of words but the Insert Pages plugin still shows the code. If I deactivate Insert Pages, the code is gone.

    This is the code on the site using the Twenty Eleven theme. I would love to know why the code is displayed and how to fix it.

    ao_post_optimize: a:6:{s:16:”ao_post_optimize”;s:2:”on”;s:19:”ao_post_js_optimize”;s:2:”on”;s:20:”ao_post_css_optimize”;s:2:”on”;s:12:”ao_post_ccss”;s:2:”on”;s:16:”ao_post_lazyload”;s:2:”on”;s:15:”ao_post_preload”;s:0:””;}
    wpcr3_enable: 0
    wpcr3_hideform: 1
    wpcr3_format: business

    Thread Starter PhilEsq

    (@philesq)

    I used the code: [insert page=’calltoaction’ display=’all’]

    Thanks to this article: https://www.greengeeks.com/tutorials/embed-pages-wordpress-content/
    I just tried using the icon button in the editor and it added a different code: [insert page=’calltoaction’ display=’title’]

    This code is working properly!

    Plugin Author Paul Ryan

    (@figureone)

    Yeah, the all display isn’t super useful, it just displays any postmeta as an unordered list below the page content. The other display options are:
    * title
    * link
    * excerpt (renders the page title and the excerpt)
    * excerpt-only (renders only the excerpt)
    * content
    * post-thumbnail
    * all
    * your-custom-template-file.php (uses the file to render the contents)

    If you use that last one, here is a handy tutorial written by one of active users on how to build your custom template:
    https://medium.com/@wesmodes/using-wordpress-insert-pages-plugin-with-your-custom-post-types-and-custom-templates-535c141f9635

    Thread Starter PhilEsq

    (@philesq)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflicts’ is closed to new replies.