one3rdnerd
Forum Replies Created
-
I had the same issue 80% was making them look as though they were 5% quality. Odd. is 80 thinking it is 8?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] WordPress URL Doesn't UpdateOkay the latter code approach worked, however I had to manually update 112 different galleries to fix this. What a waste of time. Please stop releasing plugins if you can’t complete them first.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] WordPress URL Doesn't Updateor why don’t you make a “Migration Settings” area and then have two input fields
(OLD URL) – please enter your old or staging url here.
(NEW URL) – Please enter your new live domain URL here.
Submit button.
Then once submitted you can make that look for and replace all encrypted data.
You built a brilliant looking plugin but behind the scenes it is pretty poor.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] WordPress URL Doesn't UpdateOkay so this seems the only way I can fix it. Why you are encrypting urls is beyond me as it makes this plugin pretty much dead in the water for any serious developer.
I tried adding
$url = str_replace("old_url", "new_url", $WRIS_SinglePhotoDetails['rpgp_image_url']); $url1 = str_replace("old_url", "new_url", $WRIS_SinglePhotoDetails['rpggallery_admin_thumb']); $url3 = str_replace("old_url", "new_url", $WRIS_SinglePhotoDetails['rpggallery_admin_large']);I also tried adding it replacing old_url and new_url with the two urls, neither work. I need assistance with this or some better instructions.
Or how about you stop encrypting urls so a standard search and replace can be performed on the whole database (Which needs to be done every time a site moves from staging to live anyway).
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Migrating site images disappearDoes this mean I have to start again? If so I won’t be using this plugin that is for sure.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Migrating site images disappearWhat a mess!! I have this same issue.
Why is it that I can search and replace all URLS on the database apart from the URLS in this poorly built plugin?
I cannot access the old URL / install as it was on a temporary IP which has now changed. So I cannot do export / import.
Please tell me how I can search and replace my database for the URLS.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeNo problem, can you let me know when it is done as I will upgrade to pro when those features are ironed out as I need them for a project.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeLook at a good sliders docs and it might help in undserstanding..
http://www.themepunch.com/revslider-doc/individual-slide-settings/#slideanimation
Notice they have
1) Slide Delay (your setting controls this but says it does something else.
2) Animation Duration (You don’t have this setting but you say you do when you incorrectly call “slide delay” “Transition speed”.I would advise you use the above two labels instead and ensure you offer the second feature because I am not going to be able to use your plugin otherwise. If you add it and make the above improvements then I will buy the pro version no problem.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeJust checked again.
It seems your transition speed is ACTUALLY not the transition speed still. It is the time a slide is visible, this is usually called “transition delay”.
Most slides need both settings to be of any use. Transition speed is the time it takes to complete the transition, 5000 is WAAAAY too long. Typical would be 500ms or 1000ms not 5000ms.
Can you add transition speed? So it actually changes transition speed and not the slider delay?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeI don’t see either option when I login and try the pro demo. No transition time and no slide delay? Am I missing something?
I have noticed issues like this a lot lately too.
For example this site I am building http://gravitas-digital.com/services/photography/ the gallery at the bottom just shows the loading icon infinitely. Any ideas what this is?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeIs the transition time setting in the pro version but not the free version?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeThanks, these are pretty standard features among most image sliders on Worpress.
1) Slider delay
2) Transition timeWhen might these be looked at / added in an update? and the (px) to (ms) change as its hard to teach someone when the tooltip is misleading.
Thanks, I really like the look of the slider, good work.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeDo you see the difference? Most WordPress slider tools I have used consider
Slider Delay – the time each slide is stationary
Slider transition – the time it takes for slide 1 to fade for example into slide 2.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Transition TimeNo problem. You are welcome. I thought that was the case.
Does this setting pertain the slider delay? not slide transition? As it doesn’t seem to effect he slide transition and 5000ms is 5 seconds which of course is too long for a transition.
The Slider delay is 5000
Could there be a setting added underneath for “Transition time”
Then I can set a 6 second slider delay and a 1.5 second slider transition? (the time it takes for one slide to fade into the next).
Thanks