'Editor' is one of several default user Roles in WordPress

learn more… | top users | synonyms

0
votes
1answer
19 views

Limit post view and management to custom user meta information

I added custom user meta information called "schools" and I want the editors to only be able to manage posts made by other users who are from the same school. How do I do that?
0
votes
1answer
38 views

Custom wysiwyg editor doesn't execute shortcodes?

I encounter this weird problem.. I'm trying to create a simple & easy website for a client. He wants to embed video's into the page. I use different customfields assigned to specific elements in ...
0
votes
0answers
27 views

show shortcodes in editor

Is there any way in which i can show custom shortcodes inside the editor panel, I have a bunch that I've created and thought it would be a good idea? Not found anything online other than tutorials on ...
2
votes
1answer
47 views

Set default text for the editor in new posts

I was wondering, is it possible to set default text to appear inside "text" part of the wysiwyg located on Create post page? So every time you click add new post that text would be there waiting for ...
1
vote
1answer
31 views

Is it possible to activate customfield 'text description' upon activating the customfield 'checkbox'?

I'm trying to find a solution how to activate a another customfield in WordPress pages when the selectbox is selected. This is the script to simply show the customfield 'checkbox' in wordpress page ...
0
votes
1answer
24 views

TinyMCE Advances is removing blanks (“ ”)

I want to keep blanks " " inserted by the user in Wordpress with the TinyMCE Advanced plugin. He keeps them only if there are some letters at the beginning. E.g. Fr 09:00 - 18:00 But he don't ...
0
votes
1answer
26 views

Post/Page Editing has been disabled, what options do I have to resolve? [closed]

I have exactly the same issue as this closed question and need to resolve it. Wordpress has been working perfecting until a few days ago and now I cannot edit posts, specifically I cannot Add ...
2
votes
1answer
68 views

Restrict access to post if it is currently being edited

