armando_e
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Browser Check] Wont active, errorI appreciate you fixing the issue quickly. Thanks for the plugin!
Forum: Plugins
In reply to: [Advanced Browser Check] Wont active, errorBrought my whole site down….
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] v2.2.0 won't activate / breaks site on updateSame issue here. Any insight would be appreciated….
Forum: Plugins
In reply to: [RICG Responsive Images] Safari IssueSorry for the delay. I have cleared the cache every time, safari still serves the largest available image.
Thank you!
Forum: Plugins
In reply to: [RICG Responsive Images] Safari IssueI adjusted my code as follows:
<?php wp_get_attachment_image( $attachment_id, ‘large’ ); ?>
In safari, no matter what size I make my window the large version is always served no matter what. This holds true for iOS. Its a photo portflio page so the diffrence in page load is huge.
Firefox:
<img src=”https://xxx/2015/04/IMG-1434-1400×1050.jpg” class=”attachment-large” alt=”IMG-1434″ srcset=”https://xxx/2015/04/IMG-1434-645×484.jpg 645w, https://xxx/2015/04/IMG-1434-975×731.jpg 975w, https://xxx/2015/04/IMG-1434-1400×1050.jpg 1400w” sizes=”(max-width: 1400px) 100vw, 1400px” height=”1050″ width=”1400″>This is serving the correct size if I inspect my image and open it in a new window. I get 645px, the size I set for ‘small’.
With Safari:
<img width=”1200″ height=”800″ src=”https://xxx/2015/04/MG-7367.jpg” class=”attachment-large” alt=”MG-7367″>Inspecting this image in a new tab yilds the ‘large’ version I set.
Thank all of you for the work on this plugin and for the continued support on this forum.
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] Failed installYou are awesome. Thank you for the prompt fix and support. It is highly appreciated.
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] Failed installHi Kodie, using WP 4.3 and GF 1.9.14.
Thanks so much for your support!!!
Forum: Plugins
In reply to: [ACF Repeater Editor Accordion] Not displayingSame here. I think there is a bug with 5.3.1 because other plugins that do similar things are also broken.
Forum: Plugins
In reply to: [RICG Responsive Images] Width and HeightThank you both for this information. Joe, if I get the width/height using wp_get_attachment_image_src(), will that return the full largest size or will it return the current size (like medium)? My goal is to implement this with Masonry and Lazy Load, which can trigger the layout if each element has a width and height, otherwise, I would have to wait for images to load before i can fire Masonry/Lazy Loading.
Thanks again for your speedy support replies and wonderful plugin.
Forum: Plugins
In reply to: [Amazon Web Services] Activation ErrorAwesome, thank you.
Forum: Plugins
In reply to: [Amazon Web Services] Activation ErrorSame issue, on MediaTemple. I had the plug-ins activated at one point, de-activated them and when I tried to re-activate I get the error. Is there anything we can do to fix this issue on our end before the update?
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Short Code Not WorkingUser Error on my end. Sorry. Thanks for responding.
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Checkboxes or multi-selects not workingThank you so much for replying. This information really helps quite a lot. I will try to see if we can update our package to an API version and not use the web to lead one. Again, thank you so much for replying.
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Checkboxes or multi-selects not workingIf anyone can help me figure this out let me know your rate. Really need this feature.
Thanks!
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Checkboxes or multi-selects not workingThanks for responding. I installed the latest version of the plug in.
“Armando: What I included up there is a diff that helped Zack fix the problem (I hope).”
Understood.“But he’s added much more than my diff did. This issue is already solved. You should upgrade the plugin to the latest.”
Understood.I still cannot get check boxes to load into Salesforce. I am using Web to Lead. Will I need to upgrade to a API package to get that to work?
Here is what I have:
In GF, I have a check box area with 4 different options. The user can select 1 or all 4. In SF, I create a custom field, select Checkbox as the type. When submitted, I do not get anything in the check box.I would like each of the checked Items as a separate record set in SF.
Thanks again for the amazing work.