Results 1 to 9 of 9
Like Tree1Likes
  • 1 Post By domino1957

Thread: Translation Questions

  1. #1
    Thread Starter
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts

    Translation Questions

    Could somebody please explain, what this script does in the context of the code (it is from /includes/theme-refine.php lines 219ff):
    PHP Code:
                                <script type="text/javascript">
                                // <![CDATA[
                                    jQuery(document).ready(function() {

                                        jQuery("#thousands").click(function() {
                                            thousands = ( jQuery(this).is(":checked") ) ? true : false;
                                            cp_show_price_slider(<?php echo esc_jsintval$cp_min_price ) ); ?><?php echo esc_jsintval$cp_max_price ) ); ?><?php echo esc_jsintval$amount[0] ) ); ?><?php echo esc_jsintval$amount[1] ) ); ?>, thousands);
                                        });
                                        thousands = ( jQuery("#thousands").is(":checked") ) ? true : false;
                                        cp_show_price_slider(<?php echo esc_jsintval$cp_min_price ) ); ?><?php echo esc_jsintval$cp_max_price ) ); ?><?php echo esc_jsintval$amount[0] ) ); ?><?php echo esc_jsintval$amount[1] ) ); ?>, thousands);

                                    });
                                // ]]>
                                </script>

                                <li class="amount">
                                    <label class="title"><?php echo esc_htmltranslate$value->field_labelAPP_TD ) ); ?>:</label>
                                    <input type="text" id="amount" name="amount" />
                                    <div id="slider-range"></div>
                                    <?php if( $thousands ) { ?>
                                        <label class="title"><?php echo esc_html__'Show Thousands'APP_TD ) ); ?>:</label><input type="checkbox" id="thousands" name="thousands" <?php checked( isset($_GET['thousands']) ); ?> />
                                    <?php ?>
                                </li>
    Where is it used in the theme: is it thousands separator or other display issue?
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  2. #2
    meloniq's Avatar
    Join Date
    May 2011
    Location
    Poland
    Posts
    1,076
    Thanks
    17
    Thanked 178 Times in 159 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Have Clipper website?! --> You need coupons importer!!!
    See available integrations with affiliate networks: Commission Factory, CJ Affiliate, Daisycon, Rakuten LinkShare, ShareASale, Tradedoubler, TradeTracker

    Payment gateways: Bitpay, Dotpay, PayU PL, Przelewy24, Skrill

    me @ AT || meloniq.net

  3. #3
    Thread Starter
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  4. #4
    meloniq's Avatar
    Join Date
    May 2011
    Location
    Poland
    Posts
    1,076
    Thanks
    17
    Thanked 178 Times in 159 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Attached Images Attached Images
    Have Clipper website?! --> You need coupons importer!!!
    See available integrations with affiliate networks: Commission Factory, CJ Affiliate, Daisycon, Rakuten LinkShare, ShareASale, Tradedoubler, TradeTracker

    Payment gateways: Bitpay, Dotpay, PayU PL, Przelewy24, Skrill

    me @ AT || meloniq.net

  5. #5
    Thread Starter
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  6. #6
    meloniq's Avatar
    Join Date
    May 2011
    Location
    Poland
    Posts
    1,076
    Thanks
    17
    Thanked 178 Times in 159 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Have Clipper website?! --> You need coupons importer!!!
    See available integrations with affiliate networks: Commission Factory, CJ Affiliate, Daisycon, Rakuten LinkShare, ShareASale, Tradedoubler, TradeTracker

    Payment gateways: Bitpay, Dotpay, PayU PL, Przelewy24, Skrill

    me @ AT || meloniq.net

  7. #7
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  8. The Following User Says Thank You to samcy For This Useful Post:

    domino1957 (April 11th, 2013)

  9. #8
    Thread Starter
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    samcy likes this.
    Get my German translation files for JobRoller and ClassiPress here - and for FXtender here.

  10. #9
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Translation
    By gilcwsiq12 in forum Report Clipper Bugs
    Replies: 2
    Last Post: October 16th, 2012, 03:25 PM
  2. Help with translation
    By tina020 in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: June 20th, 2012, 08:02 AM
  3. [SOLVED] Issue with Translation, wont use the translation
    By bruunmedia in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: January 16th, 2012, 10:50 AM