• Hi.

    I have disabled all other plugins on a website I am building, yet I am still unable to access the plugin though the page editor. I have not modified the files in any way, but cannot modify content blocks which were added in previous versions. Is this plugin still being actively maintained?

    Thank you in advance for the help.

    https://ww.wp.xz.cn/plugins/pagely-multiedit/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t know if it is still supported/active. But I do know that it still works like a charm 🙂

    Did you use it like this?

    /*
    
    		Template Name: My template
    		MultiEdit: Block1,Block2,Etc
    
    	*/
    
    <?php multieditDisplay('Intro'); ?>

    Then the MultiEdit tabs should appear in your admin.

    Thanks, Dries, AJ’s out this week, but I see something very different.

    In the Main Index Template (index.php) and page.php, we see the following code:

    <?php
    /*
    MultiEdit: Right
    */
    ?>
    <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”&gt;
    <html>
    <head>
    <link href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” rel=”shortcut icon” type=”image/ico” />

    For “internal page template” is similar code:

    <?php
    /*
    Template Name: Internal
    MultiEdit: Right
    */
    ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    	<head>

    OK, once I laid it out like that for you, I was able to test the syntax and can edit our multi-edit blocks!

    Thanks for the vote of confidence, Dries

    Plugin Author joshua strebel

    (@joshuastrebel)

    Put it up on github, pull requests welcome.

    https://github.com/strebel/multiedit-plugin

    Happy to take patches and deploy back into .org plugin repo

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

The topic ‘Is This Plugin Still Supported/Active?’ is closed to new replies.