koruitch
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontier Buttons] Reply on comments does not workI checked with the 3 default wordpress themes and two different websites and the problem is the same, the styles of content disappear so you can not write any message. If you work is it possible that any feature missing on the server? I checked also with different browsers. Thanks.
Forum: Plugins
In reply to: [TinyMCE Comment Field - WYSIWYG] Embed doesn't work correctly?Not work for my.
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] Not found page editCan someone tell me if it works with the current wordpress
I have a question now for me is working well the V 4.3 but in the image:
http://2rrr.org.au/downloads/wp-user-frontend/2RRR_4_3/screenshot_top_2RRR_3_0.png
no is visible the opcion visual or text in the edit the post, but i see TinyMCE options.
How is this possible?
the alpha 3.0. Have one problem.
The submit button no refresh the page and neither sent to other page.Stop in “please wait” forever. IN crhome Versión 25.0.1364.152 m and internet explorer Versión 10.0.9200.16384.
Problem solved. My fault sorry. This template have very options the configure page. sorry.
Is possible delete or hide the fiel text in the edition the post?
Hello, I am tested v.alpha 3.0 i find better, I have 1 problem now.
The new template no have link the edit post. I insert this line in the template post:
<?php edit_post_link( __( 'Edit', 'MY TEMPLATE' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' );?>This found correct with the plugin disabled but when i active redirect a page [wpuf_edit] correct but no show the display the edit post, only show the page standard the my template,I change the template and found correct. What and where I have to add the line to this template to work?
This problem is similar in v 1.1. in my templete only.
——————————————————————
I tested this plugin with role manager (other plugin) and the result is impressive. With this plugin is possible edit options as:
Delete the buttom add media with only one click in the page [wpuf_edit] no is necesary the code the post 6 (this code is only for users suscriptors but now is configure for ranges) for example too restringer enter the desktop.WHAT? How long? I need this plugin. Now get delete the button media for users suscriptor, in the functions.php the template insert:
function remove_medialibrary_tab($tabs) { unset($tabs['library']); return $tabs; } add_filter('media_upload_tabs','remove_medialibrary_tab');I have all solved less in this template no show link the edit post in post.
where I can download the beta version?
Sorry in english is buttom media, I need delete this buttom.
Please, I need delete the buttom add objet.
I solved the problem 1 changing in wpuf.css this:
.wpuf-post-form label { float: left; font-weight: bold; height: 20px; margin: 0; min-width: 130px; padding: 0 10px 0 0; font-size: 12px; cursor: pointer; }modified by:
.wpuf-post-form label { float: left; font-weight: bold; height: 50px; margin: 0; min-width: 130px; padding: 0 10px 0 0; font-size: 12px; cursor: pointer; }