Heya, you mentioned there is a component - headline component that is pushing selectable H1 now. You can change how that H1 is delivered. If thats component is pushing H1 into a richtext, then we may need to do a groovy script to update all H1 from the particular property node
You can create a small embedded component to all the templates which will print the page title / a page property as an H1. You can write a CSS rule to hide this H1 to be visible on the page. This way you can bring an H1 to all the pages including existing pages.SEO also advises not to have more than...
You can use dumplibs at [1] to validate your clientlibs. Enter your clientlib category and type and verify the path to which it is resolving into. Then you can invoke the URL directly in the browser with .css or .js extension to see what is being loaded. For example, for clientlib category - core.wc...
Can you share two things 1. Check /etc/replication/agents.author/<replication-agent-name>.log.html and see whether a POST request is initiated to /bin/receive - If a request is generated and failing with error, then its an network issue. 2. Can you share a screenshot of 'page is blank, I don't see t...
If you delete a a package, there are various problems/inconsistencies that may come up.1. If you have subpackages, they won't get deleted. eg. adobe core components package2. If you have bundles, they won't get deleted.So ideally you should include the uninstall the package. This step as the first s...
My personal opinion - if you are not able to use the content fragment models and its content fragments for the content API then the information architecture needs to be reviewed again. Unless you are able to manage the content fragment content with content fragment models, it's no more structured co...
It can insert it via richtext markup editor mode. As said, WYSIWYG authoring experience definition can be of different perspective - it cannot be always embedded clicks. Especially, when the end user experience is on-hover, on-click show/hide etc, the WYSIWYG authoring experience stays on the previe...
You can always use HTML Markup editor mode in richtext component to paste HTML snippets. The disadvantage is that the edits on it are not a marketer change, but a developer change. But, as said, if they are one-off sections, this should suffice