This topic has 6 replies, 3 voices, and was last updated 9 years by Andrei.

  • Author
  • #72754
     clyn
    Participant

    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

    #72755
     clyn
    Participant
    This reply has been set as private.
    #73075
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #73090
     clyn
    Participant

    how can i create higher support?

    #73193
     Andrei
    Moderator

    Unfortunately 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 solution
    #73329
     clyn
    Participant

    Yes 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

    #73394
     Andrei
    Moderator

    Trying 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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?