Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mdjekic

    (@mdjekic)

    Hi, the missing theme will be fixed in the next update – Synchi 4.6 – that will happen in a few days / weeks.

    Can you please check Synchi version – the image preview is available since Synchi 4.4 – and please send me a screenshot if it is not working.

    Tnx 🙂

    Thread Starter EricJohnsonGuru

    (@wormeyman)

    Yes i have Synchi 4.5 on DreamHost, i’m looking forward to 4.6 :D. I’ve also customized my own theme it would be awesome (and time consuming for you i know) to have an area where we could paste in our own CSS for the styling.

    Thread Starter EricJohnsonGuru

    (@wormeyman)

    Uncaught TypeError: Property '$' of object [object Window] is not a function

    That’s the error i get in the chrome console relating to changing the image function.

    http://stackoverflow.com/questions/10807200/jquery-uncaught-typeerror-property-of-object-object-window-is-not-a-funct

    ^ does that help?

    Basically i changed settings .php line 17 to jQuery(document).ready(function ($) {
    instead of $(function(){

    And the image switcher works!

    So line 15-25 in settings.php now looks like:

    <script type="text/javascript">
    
    //    $(function(){
    jQuery(document).ready(function ($) {
            $("#synchi_theme").change(function(){
                $("#synchi_theme_preview").attr('src','<?php echo WP_PLUGIN_URL; ?>/synchi/img/theme-previews/' + $(this).val() + '.png');
            });
            $("#synchi_theme").change();
        });
    
    </script>
    Plugin Author mdjekic

    (@mdjekic)

    Hi, I’ve noticed this earlier and fixed it. Please wait for the next update 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error on line 52 of synchi.php’ is closed to new replies.