Labib Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Only 'admin' can edit?Hi.
Thanks nimzayx.
As admin option is concerned It’s more secure.
I will add this feature in next version.
Regards:
Labib AhmedForum: Plugins
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Feature Image is always deletedHi.
I have resolved this issue in version 3.0.Update this version and enjoy.
Regards:
Labib AhmedForum: Plugins
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Draft EditingNo.
It only edit post and page that are published.
I will add this feature in next version.
Regards:
Labib AhmedForum: Plugins
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Change button positionYes.
Just replace this code
<button style="position: fixed;top: 1px;left: 35%;z-index: 999000;" class="btn btn-sm btn-default activep"> <i class="fa fa-pencil"></i> Enable WP Quick Front Editor </button>
<button style="position: fixed;top: 1px;left: 35%;z-index: 999000;" class="btn btn-sm btn-danger deactive"> <i class="fa fa-shield"></i> Disable WP Quick Front Editor</button>
with following code in plugin.class.php file on line 73 and 74
<button class="btn btn-sm btn-default activep"> <i class="fa fa-pencil"></i> Enable WP Quick Front Editor </button>
<button class="btn btn-sm btn-danger deactive"> <i class="fa fa-shield"></i> Disable WP Quick Front Editor</button>
Forum: Plugins
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Change button positionHi!
Thanks Claud for your appreciation.
Yes you open the file plugin.class.php from wp-quick-frontend plugin folder.
Online 73 and 74 see following html with inline style tag. Change position from here.
<button style="position: fixed;top: 1px;left: 35%;z-index: 999000;" class="btn btn-sm btn-default activep"> <i class="fa fa-pencil"></i> Enable WP Quick Front Editor </button>
<button style="position: fixed;top: 1px;left: 35%;z-index: 999000;" class="btn btn-sm btn-danger deactive"> <i class="fa fa-shield"></i> Disable WP Quick Front Editor</button>
Note: Keep same styling for acive and deactive button
Regards:
Labib Ahmed
Rate if you like plugin.Thanx igornn for usefull suggestion.
1.I will enable this feature in next version.
2.You can remove the image just by bringing the cursor after image and pressing backspace.Plugin editor works same as simple text editor.