Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    I’ts fine thank you. There was no folder countdown.


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    PNG


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    OK, I’ve already created 1163.


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    <?php
    $classes = classNames( “qx-element qx-element-{$type} {$field[‘class’]}”, $visibilityClasses, [
    “wow {$field[‘animation’]}” => $field[‘animation’],
    “qx-hvr-{$field[‘hover_animation’]}” => $field[‘hover_animation’]
    ] );

    // Animation delay
    $animation_delay = ”;
    if( $field[‘animation’] AND array_key_exists(‘animation_delay’, $field) ){
    $animation_delay = ‘data-wow-delay=”‘. $field[‘animation_delay’] .’s”‘;
    }

    Assets::Js(‘qx-countdown’, QUIX_URL.”/app/elements/countdown/js/jquery.countdown.min.js”);

    $date = ”;

    if(!empty($field[‘date’])){
    $date_json = json_decode($field[‘date’]);
    $date = $date_json->string;
    }
    $time = $field[‘time’];
    ?>

    <div id=”<?php echo $id;?>” class=”<?php echo $classes?>” <?php echo $animation_delay; ?>>
    <div id=”<?php echo $id;?>_clock”></div>

    <script type=”text/javascript”>
    jQuery(‘#<?php echo $id;?>_clock’).countdown(‘<?php echo $date .’ ‘. $time ?>’, function(event) {
    var $this = jQuery(this).html(event.strftime(”
    + ‘<div class=”days”><span>%-D</span> <?php echo JText::_(“Dni”); ?></div> ‘
    + ‘<div class=”hours”><span>%H</span> <?php echo JText::_(“Godzin”); ?></div> ‘
    + ‘<div class=”minutes”><span>%M</span> <?php echo JText::_(“Minut”); ?></div> ‘
    + ‘<div class=”seconds”><span>%S</span> <?php echo JText::_(“Sekund”); ?></div> ‘
    ))
    .on(‘finish.countdown’, function(event) {
    jQuery(this).html(‘<?php echo $field[‘offer_expired’]; ?>’)
    .parent().addClass(‘disabled’);
    });
    });
    </script>
    </div>

    Did not help 🙁


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    My Version:
    The Quix Builder version 1.9.2 PRO brought to you by ThemeXpert team.

    Where and how should I insert this code?


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    Component
    Quick – Page

    Countdown


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    OK – I know. It works.
    How to change:
    – day
    – hours
    – minutes


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    Component
    Quick – Page
    Contact Form


    Marcin Stodolski
    Subscriber
    in reply to: Contact form – translation

    Hi,
    how to change the description of fields in the template contact form
    Destiny PRO Standard Joomla Template
    I set my language in my joomla, but it did not help.

Viewing 9 posts - 1 through 9 (of 9 total)
JoomLead Gantry5 Particles 2.2.10 released, new features, bug fixes and more Learn more
Flash Sale. Get Up to 25% Off - Coupon: FLASH25 Shop Now