| 2019 | |||
|---|---|---|---|
|
May
18 |
|
comment |
slick slider - css transition infinite loop bug This works for going to next slide, but the glitch remains when going to prev slides. Can you patch this fix? Would be awesome to have both directions working! |
| 2018 | |||
|
Jun
20 |
|
accepted | Htaccess Rewrite Guidance |
|
May
7 |
|
revised |
How to disable edit link button bottom of the page for all users except Administrator added 224 characters in body |
|
May
7 |
|
comment |
How to disable edit link button bottom of the page for all users except Administrator @KrzysiekDróżdż You're right! I updated my answer, and Wordpress Codex link. |
|
May
7 |
|
revised |
How to disable edit link button bottom of the page for all users except Administrator added 119 characters in body |
|
May
7 |
|
awarded | Editor |
|
May
7 |
|
revised |
How to disable edit link button bottom of the page for all users except Administrator added 119 characters in body |
|
May
7 |
|
answered | How to disable edit link button bottom of the page for all users except Administrator |
|
May
7 |
|
comment |
Prevent Archive URLs This works! I don't know why it does that when I set my permalink structure to "Post name". I thought if there's no page or post named "2018" then it should show the 404 page. Thanks for the help! (also I have registered some Custom Post Types if that makes a difference but they all have has_archive => false)
|
|
May
7 |
|
awarded | Scholar |
|
May
7 |
|
accepted | Prevent Archive URLs |
|
May
7 |
|
asked | Prevent Archive URLs |
| 2017 | |||
|
Nov
16 |
|
revised |
Nginx make any URL work with or without a trailing slash deleted 29 characters in body |
|
Nov
12 |
|
awarded | Curious |
|
Nov
11 |
|
comment |
Nginx make any URL work with or without a trailing slash @ManojJadhav That is how my server block is already setup, I see no major difference. I think the problem is without the trailing slash it thinks mydirectory is a file, not a directory.
|
|
Nov
11 |
|
asked | Nginx make any URL work with or without a trailing slash |
|
Feb
10 |
|
comment |
Htaccess Rewrite Guidance Thanks @arkascha. I kind of already knew I needed a RewriteRule though. That's what I'm asking for assistance about. While I continue reading these very confusing docs, anyone with an answer would be super helpful! |
|
Feb
10 |
|
asked | Htaccess Rewrite Guidance |
|
Feb
9 |
|
accepted | Loop through array to assign value for every nth item |
|
Feb
9 |
|
comment |
Loop through array to assign value for every nth item First answer, and it works. Thanks very much for your help @cashbee! |