-
Posted in : Bloggy WP
-
http://www.dorisjaymes.com/about/contact/
1. How do I change the dummy text “please contact me for anything” into my own custom text?
2. How do I kill the social media in the footer?
3. How do I move the image from footer to top of the page?Thanks Mr. Mehmet!!!!
Hi,
1. Check out the localization chapter in your theme’s documentation.
2. I think, the social media icons come from a plugin. If so, check out your plugin page.
3. Use this in your External JS field:
<script> jQuery(document).ready(function($) { var contactForm = $( 'body.page-template-template-contact-php div.contact-form' ); $( 'body.page-template-template-contact-php article' ).append( contactForm ); }); </script>Hi!
#3 works! Thank you! It moves the image to the top, but it breaks the contact form.
http://www.dorisjaymes.com/about/contact/#2 — yes it’s a plugin. How do I turn it off JUST ON THIS PAGE ONLY?
Edit the text by going to Appearance -> Editor -> Contact Page Template (template-contact.php)
Thanks @aoxfordca.
Similar to the image question, how can I move my text content above the contact form? I tried using the External JS that you provided for doristan, but it didn’t work.
i just checked your url and i guess you have managed to do it.
Not sure if this is related to #3 of the first post of doristan, but I’m trying to put my social media icons above the contact form. This is where I put the list in the Contact Page Template, but the icons are not appearing. Not sure if I broke the logic or not. Can you please help me troubleshoot? Thank you!
<article id="post-” >
<form id="contact-form" method="post" action="/send-mail.php”>
<input type="hidden" id="to" name="to" value="”><input type="hidden" id="subject_prefix" name="subject_prefix" value="”>
= ?
<input type="text" id="sum_user" name="sum_user" class="required" placeholder="”>
<input type="hidden" id="sum_random" name="sum_random" value="”>
<input type="submit" value="”>
<img class="ajax-loader" alt="Sending …" src="/images/bckg/loader_light.gif”>
” . __( ‘Pages:’, ‘read’ ), ‘after’ => ” ) );
?>
You must be logged in and have valid license to reply to this topic.