abprolabs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email Before Download, Inline Link Not Showing UpThe problem now is that the inline link doesn’t show up in certain situations. It works on my computer on IE, but not Chrome. It works on a coworkers Chrome, but not on another’s. Any idea why this is happening?
Forum: Fixing WordPress
In reply to: Email Before Download, Inline Link Not Showing UpHi mandsconsulting,
Thanks for the input! I turned the “Hide/Mark Real Link” option off. We are getting issues where some computers using Chrome are getting the link to work and some aren’t, so I guess I’m not sure this is a WordPress issue anymore.
Forum: Plugins
In reply to: [Email Before Download] inline link not showing upI am having the same issue. My downloads stopped working all of a sudden. When the contact form is filled out and submitted, the message comes up that it was sent successfully, but no download link shows up. I checked and have <?php wp_footer(); ?> is in footer.php and wp_head(); is the header.php. The link to the page is http://abpro-labs.com/downloads/
None of the links works any more. Any ideas on what is wrong or what I should try?
Forum: Fixing WordPress
In reply to: Page Will Not UpdateNo, I don’t believe there are.
Forum: Fixing WordPress
In reply to: One Link on Page Not WorkingThanks Bill, might just be my computer then (PC and Chrome) because I checked on my phone and it worked fine.
Forum: Plugins
In reply to: [Email Before Download] Inline Link Not Showing UpIt actually just showed up when I tried it on Internet Explorer, but not on Chrome.
Forum: Fixing WordPress
In reply to: I Need to Edit The Request A Quote ButtonThanks so much!
Forum: Fixing WordPress
In reply to: I Need to Edit The Request A Quote ButtonThanks, so I found those links under Edit Themes:
<div align=right><?php $link = 'http://theurbannerd.com/AbproLabs/?page_id=471'; //url link $src = 'http://theurbannerd.com/AbproLabs/wp-content/themes/theme1254/images/requestbutton.png'; //image url echo '<a href="'.$link .'"><img style="border:none;" src="'.$src .'" /></a>'; ?></div>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Would I download that image and upload it like you said, then change it to the new link under image URL… then after $link, would I put the link that I want it to go to?