Igor Sazonov
Forum Replies Created
-
Forum: Plugins
In reply to: [Len Slider] Cannot change skinsHi!
The first slider isdefault
skin-based, you can save slider and then change the skin for it and resave, but its only for first slider. Also You can add another slider and stay thisdefault
slider empty and resave. When you clickAdd new Slider
– you can switch a skin for it before you click in right-panelSave
above the button in dropdown menu => and then clickAdd new Slider
.
At now change speed is unpossible, but will be soon in new version =)Forum: Plugins
In reply to: [Len Slider] Cannot ActivateLenSlider 1.1 available, hope the one works with PHP 5.4+ well =)
Forum: Plugins
In reply to: [Len Slider] Cannot ActivateHi, ItzBlitz!
Sorry for the problem. Really, the problem is about new version of PHP, i’ll make a new version soon, now you can edit len-slider/lib/lenslider.class.php:386-397: (remove all ampersands &)public function lenslider_replace_att_url($att_id) { if($att_id) { $retObj = new stdClass; $retObj->absAttUrl = str_ireplace(self::$siteurl."/", ABSPATH, wp_get_attachment_url($att_id)); $retObj->httpPath = str_ireplace(ABSPATH, '/', $retObj->absAttUrl); $size_array = @getimagesize($retObj->absAttUrl); $retObj->size = $this->lenslider_size_str($size_array[0], $size_array[1]); $retObj->mime = $size_array['mime']; return $retObj; } return false; }
but i dont guarantee about plugin will works well, ok, i’ll make a fix soon. Sorry again..
Forum: Reviews
In reply to: [Len Slider] Clean, Fast, Easy To Use & Free!Thank you very much, Joe!
Good review and good words!
Plugin will be better=) and hope this will be very soon)Forum: Plugins
In reply to: [Len Slider] Don't work active Plugginsolved i hope..
Forum: Plugins
In reply to: [Len Slider] Plugin breaks Visual Editorfixed in 1.0.1 version
Forum: Plugins
In reply to: [Len Slider] Banner Links Not Workingok, another problem is make outside folder for custom skins. I’ll fix it tomorrow
Forum: Plugins
In reply to: [Len Slider] Banner Links Not WorkingJoe, i email you the skin, first you need to upgrade version to 1.0.1
Forum: Plugins
In reply to: [Len Slider] Banner Links Not Workingok, i solve the problem width double links)
Forum: Plugins
In reply to: [Len Slider] Banner Links Not Workingbutisitart, i found a bug about same links, tomorrow (Russia is night =) i’ll fix it. the bug is when you add a new banner for a existing slider, but if you’ll create a new slider and add banners in one time – links will be different.
Sorry againForum: Plugins
In reply to: [Len Slider] Banner Links Not Workingoh, thanks, butisitart again!
yes, this is a bug, i was fixed and upload fixed version to repository
yes, you’re right about %ls_link% =)
about the same link… ok, i test it
really sorry)
if you want – i make a custom skin for you as thanks)Forum: Plugins
In reply to: [Len Slider] Plugin breaks Visual EditorHi, thegower!
Thank you very much and sorry! this was a bug because the plugin was named on local as lenslider but repository makes it as len-slider, i fixed and upload fixed version to repository now, you can upload a new version.
Sorry again…Forum: Plugins
In reply to: [Len Slider] Slider in Headerok, thanks, Joe, I glad to help you!
i’ll edit install instructions, its my mistake..
If you have any ideas or find some bugs feel free to post it here or on LenSlider forum =)Forum: Plugins
In reply to: [Len Slider] Slider in HeaderHi, Joe!
$id
is the slider hash likecb28d29b6c
and code must be like<?php if( class_exists( 'LenSlider' ) ) {LenSlider::lenslider_output_slider('cb28d29b6c');}?>
NOTE: in LenSlider admin slider header has uppercase symbols for slider hash, you need to use lowercase symbols. I will consider this in next versions.
Forum: Plugins
In reply to: [Len Slider] Don't work active Plugginhi, WPGUS! can you show any printscreen? when you get 404 error?