- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 02:18 PM
Hi All,
I am trying to see the option available to change the below image in the next experience after i upgraded to SanDiego, but i do not the option is not directly available, can you help me on this. Let me tell you, what i tried so far,
I went to Now Experience Framework --> UI Builder ---> selected Unified dashboard and tied to dulicate the variant of the default landing page. When i try to edit the modal or body container, i am not able to see option to edit the image. I am not sure i am doing on right screen.
I have already added the images in the images under system properties.
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
Solved! Go to Solution.
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2022 04:30 AM
Thanks Ashley! I will create a new landing page and as per my understanding this default landing page image cannot be edited directly and it is not as per the best practice!
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2022 05:26 AM
Hi Paul,
It seems to me that you can't make the modification with respect of UI Builder. At least I don't know the way (probably you get another answer on your question). On the other side, it's possible to modify the background image directly in Composition part of the corresponding UX Macroponent Definition. One can open sys_ux_macroponent with sys_id=b386afd20f223010e28740c1df767e56 (you can use URL like /now/nav/ui/classic/params/target/sys_ux_macroponent.do%3Fsys_id%3Db386afd20f223010e28740c1df767e56), search for "svg" inside of Composition. You will find long text fragment which looks like
"background-image": "url(\"data:image/svg+xml;.../svg%3e\")"
(I replaced large part of data to "..."). You can modify the url or just replace the whole URL to "none":
"background-image":"none"
After that the image will be removed and the home will look like on the picture below:
To simplify modification I attach original and modified component as xml files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2022 09:04 PM
Hello Oleg - Let me try to do this and see it gets me what i need. However, thanks for your response to this question. i am glad you replied
Regards,
PaulSylo
Community Raising Star
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 05:18 AM
This page is read only in UI Builder as it is meant to serve as a template and fall back in the case no other variants evaluate for the user. We suggest creating your own variant of this page if you wish to modify it to your use case. We do not recommend attempting to change the original macroponent definition of the page itself. See the article: Create a Landing Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2022 04:30 AM
Thanks Ashley! I will create a new landing page and as per my understanding this default landing page image cannot be edited directly and it is not as per the best practice!
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !