jimmyesl
Forum Replies Created
-
Hello Tobias,
Thanks for the response. No trouble at all. This is great plugin. Thanks for developing it.
Im curious, where are you seeing the line breaks? In the page source, inspect element. The strange thing is that I did not add line breaks to these. However I see what you are saying. Below is my html.
<span class=”blue”></span>
<span class=”red”></span>I was able to get to display horizontally by adding ‘br{display:none;}’ to my css. However, the problem with that is that I am unable to add ‘br’ in other places that I need.
Thanks,
James
Forum: Plugins
In reply to: [Contact Form 7] Eloqua IntegrationI am also looking for a way to integrate. Actually, I am trying to integrate gravity forms with Eloqua. I tried to add the following below to my functions.php file, but it hasn’t worked. Have you figured it out yet?
add_action( ‘gform_after_submission’, ‘post_to_third_party’, 10, 2 );
function post_to_third_party( $entry, $form ) {$post_url = ‘https://s1913652004.t.eloqua.com/e/f2’;
$body = array(
‘first_name’ => rgar( $entry, ‘1.3’ ),
‘last_name’ => rgar( $entry, ‘1.6’ ),
’email’ => rgar( $entry, ‘2’ ),
‘country’ => rgar( $entry, ‘3’ ),
);
GFCommon::log_debug( ‘gform_after_submission: body => ‘ . print_r( $body, true ) );$request = new WP_Http();
$response = $request->post( $post_url, array( ‘body’ => $body ) );
GFCommon::log_debug( ‘gform_after_submission: response => ‘ . print_r( $response, true ) );
}Forum: Fixing WordPress
In reply to: Make header image on homepage clickableI am having the same issue as well. I am trying to add a link to my header image that would link back to the homepage. I don’t know why this is so difficult. If you find out how to do it, I would appreciate it if you could let me know.
Thanks,
Hello Michael,
Thank you for responding. My site is https://www.beyondbordersesl.com
Forum: Themes and Templates
In reply to: changing color of link only for h2Hello Bojan,
Thank you for taking the time to answer my question. I tried that and it worked. However, it only seems to work on some of my blog posts and also, if you go to my post, https://jimmyesl.com/teach-english-abroad/10-must-knows-about-teaching-english-abroad/
You can see that some h2 throughout the post are of the same color as the entry title, but some remain blue. Any ideas why that is?
Regards,
James
Forum: Your WordPress
In reply to: My ESL blog using the 2014Hey Sunradar,
Thanks for the advice and I really appreciate it.I agree with you on my many things. Unfortunately, I cannot figure out how to get rid of that white boder on my menu. Any advice? Also, the menu turns an ugly green as you mentioned. Again, I cannot figure out how to change that. What do you think.
I checked out your blogs. I like them. What theme are you using? How long have you been teaching english?
cheers,
james
Forum: Your WordPress
In reply to: My ESL blog using the 2014Hey Blog traveler,
Thanks for the review. When you say the font size is not good, do you mean it is too big or small? Any advice on a good size and even font style
thanks again buddy
James
Forum: Themes and Templates
In reply to: How do I change the 'powered by wordpress' to copyrightTHanks for the response.
Is this in my functions.php or in my footer.php?
THanks,
James
Forum: Themes and Templates
In reply to: My child theme style.css is not working?can you provide a link to your site please
Forum: Themes and Templates
In reply to: get rid of black line on my grid in twenty fourteen themeThanks buddy,
I put that in and it worked?
Forum: Themes and Templates
In reply to: text will not appear under grid imagesHello Ernest,
Thanks for your last message. I finally got set up locally. After having trouble setting up wamp, I just went with instant WordPress. It seems to work fine.
I got a question. I have this strange, black border on the right side of my on the front page. Ive been trying everything to get it off of there, but I just cannot seem to get it. Any ideas. Im sure Ill figure it out eventually.
Thanks always,
James
Forum: Themes and Templates
In reply to: extra space between footer and body contentForum: Themes and Templates
In reply to: extra space between footer and body contentsorry, I should have been so clear. Yes, of course, I am working in a childtheme already.
2014 childtheme
Forum: Themes and Templates
In reply to: How do I remove content sidebar and primary sidebars on my sitethe latest version of twentyfourteen
Forum: Themes and Templates
In reply to: extra space between footer and body contentim using twentyfourteen and the lastest version. Im not sure where I downloaded it from