rpeckham
Forum Replies Created
-
Thanks for the response. I ended up adding a little bit of code to the functions.php and works perfect
`// Function to change email address
function wpb_sender_email( $original_email_address ) {
return ‘[email protected]’;
}// Function to change sender name
function wpb_sender_name( $original_email_from ) {
return ‘Tim Smith’;
}// Hooking up our functions to WordPress filters
add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );I see one of your websites has 2 rows but is sticky. I’m not sure I understood you correctly. The only way I can get the menu to be sticky is with one row like you said but you have 2 and is sticky. How did you do that?
I checked your sites and I see your problem is fixed . How did you do it? I have the same issue. https://potrerochico.com
- This reply was modified 8 years, 5 months ago by rpeckham.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Add ShortcodeI suspect you probably knew this but I don’t think it’s your plugin. The common denominator here is all the the adds are from avantlink. Google adsense, Amazon and even the shortcode widget I asked about all stay put logged in or not.
I have not turned on debugger and my cache is still on. If you think you can help let me know and I’ll change the settings.
Edit: I got it sorted out. Yep the browser cache…..
- This reply was modified 8 years, 9 months ago by rpeckham.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Add ShortcodeThanks I’ll try it out.
I just noticed that my ads are moving to the bottom of the page once logged out of wordpress. They are in the correct position while logged in.
I’m using autopomize and wp fastest cache. I’m sure it has something to do with that.