KARTE Blocks identifies target elements (DOM elements) on a page using CSS selectors and statically delivers the blocks configured in the admin panel.

Therefore, depending on which element the block is delivered to and how it is implemented on the site, delivering a block may cause the original behavior implemented on the site to not work correctly.

Examples requiring caution

Below are some representative examples that require attention:
Depending on the implementation format on the site, the original behavior may be carried out without any problems even if a block is delivered, or the method described as a workaround may not be able to solve the problem.

Test deliveryPlease check the above to see if the content is being streamed without any issues on the actual site.

Case What happens Presence or absence of workarounds and examples of workarounds
Elements that dynamically change the displayed content depending on the user, the page being viewed, and the timing, such as recommendations and rankings The content of the block you set is fixed. Basically, there is no workaround.
In some cases, you can write a script in a block and use an API to get elements, or do other customizations.
Carousel/Sliding Banner Not working ・Write scripts in blocks to run carousels and slide banners
Change the target element for delivering the block (e.g., instead of targeting the entire carousel, register and deliver each slide part as a block separately)
・Replace with carousel template in block store
Carousel/Sliding Banner When moved, the same content is always displayed, or in a different order - Review the CSS selector of the original block and adjust it so that the intended element is the target of the block.
・Replace with carousel template in block store
Accordion and hamburger menus Does not open or close Write the script to open and close in the block.
An element that has a click event set to fire via script Click event doesn't fire Write the script to fire the click event in a block
You can scroll

This requires technical support and customization, and cannot be handled through regular support desks.
Please consider paying for technical support.

In addition, since we are unable to know the specifications of your website, please check with the technical staff or engineers who maintain and operate the website for details.