pako69
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Export don't workmore informations ? Yes, i forgot to say that the export was on a multisite
Forum: Plugins
In reply to: [Adminimize] Update from 1.7 to 1.8 is clearing all optionsWhy this post is said “resolved” ? i do not see any responses ?
i had the same issue…Forum: Plugins
In reply to: [wpDirAuth] No directory server available for authentication… :((my php is well compiled with ldap options)
Forum: Plugins
In reply to: [Simple LDAP Login] fixed multisite support in Simple LDAP Login plugintry to patch with : patch patch -b -i simple-ldap-login.multisite.patch
and got this error :
patch: **** Can’t find file patch : No such file or directory
—
All the files are in the same directory :
adLDAP.php
Simple-LDAP-Login-Admin.php
Simple-LDAP-Login.php
simple-ldap-login.multisite.patch… don’t understand… thanks
Forum: Plugins
In reply to: [Ultimate TinyMCE] Ultimate Tinymce Excerpt AreaThen, in the excerpt metabox, it says (Ultimate Tinymce Excerpt).
> Yes !I have tried with CodeStyling Localization to find this text but it not translatable…
Forum: Plugins
In reply to: [Ultimate TinyMCE] Ultimate Tinymce Excerpt AreaHi,
I’m using “CodeStyling Localization” and WPML.
WPML is only used for my template
CodeStyling Localization is used for other stuff like pluginYou said “an outdated language file”, but an outdated language file oh what ? Your plugin ?
thanks
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] 0.6.6 not working@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 ??
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] 0.6.6 not workingre
just update to 0.6.7, video is back but raster image is gone…Forum: Plugins
In reply to: [mb.YTPlayer for background videos] 0.6.6 not workinggreat idea, but what if i do not have the 0.6.5… ?
:-/Forum: Plugins
In reply to: [mb.YTPlayer for background videos] 0.6.6 not working??
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
Forum: Plugins
In reply to: [jQuery Colorbox] Overlay break floating imagesYes the problem is with jquery-colorbox-zoom.css and this CSS class :
a.zoomLinkThe 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.cssWhere 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…
Forum: Plugins
In reply to: [Optimize DB] [Plugin: Optimize DB] It doesn't work with WP 3.4same again !
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] WP 3.4 Multi site and W3TCYes 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.phpSo 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…
??