Page 1 of 1
					
				View Immediate Template and CSS Changes
				Posted: Wed Oct 22, 2014 4:08 pm
				by KitchM
				What is the fastest way to view changes to templates and stylesheets in the final output?
Thanks.
			 
			
					
				Re: View Immediate Template and CSS Changes
				Posted: Wed Oct 22, 2014 6:34 pm
				by velden
				Open two browser windows (preferably of the same browser). One window has the admin with the template or stylesheet open. The other one has the frontpage loaded.
Then, here comes the trick, you press the 'submit' button in admin, wait for the confirmation message, and quickly change to the other window and hit F5 on your keyboard (I assume you're using a keyboard).
			 
			
					
				Re: View Immediate Template and CSS Changes
				Posted: Wed Oct 22, 2014 6:46 pm
				by KitchM
				Excellent tip!  That does sound like the fastest way.
Thanks much.
			 
			
					
				Re: View Immediate Template and CSS Changes
				Posted: Thu Oct 23, 2014 3:20 pm
				by KitchM
				There is another associated side to this issue.  What if one does not want to post the changes to the web?  What is the best way to view the changes then?
			 
			
					
				Re: View Immediate Template and CSS Changes
				Posted: Fri Oct 24, 2014 8:16 am
				by scooper
				If you need to make quick template changes to a live site then you can use a smarty conditional as outlined in 
this forum post.
For stylesheet changes I'd recommend sticking with the tools in your browser. I'm a big fan of the 
Firebug plugin, but the developer tools in most browsers will let you make live changes to the css which you can then copy back into your stylesheet.
 
			
					
				Re: View Immediate Template and CSS Changes
				Posted: Fri Oct 24, 2014 3:46 pm
				by KitchM
				Thanks much everyone.