TYPO3 Extension tx_news and articles proposed - typo3

I want two articles proposed at the bottom of every news-article in the detail view.
But i don't know a solution for this task.
Any ideas?

Ok - with detailed sight to the backend and to "news" - i have found the solution. The point is the area "related news" behind the tab "relations".

Related

How to show tt_news related articles in bottom

I use tt_news 8.7 and Typo3 8.7, in news single view i like to show related news articles (same category) as Image/Teaser boxes at the bottom of the page, is this possible with tt_news ? can this be done by typoscript or changing the templates ?
Best regards,
Masmoudi M.
Yes, tt_news has an option to show related news by category in the single view. You can activate it by setting plugin.tt_news.showRelatedNewsByCategory = 1 in TypoScript. In your single template you have to have the marker ###NEWS_RELATED_BY_CATEGORY###. It will replace this with a list view of the related items.
More on this can be found here: https://docs.typo3.org/typo3cms/extensions/tt_news/Manual/Index.html#related-news-by-category

Give tt_content element some header info in page view

When I look at a page in page view in the typo3 backend, I want to add some information to each tt_content element, like write the section_frame type in the header of the draggable item. Like here:
Can I add Information in the grey bar, like a title or something? How can this be done? I'm at a loss, I don't even really know what to google, because I don't know what that thing is called in typo3.
Any, ANY hints would be appreciated. Thank you!
Grey header is reserved for icons and you can not change it, on your screenshot the Image Slider is the header of CE, and it can be manipulated by the
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem'] hook.
It's quite busy process, so I just can link to the nice blog post by Steffen Müller: https://stmllr.net/blog/customizing-preview-widgets-in-the-typo3-page-module/

Wordpress slider with filters & thumbnails outwith the slider

I am looking to create a slider within wordpress that is a little out of the norm and was wondering if anyone could give me advice on how to go about it.
I'd like a slider for a meet the team page on our website.
I am hoping the slider could work as normal but have filters on the left for departments and thumbnails below and outwith the slider with each employee on there.
I would like these thumbnails to be clickable and for the matching slide to appear when the thumbnail is clicked.
Can anyone suggest a plugin or a method to create this kind of thing?
Thanks in advance for your help.
Well i think you are referring to isotope jquery plugin. It filters down items based on the selected tag. Its actually free but you will have to create modify it for your needs. If you are using bootstrap you can get the idea of implimentation from here.
http://theme.stepofweb.com/Atropos/v1.5/HTML/page-team.html
Here is a paid wordpress plugin that can do that for you.
http://codecanyon.net/item/meet-the-team-wordpress-plugin/full_screen_preview/4983412

Mark up navigation elements with Microdata / Schema.org

I understand using microdata to highlight a thing, person, movie etc.
I think you should also highlight key pages, such as the 'About' page and 'Contact' page.
I've heard you should markup navigation areas too. I suppose this is a good idea as it can tell Google the areas which aren't important.
How would I do this? Is it just a case of wrapping a div around each nav bar etc?
Is it important? Does anybody else use it?
As navigation items are links, one way is to use itemprop "url" (dependant on the itemscope). For creativework you may also use "isBasedOnUrl."
You may also try nesting.

Confluence not showing tips on wiki markup

After an upgrade, our confluence installation doesnt show the "Help Tips" on wiki markup (a box on the right side of the edit pane which give basic informations on wiki markup). If I view the source, I see that the div is there, but with a display:none attribute. This lead me to think that there is an option somewhere to activate or deactivate this, but I cant find it.
Any idea ?
If you cannot find an option to show it again, and I can't but we are not using the default theme and it is visible
Try adding custom css to show it seems to have an id of helpcontent so you could do that.
Although this will affect other views if not precisely targeted
If it is a route you want to persue !