f
Forum Replies Created
-
Managed to get it working. But now have the following issue.
Im getting email:
New files have been submitted by [email protected]. The files submitted were:
https://example.com/wp-content/uploads/iti_feu_uploads/{
Can you help troubleshoot why im not getting full file url?
Same issue here, tested from 3 different locations, one of them browserstack.com
All other websites works perfectly
Nope, haven’t even tried.
Used name field finally and just styled it as per my needs ??
Forum: Fixing WordPress
In reply to: Open graph problem: Showing wrong description of homepageChange line 124 to line 131 with:
/** * Default url property, using the permalink for the page. */ function opengraph_default_url( $url ) { if ( empty($url) ) $url = get_permalink(); if ( is_home() || is_front_page() ) $url = home_url(); return $url; }
What do you mean exactly by saying not posting properly?
changed line 147 inside highrise.php with:
$('#gform_settings_tab_2 .gforms_form_settings').append('<li><input type="checkbox" id="gform_enable_highrise" /> <label for="gform_enable_highrise" id="gform_enable_highrise_label"><?php _e("Enable Highrise integration", "gravity-forms-highrise") ?> <?php echo $tooltip; ?></label></li>');
and its fixed.
The problem was due to starting .append with ” double quotes. and was producing
“Uncaught SyntaxError: Unexpected token ILLEGAL”
error
Im having exactly same problem with “Enable Highrise Integration” not appearing under Advanced settings tab.
WordPress 3.3.1
Gravity Forms Highrise: 2.4.4