View Single Post
  #6  
Old 03-01-2020, 04:53 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Looking for template personalization/design service

Making simple changes to template may be easy but when you start moving certain elements to different locations may not be as easy as it sounds.

Let's say you have an element that shows within certain css id or class. You want to move it to another location outside this css id or class (outside its original parent). You can of course.

Now imagine this block of twig code you move to another location is supposed to dynamically change when certain condition is applied to the original code. This will be applied through js script to the css id/class element when some link/button is clicked. When you move the block outside its original parent this block of code will no longer change.
So no you have to either move the block within same parent css id/class or decorate the js script to change it when the original one changes.


Unfortunately XC heavily relies on js.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote