Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • milatovar Friend
    #467240

    Hello @stork11
    Any updates about this issue with fotomoto service?

    Arvind Chauhan Moderator
    #467258

    Hi milatovar,

    The support team has been discussing about the issue and please give us one more day to get back to you with reply. It has been flagged for JA Wall developer to look into and help you out.

    Arvind

    milatovar Friend
    #467259

    Ok Thank you!!!!!!

    Wall Crasher Developer
    #467344

    Hi milatovar,

    I have taken a look on your site, here are the problems:
    1. Most of time, the toolbar does not load on the frontpage as you have set the limit to image 400×400 in your Fotomoto account. All images in frontpage were resized, they might not fit the rule you have set up.
    If you select XL mode, and resize to the biggest possible site, you will see it.
    http://easycaptures.com/fs/uploaded/661/0988792309.jpg

    2. The duplicate of toolbar in sub-page come from the conflict of lazyload and fotomoto.
    You can use this block of code instead of the default

    (function(d, s, id, $) {
    <script type="text/javascript">
    /* <!;
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "http://widget.fotomoto.com/stores/script/a8287f8c45a87138d76f1dded6665a6bdb73eabf.js";
    fjs.parentNode.insertBefore(js, fjs);
    });
    }(document, 'script', 'fotomoto', window.jQuery));
    /* ]]> */
    </script>

    Please make sure the source is match with your Fotomoto account.

    And, I have disabled one of your article, the image is too BIGGGG (9+ MB in size).
    Your site is too heavy.

    If you want to move the toolbar (Buy Print | Buy Card | Free Card) to the pop-up. You should add the above block code to /templates/ja_wall/component.php file.

    Hope it works. If you still have problem, please send me the ftp access information, I will take a look in more detail and testing.

    Regards

    milatovar Friend
    #468063

    Thanks so much for your reply.
    I think that making the toolbar to appear in the pop up view solves my main problem. I’ve installed the fotomoto script in the component and it works! I’ve tried that code you posted and it makes the images to disappear, so I’ll just leave it as it was.
    The problem with the double toolbar seem to be solved as well. It turns out that fotomoto creates some invisible images that you have to erase, otherwise you get double lining.
    However, by placig the toolbar in the pop up view another issue has arisen, that the fotomoto widget opens inside the pop up and it is impossible to read that way. Is it possible to resize the pop up view somehow?
    Thank you very much,
    Regards,

    Wall Crasher Developer
    #468071

    Hi milatovar,

    To resize the popup, please follow these steps below:

    1. Open file \templatesja_wallcsstemplate.css at line 1088

    body.popupview #popup-content {
    height: 90%; /* you can also modify height of popup here*/
    margin: 30px auto;
    position: relative;
    width: 900px; /*modify popup width here*/
    z-index: 1000;
    }

    2. Open file templatesja_walljswall.js and focus on line 330
    .html ($(‘<iframe id=”popupIFrame” src=”‘ + url + ‘” width=”898″ scrolling=”no” frameborder=”0″ />’)

    Please change the width here.
    Note: the width in js file is less than the width in css file 2px ( 900 – 898, this is just a border :laugh:).

    Save and clear cache, try again and tell me your result.

    Regards

    milatovar Friend
    #468106

    EXCELLENT!!!!!! IT WORKS!!!!!
    Although there are still some little issues with the script (like the preview inside the fotomoto widget or some images not showing the toolbar), I can use it any way and now it looks as I wanted!
    THANKS SOOOO MUCH!!!!:laugh:
    It seems to be solved after all.
    Regards,

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 22 replies, has 5 voices, and was last updated by  milatovar 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum