Hey, wondering if anyone has an idea how to adjust the main header image on the following page so that I can position it more to the left on mobile view. It seems to use some weird Transform3d style...
Type: Posts; User: wyclef; Keyword(s):
Hey, wondering if anyone has an idea how to adjust the main header image on the following page so that I can position it more to the left on mobile view. It seems to use some weird Transform3d style...
Latest effort. Anyone familiar with WPDB?
<?
global $wpdb;
$sql = $wpdb->prepare( "SELECT wp_acf_values.value FROM wp_acf_values, wp_acf_fields WHERE wp_acf_fields.post_id =...
Seems like mysql_fetch_array won't work. Anyone know how to port that over for WPDB?
Hello,
I'm trying to convert some old MySQL to work with WordPress WPDB (https://developer.wordpress.org/reference/classes/wpdb/prepare/). I have taken a stab at it but wanted another eye here as...
Hello, I'm wondering if you wouldn’t mind letting me know what you think of the CAPTCHA in this script? For one, how do you activate it but for two, it doesn’t seem very useful? Would I be better of...
Thanks very much. I am still testing but this seems to work.
Thanks for this. At first glance this looks like it should work I will test. Do you think the following function line would be impacted? It is the only instance of preg_replace.
function...
Hello,
I've got some old PHP form code (Originally dbmasters F@rmMailer, guess no longer supported) that is requiring me to change eregi to preg_match. I am having a bit of trouble getting this...
How could I change this nav script to pull the class 'current-___'from the body tag?
Here is the original: http://alistapart.com/d/sprites2/examples/example6-function.html
I think the relevant...
Hey, I implemented alistaparts sprites2 nav and there is a glitch with IE7 on mine where on mouseover or mouseoff the background of the link flashes black. I can't figure it out. Any ideas?
Mine:...
Can someone explain to me how to get the following link color hover fade to work in IE7?
http://dynodealz.com/hover.html
ok, i'm making progress...now i've got this thing working a lot better except am having problems with margins and padding in different browsers.... firefox, safari, opera, ie7... i've posted an...
i've tried to simplify the code to make it easier to look through.
same images as attached above. if someone could help me tighten this up i'd really appreciate it.
<!DOCTYPE html PUBLIC...
Can someone take a look at this mess and see if they can help me make these drop down menus more flexible? It's breaking if the main nav link is too long and I can't seem to figure it out. It would...
Hi there,
I need some help dealing with min-height in Opera, Safari, and Omniweb. They all basically have the same issue, no support for min-height which is causing my footer to get stuck not at...
Hi, I've got an image gallery that works fine in Firefox and Safari and ALMOST in IE 6 but it's totally inaccessible in Mac IE 5.2.3 and I would really like it to be a bit more functional in that...
what would b look like?
but what if the user and password are different for each page? how would that work with 1 included file?
Sorry, the other person giving input on my code must be on windows...
would you say this new code is much better?
lol. it's broken i swear! :) well, yours definitely seems to be working properly. ummm... do you think a base href tag at the top of the page could effect anything? also, the code seems a bit messy...
I updated the zip files to take that URL out. That should just be the URL of wherever the login page resides...(i think)
Can someone check out the files i've uploaded? I've got a simple username and password login form that works except for the fact that you have submit the username and password twice in order to be...
Hi, can someone help me figure out why the Javascript Footer on this page gets bumped to the top if the browser window width is minimized? Also, is there a way to float the bottom footer line to the...
ok, i'm confused... doesn't "backgroundImage" have to be "background-image"? perhaps someone could post a working example of this that we can mull over?