Forum Replies Created

Viewing 9 replies - 601 through 609 (of 609 total)
  • Thread Starter pako69

    (@pako69)

    Hi,
    I’m using “CodeStyling Localization” and WPML.
    WPML is only used for my template
    CodeStyling Localization is used for other stuff like plugin

    You said “an outdated language file”, but an outdated language file oh what ? Your plugin ?

    thanks

    @pupunzi :
    “tomorrow YT could change its API and it could not work again.”

    Yes… 🙁 that’s the reason why i look foward a pure HTML 5 version of you great plugin 🙂

    re
    just update to 0.6.7, video is back but raster image is gone…

    great idea, but what if i do not have the 0.6.5… ?
    :-/

    🙁
    What did have you done ?
    Your last update just do not work !

    Too bad for my sites that are in production…

    Could you please correct it

    Thread Starter pako69

    (@pako69)

    Yes the problem is with jquery-colorbox-zoom.css and this CSS class :
    a.zoomLink

    The code is :
    position: relative;
    display: inline-block;

    It works great for images that are not floating.

    Ok, now it seems that your plugin add some extra code to the img tag like:
    <img class=”alignright size-thumbnail wp-image-25 colorbox-1

    If you could read/parse the CSS class inside the img tag, then you could do something like :

    is there a “alignright” or “alignleft” CSS class in it ?
    > Yes ?
    > is it “alignright” ?
    > Yes ?
    > load the right CSS stylesheet jquery-colorbox-zoom-right.css
    > is it “alignleft” ?
    > Yes ?
    > load the right CSS stylesheet jquery-colorbox-zoom-left.css
    > else : load the right CSS stylesheet jquery-colorbox-zoom.css

    Where jquery-colorbox-zoom-left.css contain this :
    a.zoomLink {
    position: relative;
    display: inline-block;
    float:left;
    }

    and where jquery-colorbox-zoom-right.css contain this :
    a.zoomLink {
    position: relative;
    display: inline-block;
    float:right;
    }

    jquery-colorbox-zoom.css still unchanged

    🙂

    I’m working on another plugin that uses HTML5 video features to embed it but it’s not ready yet.”

    🙂 Waiting…

    same again !

    Yes i confirm

    First of all i would said that i don’t know why you ask to 777 chmod wpcontent and wpcontent/plugins, my php configuration don”t allow that to me (security reasons and php5) the highest level i can is 755…

    (sorry for my bad english i’m french)

    I’m using WP 3.4 and after the plugin installation, i clicked on network activation, but i was redirect to a blank page :
    wp-content/plugins/w3-total-cache/pub/network_activation.php

    So i came back to my network admin, and i saw that the plugin was not actived over the network : i click on it and actived it.

    Ok, so i went to one of my child site and go to the plugin configuration. It told me to add some things into my .htaccess file.
    I tried to let the plugin to the the job itself (my htacces was 755 chmod before) but it do not work, so i enter myself those lines into my htacess, ok…

    Now i just tried to actived the page cache, i enter the new lines in my htacess, but the plugin said my htaccess said my htacces is not properly configurated… 🙁

    Ok, so i tried antoher option : minify mode auto
    The result was :
    ——–
    Minify is not active. To enable it, add the following rules into the server configuration file (/domains/wp-mastersite.com/public_html/wp-content/w3tc-wp-childsite.com/min/.htaccess) of the site . This can be done automatically, by clicking her
    —–
    ??? This folder simply do not exist !
    The only folder that exist is :
    /domains/wp-mastersite.com/public_html/wp-content/w3tc-wp-mastersite.com

    >> It appears that W3TCis completly lost… becasu it do not know my child site : wp-childsite.com

    Conclusion : I wonder why this plugin has been sais that it works under WP 3.4 and multisite configuration…

    🙁

Viewing 9 replies - 601 through 609 (of 609 total)