On a platform with many Editors, the problem that I am experiencing is that two editors proofread the same post simultaneously (and disregarding the warning notice about someone else currently editing ...
0
votes
0answers
59 views

Line break - ever-confusing in new editor

I can see this issue has been discussed at length but I'm still struggling to find a solution. I'm trying to get reasonable spacing between paragraphs Between first two paragraphs, I'm using one line ...
5
votes
1answer
111 views

Allow Editors to edit pending posts but not draft ones

I have a large number of users with Editor Capabilities that help to go through the post submissions. This is my current setup for this role: As you can see, they are allowed to edit_posts and ...
0
votes
0answers
78 views

Strange problems when I try to insert HTML\XML code snippet in my posts

I am experiencing some problems while trying to insert XML code snippet into my WordPress articles. I have just read this tutorial: http://codex.wordpress.org/Writing_Code_in_Your_Posts I am using ...
0
votes
0answers
13 views

Strange behavior when I insert XML code snippet into articles using SyntaxHighlighter Evolved Plugin

I am using WordPress for a technical developing blog. I am using the base WordPress editor to write my articles (not using other plugin) I am using the SyntaxHighlighter Evolved Plugin to enter code ...
1
vote
1answer
49 views

How to get Text Selection in WordPress Editor

I want something like if I select any word in WordPress Visual Editor, it will get replaced with my own text. Actually Visual Editor is an iFrame. We can do this thing in textarea, but how can we ...
0
votes
0answers
28 views

How can I make a plugin available for the editor profile users?

I have the Bliss Gallery installed on my Wordpress 3.3.1, but I can't seem to activate it for other profiles. I want my 'Editor' to be able to add pictures and categories and what not to the gallery. ...
0
votes
1answer
65 views

Adding tables to the WordPress Editor

I tried this fix: http://www.paulund.co.uk/display-full-tinymce-editor-in-wordpress But I see no change in my editor. So how do I enable tables in the wordpress editor. MY function is: function ...
0
votes
2answers
114 views

Why Editor reformats my code

I'm using TinyMCE Advanced and SyntaxHighliter plugins on my WordPress install. Why does the editor change my inserted code, from: [php] <?php /** echo('code'); /**/ [/php] to: [php] ...
1
vote
2answers
24 views

Make the Status, Visibility, or Date fields opened by default in the Publish box

By default, the Status, Visibility, and Date fields in the Publish metabox are closed, and you have to click Edit to show them. Is there a way to make these fields visible by default? The hidden ...
1
vote
0answers
99 views

Wordpress functions.php - Execute plugin specific user online

One Trick Pony posted a great script that I'm trying to adapt to my needs. Registration in my website is restricted. There is only one user, a editor. The idea is to have a Chat Plugin, and it would ...
0
votes
1answer
24 views

prevent custom widget file names from showing in Appearance > Editor

I've setup a few custom widgets for my theme, and when I go into Appearance > Editor, the widget file names are showing up in the list of files that can be edited. How can I prevent these widget file ...
0
votes
3answers
70 views

Default pages to be unpublished - possible?

Is it possible to change the default status of every new page created to be "unpublished"? We want to have someone help us add pages to a site, but not have them show up by default until it is (all ...
0
votes
2answers
158 views

Problem with Line spacing in wysiwyg editor in WP 3.5.1

Since updating to 3.5.1, I can no longer get single line breaks in the WYSIWYG editor. I used to be able to shift-return for a line break and return for a paragraph break. But now all lines have ...
0
votes
2answers
300 views

How to add a class to ul tags created by the WordPress editor Tinymce?

I want to set a special styling for the ul tags created by Tinymce only, which means only for posts and pages, I only found this filter tiny_mce_before_init with an example on how to add custom style ...
0
votes
1answer
79 views

Role based permission edit for plugins

I have TheThe Fly Image slider installed on my website which has multiple users. I wish to hide the settings from contributors and authors, but allow editors and admin roles to be able to amend the ...
0
votes
0answers
112 views

use WP_Image_editor with imagefilter [closed]

I want to make an image grayscale and had been looking at this: http://ottopress.com/2011/customizing-wordpress-images/ However wp_load_image is now deprecated and the recommended method is to use ...
0
votes
1answer
39 views

HTML5 Summary tag in editor

I'd like to use the summary tag to summarise the content of a post but i'm facing a couple of issues doing that: There isn't an option for it in the wysiwyg - how can i add in elements to the ...
0
votes
1answer
61 views

TinyMCE buttons broken

For some reason my TinyMCE buttons are completely misaligned and have the wrong background-position (See image below): I have attempted to download a fresh install of Wordpress 3.5 and replaced my ...
0
votes
2answers
356 views

enable TinyMCE for comment forms

Is there any way in Wordpress to use a richt-text-editor (preferable the build in TinyMCE) on the comment form textarea in the frontend? I had such a feature in earlier versions, using the plugin ...
0
votes
1answer
105 views

Function to add custom HTML into head in custom post-type list page

How can I add custom HTML/PHP file into head where custom post-type list showing like this ? Any Wordpress function can do this ? or I can only do by JS(jQuery) to append my custom content ?
0
votes
1answer
54 views

Check if post was modified by editor different than post author

Is there a way to check if a post written by user X is modified by a different user (for example admin, or an editor)? What I want to achieve: I have a site where posts are submitted for publication ...
5
votes
1answer
73 views

Listen to Post action

I am writing a plugin that adds a custom metabox to the post page. I would like to trigger an event when the user navigates away from the edit post page or when a user stops editing a specific post. ...
0
votes
2answers
63 views

WP is not allowing me to post Macintosh .pages documents to my blog

I'm completely green when it comes to website development, therefore, if you do have an answer for me could you please explain it in laymen's terms. My problem: I just created a blog post using ...
0
votes
2answers
77 views

Editing Screen: Make Update or Publish Button Follow The Page

The Problem: I am currently in the finishing stages of a premium theme I've been developing and all is mostly well. For pages I have a few custom meta boxes for adding in slideshows and other ...
1
vote
2answers
196 views

Avoid converting “>” to &gt;

I'm using a Markdown plugin and trying to write a blockquote Like this But Wordpress converts ">" to an html entity, so the result looks > like this Is there a way to avoid this?
1
vote
1answer
203 views

TinyMCE Autoresize

Looking for a way to make the TinyMCE editor always relative to it's content so that the height of the editor changes accordingly to how much text/images it contains. There seem to be plugins for ...
1
vote
6answers
901 views

How to see files in directories in “Edit Themes” screen

I like to have folders in my theme folder for scripts and styles, but I can't access these folders in the "Edit Themes" interface. This is problematic for clients that don't give me FTP access. Is ...
0
votes
2answers
147 views

Why is the media upload button not in the main toolbar & can it be placed there instead?

Is there a good reason why the wp media upload button is not placed within the main edit toolbar, and can we put it there instead of floating above??
0
votes
1answer
61 views

If two users attempt to modify a page, does Wordpress still work correctly?

I am worried about allowing more than one user of my Wordpress installation use Wordpress at the same time. What if one user updates a page or deletes a page while the other user is editing it? How ...
0
votes
1answer
48 views

Force WP to ignore multiple whitespaces

Is it possible to force WP to ignore multiple whitespaces so in the frontend so there’s only one visible? It’s because when my client writes something in the editor sometimes he enters two spaces ...
2
votes
2answers
92 views

Wordpress theme (or plugin) that uses Contenteditable property

I'm doing an experiment and looking for a WordPress theme that utilizes the contenteditable html5 property to allow in context editing on the live website (for authenticated admin users). Are there ...
0
votes
2answers
193 views

Dynamic WordPress editor in meta box

I created the WordPress editor using wp_editor function dynamically. While i click add more button i just cloned editor and append new editor using jquery. While i am cloning editor i just changing id ...
-1
votes
1answer
39 views

Why is the text editor linked to the visual editor?

When I erase something in the "visual" tab the code from the "text" tab is getting erased too. When I write something in the visual tab it's appearing in the text tab. Somehow, they both got linked ...
1
vote
1answer
110 views

Use MarkItUp as editor and not the default

Does anyone know if it is possible to use this editor as my WordPress editor and not the default. If so, how?
0
votes
1answer
149 views

wysiwyg editor don´t export paragraph <p>

I use cmb for my custom metaboxes. What I´ve done: 'type' => 'wysiwyg' My WP-Backend: (HTML-Editor): <h1>Headline</h1> Paragraph Browser-Source just looks like: ...
0
votes
0answers
14 views

How do i make multiple “segments” of the page editable from admin? [duplicate]

Possible Duplicate: Multiple areas of dynamic content in a page Take a look at this page: http://livedemo00.template-help.com/wordpress_35782/ I'm trying to improve my wordpress coding so ...
-2
votes
2answers
141 views

Edit Wordpress site hosted by HostGator without original wordpress.org credentials [closed]

I was asked to take over admin duties for an organization site hosted at HostGator. I discovered it was a wordpress site with premium theme. I have never used Wordpress before, but really want to ...
0
votes
0answers
46 views

Efficient tool to develop/update code on remote Nginx WPMU Wordpress Multisite [closed]

I have nginx with subdomain multisite all setup running on ubuntu 11.04 and everything is working. Each subdomain has a distinct domain (.com) and there is only me developing. What is a convenient ...
0
votes
1answer
43 views

Show posts of parent in edit.php

I'm creating a post type for a site where there 4 main 'parent' pages in a custom post type. For the sake of argument the post type is 'schools' the 4 (of many) parents are: Cambridge Teesside ...
1
vote
1answer
136 views

Restrict other Admins from using Editor in Admin Panel

I am running a WordPress website. I want to assign other users roles like Admin, Editor, etc. I want them to be able to install plugins, themes, delete them, etc. The only thing I don't want them to ...
0
votes
1answer
64 views

Is there any action/filter hook to use when an image gets edited in the editor?

I can't find a specific hook. If I already have added an image to an article via editor and then I edit it, I'd like to intercept the code just before it is sent again to the editor. I already use ...
0
votes
0answers
25 views

Can not insert image from Gallery when using wp_editor [duplicate]

Possible Duplicate: Insert into Post button is missing for certain images I built a custom meta box included an editor form using wp_editor() Wordpress built-in function. However, I got a ...

1 2 3 4