spencermerpi
Forum Replies Created
-
I gave up on javascript and found a CSS solution for the hovering.
Thank you so much for your help! The plugin rocks!!!
Thank you so much for your response.
That doesn’t seem to be working. I may not have done it correctly. Other than putting the code you supplied in a js file and sourcing that js file in my header is there anything else I need to do?Forum: Fixing WordPress
In reply to: Ordering User Query by Numeric Custom FieldSo this is not the best way, but my numbers will never go above the hundreds place, so I made each number a 5 decimal number. 1 now equals 00001 number 301 now equals 00301. Then I use $str = ltrim($str, ‘0’); to remove the leading zeros so the user can’t see them.
Like I said, not the best way, but it got the job done
Forum: Fixing WordPress
In reply to: Ordering User Query by Numeric Custom FieldI’ve tried everything I can think of and no success
Forum: Fixing WordPress
In reply to: Ordering User Query by Numeric Custom FieldEvan, Thank you for continuing to help. Unfortunately that also does not work
Forum: Fixing WordPress
In reply to: Ordering User Query by Numeric Custom FieldI think meta_value_num works when you’re querying posts but not when you are querying users
Forum: Fixing WordPress
In reply to: Ordering User Query by Numeric Custom FieldEvan, how do I do that? I tried meta_value_num and it doesn’t work
here is the code for the thumbnail part:
I figured it out. But I have a new question. I have the widget that does most popular all time. Is there a way to do most popular today, this week, this month?
Thank you again for your time!
option to make the url of slides not change. If it starts as panel1-1 it should stay that way