• i created a page with a row with 4 coulmns but users/authers are able delete easily the row. how can i remove/hide/lock the delete button?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator bcworkz

    (@bcworkz)

    Page elements can be hidden with appropriate CSS directives. Knowledgeable users can un-hide these easily enough, but it’ll deter most users. Use your browser’s element inspector tool to help you determine the appropriate directive. Admin styles are enqueued using the “admin_enqueue_scripts” action hook and wp_enqueue_style() function.

    Thread Starter sisayg

    (@sisayg)

    still i did not understand the solution

    Moderator bcworkz

    (@bcworkz)

    There are examples here regarding enqueuing a .css file. Except for the admin area you’d use the “admin_enqueue_scripts” action instead of the usual “wp_enqueue_scripts”.

    Unfortunately, we cannot help much with proper CSS code because admin areas are inaccessible to us. And you providing access credentials is not allowed in these forums. This policy can be frustrating on both ends, but it exists for everyone’s safety and protection. Your browser’s element inspector tool will help you more with admin CSS than we can here.

    Thread Starter sisayg

    (@sisayg)

    i am confused

    Moderator bcworkz

    (@bcworkz)

    I’m sorry to cause confusion. The buttons you want to hide are not part of the default WordPress configuration, so we really cannot help you with a solution here. I tried to suggest a way for you to help yourself, but caused further confusion instead.

    The plugin or theme responsible for those buttons should have a dedicated support channel where you might be able to get specific instruction on what to do.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘row in a page’ is closed to new replies.