• Resolved Gondezz

    (@masgan)


    Hai , please help me to make javascript code for adding to the function.php theme

    i want to hide this option checbox

    <div class=”col-md-12″>
    <label class=””>
    <input name=”tax_input[category][]” value=”568″ type=”checkbox”> Tips Bisnis Online </label>
    </div>

    How i can making code for hide this element ?
    Like code

    function ….()
    hide
    in funtcion.php child theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Gondezz

    (@masgan)

    this line true or not ?

    function “” {
    document.getElementsByValue(‘568’).style.display=”none”;

    please help me

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Hi Mas Ganank,

    We shouldn’t hide the field like this, If you want to hide it then you can do it in the Frontend Dashboard | Frontend Dashboard | Post/Custom Post | Go to respective custom post and then Taxonomies [Category/Tag] then disable the category you wish to do.

    Even you can create a different Taxonomies(category or tag) as per your requirement in FED | Custom Taxonomies, so that you can assign that to the custom post or page.

    Its not possible to hide the category’s content by code. If you do it in Javascript it won’t be good for all scenarios.

    Thread Starter Gondezz

    (@masgan)

    how to add custom taxonomies ? im not undertand to input field per field in the custom taxonomies

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Please follow the steps

    Frontend Dashboard | Custom Taxonomies | Add New Taxonomies and fill the required fields

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide one categories checkbox from Post’ is closed to new replies.