Project

General

Profile

Actions

Feature #102373

closed

CE per Viewports

Added by Muhammad Suleman 8 months ago. Updated 8 days ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2023-11-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Option to:
- add different content per viewport
- simply don't show CE on a specific viewport.

Actions #1

Updated by Garvin Hicking 7 months ago

Could you elaborate on the feature request a bit more?

Viewports are more a thing of the frontend output, if I understand your intention correctly. Thus, you would need to use CSS viewport indicators to show/hide content. To specify, which content should be hidden or not, you could for example:

  • Create a custom backend layout and create columns per viewport, then in the frontend output use CSS to access these specific columns
  • Create/use a tt_content column to indicate viewport relation, so that in the frontend fluid you can attach CSS classes and show/hide them in different viewports

If I completely misunderstood your intent, I'd be curious to know more about your idea! :-)

Actions #2

Updated by Georg Ringer 8 days ago

  • Status changed from New to Rejected

Hey,

I am rejecting this issue. any viewport should must work with the same HTML, therefore this is not possible.

as Ideas you can of course use e.g. the layout field or a custom field to just provide information to the frontend to set specific classes which then trigger the display/hide of content elements! be aware that from SEO this could be a bad habit

however, the core won't and can't change there

Actions

Also available in: Atom PDF