Posts by Victor Saul • 193 points
10 posts
-
3
votes2
answers580
viewsQ: Limit sidebar before footer
I have the following code, but I have a footer of 650px, and when scrolling the page until the end the fixed block is on top of the footer, how could solve this problem? <script> $(function(){…
-
0
votes1
answer216
viewsQ: htaccess does not work for wp super cache plugin
I installed the wp plugin super cache for wordpress on the server and it’s working fine. But I can’t understand why my rules on . htaccess does not work for the homepage. I rewrite the requests pro…
-
2
votes2
answers1616
viewsQ: How to customize scrollbar in div?
I have a menu that uses offcanvas from Bootstrap but wanted to style his scrollbar in the style of Facebook chat.
-
3
votes1
answer246
viewsQ: Youtube videos do not open on full screen
Galera would have like through some javascript to make a video on my site not open on full screen on iOS devices? Because I’m using youtube as a music player and every time someone accesses on iOS…
-
4
votes2
answers954
viewsQ: Css change in iOS only
I need to make a css change on iOS only, I used if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {} But it didn’t work. The code I need to change is this. .sdn-music-player>.yt-wrap>iframe…
-
2
votes0
answers91
viewsQ: Youtube player does not work on iOS
Guys with a problem here with youtube videos, I have it as option music player on the site in the bottom right, it works normal except on iOS mobile devices, what happens is that I can not play…
-
1
votes0
answers66
viewsQ: Text with color contrast to the background using Chroma.js
In the following file Generator of random themes I have the code that uses Chroma.js to check the color of bg by making the text contrast, but it only generates one color for each background color…
-
1
votes2
answers2102
viewsQ: Dynamically change the text color based on a background color
Guys, I have this code where it generates me a kind of theme https://jsfiddle.net/jpcaja7t/18/ and I would like to apply this other code on it so that the text is in contrast to bg, how can I do…
-
2
votes1
answer84
viewsQ: Make class combinator open page in separate tab
I have a code in which he creates me a page as if it were a theme, picking randomly the css classes, but what he does is create the "theme" within the page that this button, and would like it opened…
-
1
votes1
answer334
viewsQ: Create a random combination with CSS classes using javascript or jquery
Hey, guys, I was wondering if anyone knows a solution for how to make a combination of css classes using javascript or jquery? What I would like is to have links and each of these links have several…