cjgrasso
Forum Replies Created
-
Hi Eve,
an update on this: I was in the process of moving this site as the old one was on an outdated server with php 5.3 on it. After moving to a new linux server with cPanel and PHP 5.6 on it, The scan runs correctly. This may be an incompatibility with older versions of PHP, but you can mark this one as solved as it is now working on the new host.
Thanks
ChrisHi sorry for the late reply,
I ticked https://sitecheck.sucuri.net/ and the response was OK. I also then checked all of them, and all came back OK.
Thanks
ChrisForum: Plugins
In reply to: [Custom Adminbar Menus] errors after latest updateThank you Linesh, it is working again, appreciate the fix.
Hi John,
I agree with OP that a mailto link should be an option. I want the user to click on the email icon and have it open up their email client to send a message to me. Since the email icon can’t do this, I added a custom icon to it, and tried to add the mailto:[email protected] as the custom link, but it tells me this is invalid format. I dont want it to link to the contact page, I already have links for that… I would really like the custom icon to be able to accept a standard mailto: link. Any A href tag accepts this style of link is html.
Thanks for a good plugin.
Cheers, Chris
how is you having an outdated version of WordPress the developer’s fault?
Forum: Fixing WordPress
In reply to: Sending comment notifications to certain usersrohit, did you ever find a solution to this?
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Campaigns and Follow-Up Sequences@gmichael7, there is a field at the bottom of the infusionsoft plugin page where you map the fields called “entry tags”. All of your infusionsoft tags are located in there… you can also make conditional tags based on radio button selections to add different tags for different choices on the form.
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] custom infusionsoft fields mapsomehow adding a tag to the form made this strange behavior disappear.
Forum: Plugins
In reply to: [Form Lightbox] How can I customize the light box button?use firebug… look at the CSS that is defining your button. call a div class inside the fromlightbox shortcode:
[formlightbox_call title=”title”]<div class=”my_button”> Button text</div>[/formlightbox_call]
then in your style sheet, add the new class:
.my button {
color:red;
width:200px;
}you’ll likely have to add the hover and active elements too if your button has those:
.my_botton:hover {
}and .my_button:active {
you can copy all the styles from your current button class right out of firebug, and put them in your style sheet for your new button.
Forum: Plugins
In reply to: [Alfie WP Weather] conflict with W3 total cacheThank you for your quick and helpful response. It turns out the conflict was related to the minify. In the minify settings for html and xml, I had “inline js minification” checked. After that was unchecked, I was still able to leave the default JS minification options enabled and it is working again properly. Thanks!
Chris
Forum: Plugins
In reply to: [Genesis eNews Extended] linked to infusionsoftThanks for the quick reply… I knew it was beyond the plugin’s scope, I was just hoping for a magical php workaround. How about a possible future feature request then?
5 stars given… Thanks
Forum: Plugins
In reply to: [Genesis eNews Extended] Connecting Infusionsoft HTML to the widgetThank you for the help. I had the fields the same as you, but it turns out I am a dunce and can’t copy and paste correctly. After looking at this then at mine I was able to resolve the issue so thanks again, kind sir.
Forum: Plugins
In reply to: [Genesis eNews Extended] Connecting Infusionsoft HTML to the widgethello…
can you enlighten me on how you got this to correctly submit? I used the https:// address for the form action field, inf_field_Email for the email address but im getting an error 640 when i hit submit. my infusionsoft html looks almost identical to yours.
Thanks
Forum: Plugins
In reply to: Auto Updater Issue – Strange behavior & ErrorsI am running wp 3.5.1 on apache, and recently just migrated the blog from subdomain to root.
Forum: Plugins
In reply to: Auto Updater Issue – Strange behavior & ErrorsDid you ever find a resolution to this? Im having nearly the same issue… Im getting folder already exists errors, even though I can’t see the folder on through filezilla. Also, when I try to update an existing plug in, it tells me it was successfully downloaded and reactivated, but then it still shows the old version that needs to be updated….