Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #342
    damien
    Guest

    Hello,

    First of all, thank you for your plugin!

    I have a small problem.

    In the settings page, we have the “Enable watermark for” section with a list with the different sizes available.

    Mine is :
    – full
    – large
    – large
    – medium
    – medium
    – post-thumbnail
    – thumbnail
    – thumbnail

    We can see that “large”, “medium” and “thumbnail” are in double.

    It’s impossible to save the setting with those value unchecked.

    Each time, I unchecked them, then save the settings, and when the page is refreshed, those value appears checked.

    Thank you very much for your help,

    A french user.

    #343
    Bartosz
    Keymaster

    Hi Damien,

    Image Watermark gets all the image sizes registered in your theme. You shouldn’t have the image sizes doubled. That’s the first problem and I think it causes the issue with save settings.

    Do you register any additional image sizes in your theme? What theme are you using?

    #344
    damien
    Guest

    Hi Bartosz,

    I use Hydra theme :
    http://demo.pixelentity.com/?hydra_wp

    As you can see, there is a lot of different image size on the home page.
    Each picture of the home page are defined in different projects. You can define the size of each project . Ex : 8*4, 6*3, 6*4, 6*6 , …

    So, in my upload directory, some of my pictures are registered in different sizes : full, 1920*960, 1920*640, 960*640, …

    That’s why my images sizes are doubled.

    #354
    Bartosz
    Keymaster

    Damien, in order to investigate the problem in your theme please provide an admin access using the Set as private reply option.

    #360
    Ernesto
    Guest

    hello nice work but..

    I have a mistake with de plugin of the watermark

    The watermark image doesnt appears, when I select the image, As you can see in this page:

    http://fashoop.com/karime/

    #390
    damien
    Guest

    Hi Bartosz,

    I have change the line 181 :
    $this->_image_sizes = get_intermediate_image_sizes();
    by
    $this->_image_sizes = array(‘large’, ‘medium’, ‘post-thumbnail’, ‘thumbnail’);

    So I don’t have duplicated values anymore.

    It works for me.

    Thx for your help,

    Damien

    #13583
    albertopc
    Participant

    Hi!

    Hi have the same problem in my block making machine website: http://concrete-machinery.com/

    The wattermark don’ appear also.. I have the new website in a local theme, may you can’t see the problem.. what is the solution?

    #13631
    Bartosz
    Keymaster

    This sounds like a problem with your WP install. IW uses native Settings API so it’s not possible to not to save the settings if there’s everything ok with your site.
    I suggest a deep look into what’s goin on with your site.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.