-
Author
Tagged: frontend with iframe
-
August 12, 2015 at 22:29 #72754clynParticipant
Dear Kleo Support Team,
my site will non-profit organization about Art with lots of user roles. I search some frontend post and page editor but most of them is really want much money or i did not trust them. So search internet and i decide to use iframe…
Added new page (page name is “Create New Post”) on NavMenu and i added <iframe src=”https://www.mydomain.com/wp-admin/post-new.php” height=”1200px” width=”100%”></iframe> . This page is private only registered user can see this page…
1 – What is the using iframe security level. when user login and click creat new post, they see that adress bar https://www.mydomain/create-new-post/ but they can see page source code off cource…
2 – I tested on notebook and mobile its working, just with mobile visual editor is not working.
3 – I am using role editor, WP Admin UI customize pluging so user cant go to other page.
4 – How can i do when user connect on mobile, post editor will turn to text editor, visual editor will be disable?
5 – Also i have SSL and will use some other wordpress wp-admin secret pluging
6 – Which wordpress CSS change admin panel such as post or page style css…
Please check than could you tell me about risks or your idea…
Best Regards
August 15, 2015 at 06:11 #73075LauraModeratorHello, will assign the ticket to a higher support lever who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 16, 2015 at 02:34 #73193AndreiModeratorUnfortunately I don’t think you’re doing in the right way. I sincerely recommend you to hire a developer to build such functionality or you might end up exposing security holes into your site.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 17, 2015 at 01:46 #73329clynParticipantYes i read lots of article tonight and all of them say like you. I am using admin menu so some roles never see dashboar menu on backend editor. At the moment user can see Mine(3) Published(8) Trash(6) (just read) published other roles post and pages so i found this code on wordpress moderator and added function.php child theme
/**
function posts_for_current_author($query) {if($query->is_admin) {
global $user_ID;
$query->set(‘author’, $user_ID);
}
return $query;
}
add_filter(‘pre_get_posts’, ‘posts_for_current_author’);
*/user cant see other users published or trash post, page, protfolio or products etc on backend but this code also working for me on administration panel, and cant see the others published… What is wrong?
sorry because wordpress closed this topic, i could not ask them
Thanks
August 17, 2015 at 15:45 #73394AndreiModeratorTrying to fit the whole admin backend in a frontend iframe will simply not work, and I repeat you, it might cause security issues.
You could go with https://formidablepro.com/ , which I think it should work without issues ( from what I can see you can also request a refund if you’re not pleased about how it works ).
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.