• Resolved eminwp

    (@eminwp)


    Hi,

    Is it possible to show the callback icon only on a specific page? please help

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor vadim8vz

    (@vadim8vz)

    Hi!
    Yes its posible. You may select one page as wordpress page “class” in tag “body” and use this code in customize wordpress css:

    
    #vdz_cb_widget{
    	display: none;
    }
    .page-id-132 #vdz_cb_widget{
    	display: block;
    }
    

    where .page-id-132 – page class and 132 => id from wordpress edit page url like this /wp-admin/post.php?post=132&action=edit

Viewing 1 replies (of 1 total)
  • The topic ‘Show on a specific page possible?’ is closed to new replies.