This plugin has not been updated for several years and will not be updated in the future. It was a very simple solution to a complex problem – which has since been solved exponentially better by other plugins.
See Advanced Custom Fields (ACF) plugin for a superior alternative.
Thank you – and goodnight.
-strebel
looks like with one of the latest wordpress releases pagely multi edit is broken. i don’t see anymore of my multi edit tabs in classic editor….HELP!
symptoms: no other plugins but classic editor active. activating multiedit results in many js things not working anymore, e.g. dropdown options on editor page. in front end luckily the multi edit contents still appear, but not editable in backend.
]]>I would like to continue to use the Pagely MultiEdit plugin but it has not been updated for a bit over two years which worries me from a security and functionality standpoint.
Does Pagely intend on updating the plugin to at least ensure it is compatible with the latest version of WordPress and also with Gutenberg?
Thank you for your time and I look forward to hearing from someone!
]]>When a page or post has been added and later a new user as been added, the new user has problems with editing – e.g. no reaction on click on update or add media.
No problems for older users.
No problems with pages or posts which have been added after adding the new user.
Solution: Re-create the affected pages.
as soon as i activate the plugin TinyMCE and TinyMCE Advanced Professsional Formats and Styles mulltiedit won’t display any contents in editor.
]]>The Content in the Pagely tabs displays initially but then content is gone when you click back to a previously viewed tab. There is no avaliable update for the Pagely Multiedit plugin. The version of the plugin is: Version 0.9.8.6. Thank you in advance for helping me resolve this. Please get back with me as soon as you can. Thanks,
]]>Hi, I have a problem with Page.ly multiedit plugin – when I edit page (or block) and click on save page, it warns me that I am leaving page without saving content.
It happends only on pages with page.ly multiedit, so I assume it’s multiedit issue. Anyone having same problem?
Thanks
]]>Hi,
I’m adding a video using iframe in a Miltiedit area but the video is not being displayed correctly because paragraph tags are being added around the iframe, How do I get muitiedit to stop adding those paragraph tags?
Thanks,
Jim
We started noticing content disappearing from tabs we were editing. The problem is exactly as described here:
https://www.ads-software.com/support/topic/content-disappearing-from-tabs?replies=11
Might this bug have been accidentally reintroduced in the last update 4 weeks ago?
The MultiEdit Blocks work perfectly, specifically for a case where the client is better with the page divided into blocks that she can manage with minimal intervention with the main theme html, and without fear of messing a page layout while editing.
The only issue I found but could be my mistake was, that the <?php multieditDisplay('BlockA'); ?>
pieces in my custom theme were not parsing short codes like Image Captions. But it would work if I change the output of the plugin to pass through the do_shortcode function like this..
$me_str = do_shortcode($me_str);
So either there is a simple reason that it’s not parsing a shortcode or this or something similar should be incorporated into the plugin code.
]]>Like many other posts have been saying, the new version doesn’t work and changes the tab content when you switch from tab to tab.
Is this going to be updated and when?
]]>When I switch from tab to tab, the content in tab1 changes to a different meta value. How is this fixed?
The problem is my whole site is integrated with this plugin that now doesn’t work… does anyone know what to do?
]]>Let me start off by saying I love this plugin and have been using it for years.
I am finding that with the newer version of WordPress images with captions (that are placed in one of the multi edit tabs) are displaying the caption shortcode ([caption id="attachment_578" align="alignleft" width="182"] and the then end shortcode [/caption]) in the Visual editor.
It is possible to fix if you simply click back and forth between the Text and Visual tabs but is this a slight glitch with the plugin? I only see it happen in the custom multi edit tabs and no where else.
Thank you for your time and I look forward to hearing from you!
]]>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.
]]>Hello,
I am using your latest release of Page.ly multiedit on a self-hosted WordPress site. The latest version has been deleting content when a tab is switched to another and then switched back.
Let me explain more fully.
The default tab will at first show its content. Then, if you click on another tab it will show the content of the tab that you click on. However, if you click back on to the main tab, the content is blank and WP is automatically autosaving the blank content as a revision. Also, if you were to click back on the other tab clicked on previously, it will also be blank.
According to this other post over on the WordPress support forum: https://www.ads-software.com/support/topic/plugin-pagely-multiedit-tabs-sometimes-load-content-or-are-blank-content-can-be-lost, you had addressed this issue a few years ago but perhaps recent changes to the WP core code has altered your fix. Can you please look into it and see if you have the same issue?
By the way, we weren’t having this issue until recently when we updated to version 0.9.8.5.
I appreciate your time and assistance.
Best,
Jack
Use at your own risk. You will lose your work if you hit update content and you are not in Visual Editor.
I have 6 panels set up on a template. When I edit the content of 1 panel the content from that panel is now on the other 5 and their content is gone.
]]>Plugin not working with WordPress 4.1. Content is the same on all panels.
]]>Wondering if you plan to introduce an update to your MultiEdit plugin to make it compatible with WordPress 4.0.1? Noticed that only one person has tried MultiEdit v9.8.4 with WP 4.0.1 with success but am uncomfortable to try due to unintended consequences.
]]>Hi.
I’ve create a template for my friend with the MultiEdit-Plugin. So far, so good – the plugin is very good!
I use the Simple Lighbox Plugin (Ver. 2.3.1) to, but if I insert a picture into a “multieditDisplay”, the Lightbox doesn’t work. If I put a picutre into the “the_content” on the same page, the lightbox works fine.
This is the code at “multieditDisplay”:
<a data-mce-href=”xxxxxxxx” …
And this is the code at “the_content”:
<a data-slb-internal=”0″ data-slb-active=”1″ href=”xxxxxxx” …
How can I fix this?
Or maybe you know a better Lightbox-Plugin? Maybe is there a way to do a Lightbox without a Plugin by using CSS, jQuery an the functions.php?
Thank you very much for your infos ??
BR
Machomaaan
I’m trying to access the installation guide but the link appears to be broken. Please can you update it or let me know where I can view the guide.
]]>Only the admin who installed the plugin can edit the content in the multiedit fields. Is this normal?
]]>Hi, I just wanted to share an idea how one can use this great plugin for other custom post types (other than pages):
With the plugin installed and activated, one can use the following code snippet to setup tabs for custom post types, without having to modify some file templates, you just have to modify a single array and you’re done.
Here’s an example for the post and news post types:
add_action( 'load-post.php', 'wpse_143674_init' );
function wpse_143674_init()
{
//--------------------------------
// EDIT this setup to your needs:
//
$args = array(
'post' => array( 'Bottom', 'Center', 'Top' ),
'news' => array( 'Left', 'Right' ),
);
//-------------------------------
$m = new WPSE_Multi_Edit_CPT( $args );
$m->init();
}
where you can get the WPSE_Multi_Edit_CPT
class from here:
https://wordpress.stackexchange.com/a/143688/26350
Best regards.
]]>I’m seeing some weirdness when my post content has a <span> tag. The edit page is showing the contents of the span tag alongside the multiedit tabs (screenshot below).
This is the HTML in my page:
1 STOP Lighting Coupons
<span>all kinds of content goes here...</span>
<img style="margin: 0px 5px 5px 0px; float: left;" alt="" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/800px-Smiley.svg.png" width="100" />
Screenshot:
https://snag.gy/XpuMp.jpg
Any clues what’s causing this and (more importantly) how to make it stop?
]]>Just updated to 3.9 and suddenly galleries are no longer working in page.ly multiedit regions. I can create a gallery in WordPress, but this is what the source code looks like when I look at the page on the website:
<div class="wpview-wrap wpview-type-gallery" contenteditable="false" data-wpview-type="gallery" data-wpview-text="%5Bgallery%20columns%3D%224%22%20link%3D%22file%22%20ids%3D%22545%2C543%2C541%2C542%22%5D">
Compared the page.ly code to code from a gallery placed in the regular wordpress content area:
<div id='gallery-1' class='gallery galleryid-694 gallery-columns-4 gallery-size-thumbnail'>
Galleries in multiedit regions were working fine right up until the update.
]]>This has been going on awhile now for me, not just this version. I have it setup correctly as per instructions, but it is making my content almost unmanagable.
I have maybe 16 templates on a site. Each one has unique multiedit regions. When I go to edit the content though, in every case it is doubling and soemtimes tripling the tabs. In other cases it is creating tabs that dont even exist. I have installed an reinstalled without any luck.
Any help?
]]>When tabs exceed screen size, things get quite screwed in post interface. Currently I have 17 tabs and probably will need to get them up to 30, as this project requires a lot of blocks. I’m using 30″ monitor and tabs can’t fit in the interface already. Please fix this in some way, so they get wrapped or whatever.
You might also consider different parsing of tab names, as it gets affected by using multiple capitals in ID, while I’m trying to make tab names any meaningful i.e. TabLeft. Why not find different separator, that allows spaces too, since, you know, the end user is not always web savvy.
Other than that, good job on addressing the lack of such fundamental functionality in WP.
]]>I want to have my site multilingual.
Normally I always use qTranslate for that.
But now I noticed, that MultiEdit doesn’t work anymore, when activating qTranslate.
Can anybody fix that maybe? Or has another solution for this problem?
]]>Hi everyone,
I’m using this plugin, but I can’t fix why my “custom fields” aren’t displayed on the website. I can see the tinyMCE tabs on the page editor, and also If I check the custom field metabox the content is there. So the problem is that when I call the function <?php multieditDisplay(‘Right’); ?> it returns nothing. When I check the website code only shows my div tag, but nothing inside…
Could anyone help me?
Thanks in advance!
]]>Short code are not working with this plugin
]]>