slide stutter within RLM pro, was...

User 2749276 Photo


Registered User
10 posts

My "wow slide" stutters within RLM pro, was advised to remove line 998 in css file cofeegrinder.css
I emailed to wow slider tech support yesterday and they responded advising me to remove a line in RLM pro ccs file, but I was advised by coffeecup before not to remove anything there, MY QUESTION IS, since I'm still in the process of working with layout, maybe there's something else I can just change in the responsive layout maker that would solve this stuttering problem just the same? (it would be much easier)

- HERE'S MY EMAIL TO THEM EXPLAINING THE PROBLEM: (and below that is their response about your product)
1 - it stutters from image to image, as you can see in this link http://www.newworldgovernment.net/index-testing.html I even made all images the same size, but it's still the same thing. it slightly but abruptly moves from one place to another back and forth, every 9 seconds.

THEIR RESPONSE:
1. The thing is in your css file cofeegrinder.css
998th line:

ul li a{
padding:.5em .25em
}
Remove it and stutters will stop.
User 187934 Photo


Senior Advisor
20,190 posts

Hi Rytis,
Try adding this to your style sheet.

.ws_images ul li a{
padding:0 ;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2749276 Photo


Registered User
10 posts

Thanks Eric, can you be more specific, which file and which line should I ad this to, after what/before what? I'm not too good with css, (I have the cofeecup HTML editor)
User 187934 Photo


Senior Advisor
20,190 posts

Make a custom.css style sheet with that code on it. Add a style sheet link just above the </head> tag on that page.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2749276 Photo


Registered User
10 posts

Eric Rohloff wrote:
Make a custom.css style sheet with that code on it. Add a style sheet link just above the </head> tag on that page.
Is there a code I can paste? when I created a new css file, it didn't have </head> tag, and I have no clue how to create them, here is all it had:

/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { }
User 2623310 Photo


Ambassador
282 posts

That's just the css file. Where you put the code that Eric said to try is in your html file. That will have your <head></head>.

Hope this helps!
User 2749276 Photo


Registered User
10 posts

looks like he said to ad this to the css file:
rytis abrutis wrote:
Thanks Eric, can you be more specific, which file and which line should I ad this to, after what/before what? I'm not too good with css, (I have the cofeecup HTML editor)
User 2623310 Photo


Ambassador
282 posts

It said to make a custom.css file with that code and you need to put this link in your html file <link rel="stylesheet" href="css/custom.css"> put this link right before the </head>.
User 2749276 Photo


Registered User
10 posts

First, I apologize for being novice at this, and thanks for being patient with me...
JUST TO CLARIFY: I create css file, placed in css folder, and ALL THE CONTENT THAT FILE NEEDS to have is:
.ws_images ul li a{
padding:0 ;
}
NOTHING ELSE IN IT. (other than the link to it in html page)
is that correct?
User 2623310 Photo


Ambassador
282 posts

You are correct.:D

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.