What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

XF1 Multiple Countdown

Status
Not open for further replies.

Fred

Administrator
Staff member
Use the block with [BD] Widget Framework
  1. Go to your admincp > Appereance > Import Widgets.
  2. Import the widget-xcountdown.xml from the [bd] Widget Framework folder of the archive
  3. Once imported the widget is automatically displayed, you can edit it in the List Widgets page if you want to change the pages on which it shall be displayed.
 

Fred

Administrator
Staff member
Use the block with XenPorta 2
  1. Go to your admincp > Home > Widgets
  2. Install the Widget with the xfa_xfmg_albumblock.xml from the XenPorta 2 folder of the archive
  3. Once imported the widget appear in the list, you can then use it on your layouts.
 

Fred

Administrator
Staff member
Change the flip countdown size

As you have seen, the countdown size looks small when using the flip countdown mode.
This is due to the fact that for a number of days higher than 100, the countdown wouldn't fit on a single line.

If you won't have countdown that goes above 100 days, then you can change that behavior !

Edit the template xfa_mcdn_sidebar_block, preferably on the master style, or in all your styles and change:

Code:
size: 'xs',

to:

Code:
size: 'sm',
 
Status
Not open for further replies.
Top