Sharepoint Online site will not display comments box on homepage - comments

I have a Sharepoint Online site - one of many - but this one will not display the "comments" box at the bottom of the home page, when enabled and published. Other site pages have this no problem.
I click the slider to "ON" and then "Republish", but the comments box does not appear.
One the same homepage, incidentally, I am NOT seeing the "Likes /Views /Save for Later" options either. But I do see these on the other pages of the site, so this might be related?
Anyone got any ideas? There is no custom code or scripting, and Comments are obviously enabled at a tenancy level.

Well "it fixed itself" but it took over 2 days to do it!

Related

magento categories form in admin - not displaying

My 'Manage Categories' page isn't displaying any category details.
The page seems to part load and then goes blank. Please see image.
I have no idea why this has happened, but I am concerned as I need to do quite a bit of work in the categories.screenshot of categories in admim
I have seen this link but there was no conclusion to the problem.
similar post
I can add code from the 'exception.log' and 'system.log' if needed.
Recently, a development company installed an 'order editor' module and some custom code, but they say that this had no impact on the problem I'm experiencing.
Hope someone can help
Thank you
Andy
//////////////////////////
Disabling the css 'display:none;' in 'Inspect Element', in the browser, allows me to see the tab content, but this hardly helps the problem.
screenshot

Redirecting to other Wix site

I want to make a bilingual site but i don't want to do it the "normal" Wix way with buttons because i want to have a drop down menu so I have created 2 sites( one will be on the domain and the other one on a sub domain) and added 2 language images on the sites that I want to link. And this is where i have ran into a problem.
I don't know hot to link from one site to another. Does anyone know the answer to this?
I have tried this but I can't find how to link to other site.
it ca be done with code but there is no need. when you click on link "page" means pages on this site. just pick 'web address' see this link menu. if for some reason you have to it with code you can use wixLocation.to see here

Joomla 1.7 - can't find Meta Titles

we moved a site for a client a while back that someone else created. Its running on Joomla 1.7.
We want to do some light SEO work for them but I can't for the life of me find the Meta/SEO title field anywhere.
All the support posts I've looked at say its here or there but for me its not. It seems to be know where! In the meta options section when editing an artcile there is a description and keyword field but no title.
Some help would be appreciated. This client can't justify a new website.
Thanks!
Update:
we ended up upgrading this install to 2.5, still couldn't edit the meta titles anywhere. So I installed a plugin which gave me the title field but it had no effect! Can only assume the theme hasn't been put together properly. The conclusion is that its now quicker for us to just move them to WordPress where stuff works properly! :)
I'm working more with Wordpress than Joomla, but I think that you should download an extension if you want to have a meta-title in the pages. For the home page you can change it from Menu - Main menu - Home.

Get preview link to article before publishing

In Joomla 1.5, I created an article. Before publishing it, I want to send a preview URL to my colleagues (they are not registered to Joomla).
I'm looking for something like adding task=preview to the URL and it would show the article.
It would be enough if the article would be normally published but would not be displayed on the main page in the latest news. I tried to set "Front Page" to "No" but without success.
How can I solve the problem?
Joomla! 1.5 doesn't have a feature like this and from the way it's built I'm not sure it's possible without modifying the core com_content files. You could try a search of the Joomla! Extension Directory to see if someone has implemented what you're after.
In the meantime if the article is turning up on the websites front page even when you've set it not to - then the front page must be using a Section/Category Blog page style rather than a Joomla Frontpage page. In this case you could find out which category is set to show on the menu item being used for the front page and then temporarily change your article to another that doesn't appear there.
Once you've got it in another Category you should be able to get a link to the article by doing a search from the front end (assuming you don't want to create a menu link).
try creating a new category called Preview and since that wouldn't have been assigned to any pages yet, it should not appear. If you have trouble finding the article then, you could temporarily publish it either on the home page or somewhere in the menu. Then when you have found and copied the url, you can remove the article from the home page or menu or wherever you temporarily have it appear.
If you should ever want several 'preview' articles appearing on one page, create a new menu item, assign it to the Preview category you made, and in System Parameters, click on Show Title: 'No' so it doesn't appear in the menu. I don't know about what shows up in Google for example so if it's sensitive data I can't say it won't show in search engines, it probably will.
It probably appears on the Front Page because as you say it's part of the 'latest news' module. You could also try removing it from the module feed, but a new category is what I'd do.
Paul
I just selected Section: "Uncategorised" and the article went out from the latest news. Hope it's not accessible any other way in the current setup (there is no search function hopefully). It's not a cleanest solution, but it seems to work.

Remove "componentheading" from homepage - Joomla!

I'm working on a site in Joomla! and on the homepage, at the top of the article, it comes up with a h1 of the website name. The pagesource says (Note it's not the article title.)
Any idea how to get rid of it?
Thanks,
Steph
You can set this h1 tag not to display via the Parameters - System section of your Menu Item Manager screen in administrator ... this page has a nice depiction of the steps.
It's so simple
Just do the following :
Login to the Joomla Administrator Interface
Go to the Menu Manager
Select your Menu
Select your Menu Item (Home Menu)
On the right hand, Click Parameters (System)—> and in the *Show Page Title—->*Just Select No.
That's all.
This is not the desired solution, since many people, (including myself) actually need to be able to Set/Override the page title (That Appears in the Browser’s Title bar), and setting Page Title to no here will also remove the functionality to Configure the Browser title (which is important for SEO among other things).
Anyway, I have searched and not been able to find a fully correct solution via CMS or PHP Code. The closest solution which is not fully perfect, but unlikely to cause significant (if any) negative effect on your site is through Javascript (Example is JQuery).
jQuery(document).ready( function($) {
$(‘.componentheading’).empty();
});
This can also be done is JS with no JQuery. When I find a better method of doing this I’ll let you know.This should actually be done by removing output from a template file.I don’t know which one yet. When I do, I’ll post it…
When setting the page title not to show in the menu item as stated in other answers, this will not stop the text entered in the page title box being used as the browser title, it will just stop it being shown in the page.
Using javascript to remove it is not a good idea.
1. It will only work for browsers with javascript enabled
2. Search engine spiders will still see it. As the component heading for articles is 'articles' by default it will see all your pages with the same h1 tag.
Just turn it off in the menu item and enter your browser title in the text box above.

Resources