how can I set not display page url ?

Dear all ,

I have created a site on O365. when I edit page ,  I can't find a part witch display page name .

In fact , I don't display that part (Red part in picture)?   

Could you give me any suggestion? I use web develop ,only can add java script in my page .

Thanks a lot 

April 28th, 2015 4:29am

Hi

Do you want to hide that red part?

You can do so using CEWP and jQuery. 

1.) Add CEWP to the page.

2.) Add below script to hide that part-

<script src="jquery reference url" type="text/javascript">

</script>

<script>

$('#<element id>').hide();

</script>

Hope it helps.

Thanks,
Danny

Please remember to Mark as Answer if it works or vote of it is helpful


  • Edited by DannyIs 22 hours 44 minutes ago
Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 4:54am

hi 

It seem not work .

the script is correct or not .

Thanks  

April 28th, 2015 5:09am

Hi,

Can you please share script code that you added ?

Thanks,
Danny

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 5:33am

hi,

is this id right ??

and  my script is 

<script src="jquery reference url" type="text/javascript">
</script>
<script>
$('#<ctl00_PlaceHolderPageTitleInTitleArea_ctl00_SkipLink>').hide();
</script>


April 28th, 2015 5:39am

Hi

Use this -

$("a[title='<enter title here>']").hide()

Thanks,
Danny

Please remember to Mark as Answer if it works or vote of it is helpful

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 5:51am

hi

in on-premise Sharepoint page title and url may be edited via Ribbon button Edit properties. In Sharepoint Online you may go to the view which contains all pages (add /pages/forms/allitems.aspx to the url of your site) and edit page properties from there.

April 28th, 2015 7:01am

hi ,

my title is "".

so script is $("a[title='<>']").hide() ??

but  still not work

thanks 


Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 9:37pm

Hi

Angle (<) bracket around title inside quotes is not required.

Thanks,
Danny

Please remember to Mark as Answer if it works or vote of it is helpful
April 29th, 2015 12:53am

hi

 $("a[title='']").hide() 

this is still not work

thanks 

Free Windows Admin Tool Kit Click here and download it now
April 29th, 2015 2:58am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics