jamesin144
Forum Replies Created
-
Great looks like it works now! Thank you.
Ok I’ve just tested by removing the code from simple banner scrolling and only having the code in simple banner and that still didn’t work.
I’ve removed the css code for both completely for now until you get a chance to see if you can get it to work.
I’ve just cleared the cache of the entire website and tried opening up any webpage with the banner in google chrome incognito but with no luck.
When I go into developer tools to look at the css it looks like the css is showing up but not doing anything. For example, when I inspect the element for the simple banner scrolling, I can see the top:0 and the position:sticky values but the actual sticky effect doesn’t work on the webpage.
Do you have any idea why this is the case?
Thank you for the prompt response.
I’ve changed the css code to
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;for both simple banner and simple banner scrolling but it still doesn’t stick.
Am I doing something wrong?
Forum: Fixing WordPress
In reply to: Youtube links give a 500 internal server errorAh thank you for that info!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Not able to sort by dateThe data is formatted like this on the google sheets
30/12/2016 | etc | etc | etc
1/12/2016 | 1.00009 | 1.00005 | 1.00004with each new entry going below in a new line for new values each day.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Customization of the X axisThank you so much I had no idea how to use the short code but that example made everything make sense