
awkward_clam
Members-
Posts
20 -
Joined
-
Last visited
Never
Profile Information
-
Gender
Not Telling
awkward_clam's Achievements

Newbie (1/5)
0
Reputation
-
I'm getting this error, but I'm not sure how to fix it (on my Wordpress site). Warning: usort() [function.usort]: The argument should be an array in /home2/lushwebs/public_html/4mulaevents/wp-content/themes/dailyedition/includes/talking-points.php on line 20 Warning: Invalid argument supplied for foreach() in /home2/lushwebs/public_html/4mulaevents/wp-content/themes/dailyedition/includes/talking-points.php on line 22 Any help appreciated. Thanks!
-
K, will keep that in mind. Switching themes anyway. Thanks.
-
Moderators deleted my question's link for spamming. I don't really understand since it wasn't a keyword link and would have 0 gain for a spammer... ?? nice.. Just a guy lookin for help..
-
Hey I'm having trouble making lightbox work. I was told on the Wordpress forums that it's because the theme has a ton of script errors.. Here it is: Any advice on how to clean it up? Totally new to this stuff. Thanks
-
Trying to remove spam link from footer.
awkward_clam replied to awkward_clam's topic in PHP Coding Help
Just replaced the theme from another source, it's gone. -
Trying to remove spam link from footer.
awkward_clam replied to awkward_clam's topic in PHP Coding Help
have no idea who weboy is, and that link changes to different random foreign sites -
Trying to remove spam link from footer.
awkward_clam replied to awkward_clam's topic in PHP Coding Help
I'm seeing this code from 2 different computers at the very bottom: </script> <script type='text/javascript' src='http://www.yourvancouvermortgagebroker.ca/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.47'></script> <script type='text/javascript' src='http://www.yourvancouvermortgagebroker.ca/wp-content/plugins/contact-form-7/scripts.js?ver=2.4.2'></script> <a href ="http://themes.weboy.org"><img src="http://www.yourvancouvermortgagebroker.ca/wp-content/themes/Minimal/images/blank.gif" height="1" width="1" /></a> </body> </html> -
Hey, I have a downloaded theme which appears to have hidden spam link in the footer somewhere, but I'm having a hard time locating the source. Here is the site: www.yourvancouvermortgagebroker.ca At the very bottom of the source, you can see: <script type='text/javascript' src='http://www.yourvancouvermortgagebroker.ca/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.47'></script> <script type='text/javascript' src='http://www.yourvancouvermortgagebroker.ca/wp-content/plugins/contact-form-7/scripts.js?ver=2.4.2'></script> <a href ="http://wp2blog.com"><img src="http://www.yourvancouvermortgagebroker.ca/wp-content/themes/Minimal/images/blank.gif" height="1" width="1" /></a> </body> </html> I've tried de-activating the plugins and it's still there (so it's not a plugin). I've also changed themes and it disappears, so it's only this theme. Here is functions.php: <?php require_once(TEMPLATEPATH . '/epanel/custom_functions.php'); require_once(TEMPLATEPATH . '/includes/functions/comments.php'); require_once(TEMPLATEPATH . '/includes/functions/sidebars.php'); load_theme_textdomain('Minimal',get_template_directory().'/lang'); require_once(TEMPLATEPATH . '/epanel/options_minimal.php'); require_once(TEMPLATEPATH . '/epanel/core_functions.php'); require_once(TEMPLATEPATH . '/epanel/post_thumbnails_minimal.php'); $wp_ver = substr($GLOBALS['wp_version'],0,3); if ($wp_ver >= 2. include(TEMPLATEPATH . '/includes/widgets.php'); ?> and footer.php: <div id="footer" > <div id="footer-content"> <ul id="bottom-menu"> <?php global $is_footer, $page_menu, $category_menu; $is_footer = true; elegant_init(); if (get_option('minimal_home_link') == 'on') { ?> <li <?php if (is_front_page()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Minimal'); ?></a></li> <?php }; ?> <?php if ($category_menu <> '<li>No categories</li>') echo($category_menu); ?> <?php echo $page_menu; ?> </ul> <!-- end ul#bottom-menu --> </div> <!-- end #footer-content --> </div> <!-- end #footer --> </div> <!-- end #page-wrap --> <?php include(TEMPLATEPATH . '/includes/scripts.php'); ?> <?php wp_footer(); ?> </body> </html> Where should I look from here? The link switches every once and a while if that's relevant. I've tried a full text search of all the files for the actual link and it never shows up. Thanks
-
Hey all. I use a WP template and wondering how difficult it would be to add a little image button onto my site. Not sure if this falls into PHP, JS, or CSS Site in question: http://www.lushwebsites.com I want the button to the left of the little thumbnails in the middle of the page (divid= "featured-thumbs") I know sometimes it's difficult customizing themes without messing sh** up, but if it's possible to add a little code and css so that there is just a nice little sign up button on the home page? Cheers, J note: not sure which code to post, if someone will let me know. thanks
-
Could someone please help me with the syntax for my WordPress page? I want to display a secure header on one page ('apply') Where am I going wrong (this is in my header.php file): <body class="custom"> <div id="wrap"> <div id="top"> <div class="content"> <div id="header"> <?php if (is_page('apply')) { ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><img class="logo" src="https://www.yourvancouvermortgagebroker.ca/wp-content/woo_uploads/120-107-logo.png") alt="<?php bloginfo('name'); ?>" /></a> <h1>{ ?><?php bloginfo('name'); ?></h1> <?php } else { ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><img class="logo" src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option('woo_logo').'"'; } else { bloginfo('template_directory'); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?>" /></a> <h1>{ ?><?php bloginfo('name'); ?></h1> </div> </div> </div> Thanks
-
I just need it so that the text is automatically cleared when someone clicks on it. Thanks
-
Here is the page in question: www.yourvancouvermortgagebroker.ca/apply I had the form designed by someone else. When I changed the Input Values for some of the fields, it made it so the text was not cleared when the user clicks on it (if you go to my page, for example, you will see that when you click on "full name" the text stays there, which is not the same for phone number. How do I fix this? (on page) <input type="text" name="fullname" id="fullname" value="Full Name" /><label>Full Name</label> Here's a link to the .js file: http://yourvancouvermortgagebroker.ca/js/apply.js thank you
-
You, sir, are a baby angel. Thank You so much, made my day. That would have taken me so long to figure out just reading through forums.
-
Yeah that's it. I already updated the code you gave but I haven't noticed any changes. I really appreciate your help.
-
Hmmm, didn't change anything yet. So here is what I have: On page: <form name="myform" action="http://www.bluehost.com/bluemail" enctype="multipart/form-data" method="POST"> ...... <div id="sixth_step"> <h1>Summary</h1> <h2 style="margin-left:60px">Summary</h2> <div class="form" style="height:240px; width:700px; overflow:scroll; margin:0 auto 0 auto; position:relative"> <table style="position:relative;top:-20px"> <tr><td>Fullname</td><td></td></tr> <tr><td>Date of Birth</td><td></td></tr> <tr><td>Phone</td><td></td></tr> <tr><td>Email</td><td></td></tr> <tr><td>Current Address</td><td></td></tr> <tr><td>Job Title</td><td></td></tr> <tr><td>Annual Income</td><td></td></tr> <tr><td>Income Type</td><td></td></tr> <tr><td>Total Monthly Payments</td><td></td></tr> <tr><td>Total Savings</td><td></td></tr> <tr><td>Co-Applicant Fullname</td><td></td></tr> <tr><td>Co-Applicant Date of Birth</td><td></td></tr> <tr><td>Co-Applicant Phone</td><td></td></tr> <tr><td>Co-Applicant Email</td><td></td></tr> <tr><td>Co-Applicant Current Address</td><td></td></tr> <tr><td>Co-Applicant Job Title</td><td></td></tr> <tr><td>Co-Applicant Annual Income</td><td></td></tr> <tr><td>Co-Applicant Income Type</td><td></td></tr> <tr><td>Co-Applicant Total Monthly Payments</td><td></td></tr> <tr><td>Co-Applicant Total Savings</td><td></td></tr> <tr><td>Purpose of Mortgage</td><td></td></tr> <tr><td>Do you want a</td><td></td></tr> <tr><td>How much is your down payment?</td><td></td></tr> <tr><td>What is the property address (if applicable)</td><td></td></tr> <tr><td>Comments</td><td></td></tr> </table> </div> <!-- clearfix --><div class="clear"></div><!-- /clearfix --> <input type="hidden" name="sendtoemail" value="[email protected]"> <input type="hidden" name="redirect" value="http://www.yourvancouvermortgagebroker.ca/thanks"> <input class="send submit" type="submit" name="submit_sixth" id="submit_sixth" value="" /> </div> apply.js .... //step 6 $('#submit_sixth').click(function(){ //send information to server alert('Thanks'); document.myform.submit(); }); Only showing an alert box when I click submit });