Documentation

iCagenda user guide and tips

3.2.9 : class css 'content' changed to 'ic-content', and removal of back button from theme pack

If you have overridden the class 'content' used in iCagenda Theme Packs, this one has been renamed in 'ic-content'.

In 3.2.9, the php code to display the 'back' button has been removed, to be included now in the view file.

 

UPGRADING YOUR CUSTOM THEME PACK

  1. Edit the file YOUR_THEME_event.php
  2. Open it in a text editor.
  3. Removed the 4 highlight lines as shown below :
    <?php // Event Details Template ?>
    
    	<?php // Back Arrow ?>
    	<span class="back">
    		<?php echo $BACK_ARROW; ?>
    	</span>
    
    	<?php // Header (Title/Category) of the event ?>
    	<div class="event-header">
    
    		<?php // Title of the event ?>
    		<div class="title-header">
    			<h1>
    				<?php echo $EVENT_TITLE; ?>
    			</h1>
    		</div>
    

     



  4. Css style for 'Back' button is now included in core css file style.css (some options will be added in a futur release to able or change this button directly in iCagenda Options. You can override styling of this button by adding style declaration for class .ic-back in your site template main css file).

Follow Us

Search