HMSRE
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [9.5.1] missing flush_pgcache method for purging memcachedHad a major conflict when we updated to the fix-w3tc last Thursday.
Our memcached socket stopped working… a page cached add-in issue and numerous others. Curious if this latest fix mentioned above is updated in the plugin. Couldn’t find latest update date (in case some fixes were deployed in past 2-3 days).
Thx. Dave
- This reply was modified 8 years, 4 months ago by HMSRE.
Fully back online – great support. Thank you!
Oh my – what an oversight. A rush to get it fixed after trying everything else online… Thank you.
Can you paste the core-pageheader.php file contents? Much apprecaite.
Yup. Just did it again.
1) Open file: WEBSITE/wp-content/themes/optimizer/framework/core-pageheader.php
2) Copy code from https://pastebin.com/raw.php?i=zqkBAYPn
3) Delete old, Paste and upload.
*Using TextEdit on MacAlso added #s before some pluggin names to remove them from issue. Most disabled (like wordfence) and still not working.
#layerthemes
Since this didn’t work for me, should I open an new thread?Same here. Changed the pagination code with your paste bin details. I also checked my wp-config for spaces… Still broken. This is really hard to imagine it past testing. Please updated asap. Thx.
What I notice is the following:
Warning: Cannot modify header information – headers already sent by (output started at WEBSITE/wp-content/themes/optimizer/framework/core-pagination.php:13) in WEBSITE/wp-login.php on line 425Warning: Cannot modify header information – headers already sent by (output started at WEBSITE/wp-content/themes/optimizer/framework/core-pagination.php:13) in WEBSITE/wp-login.php on line 438
***THEN when I try to login in (which I can’t)… I get these next THREE LINES of code:
Warning: Cannot modify header information – headers already sent by (output started at WEBSITE/wp-content/themes/optimizer/framework/core-pagination.php:13) in WEBSITE/wp-includes/pluggable.php on line 925
Warning: Cannot modify header information – headers already sent by (output started at WEBSITE/wp-content/themes/optimizer/framework/core-pagination.php:13) in WEBSITE/wp-includes/pluggable.php on line 926
Warning: Cannot modify header information – headers already sent by (output started at WEBSITE/wp-content/themes/optimizer/framework/core-pagination.php:13) in WEBSITE/wp-includes/pluggable.php on line 927
Definitely – it’s a real estate one called RetsPro (WPRealty). WPR3x 3.0.2 (current version).
Thanks!
I tried 3-4 pluggins and it didn’t work. Tried today with the main one and bingo. Thanks!
So I waited for a WF update to see if they found the bug but no luck. Still having the same issue with FF, Safari and Chrome (just tested on it with the javascript consule) and nothing. Broken and can’t click on the button. HELP PLEASE! I would really like to use it on our site.
Wondering if there’s a conflict with MODAL // Popup pluggins. I did have Fancybox one but deactivated and still have issue. So clueless.
That’s odd. I am using the following…
Theme: Enfold.
Mac (Yosemite).
FF & Safari (latest).Something very similar here. Can’t click the “Enable Falcon after manually…” button. My box is also broken like yours IsItCoffeeYet.
Safari and FF (Mac)
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsI agree. I have TWO GF forms on the following page. The one is question is under the photos and is called “Schedule a Showing” – green link to modal. Here’s link:
https://hmsre.com/listing-details/listing-22617-5301-n-12th-st-philadelphia-pa-6486374/
*Any listing is fine to test… as this may expire once it sells.The side widget is the main form I used to format the new one. First is #1 and the new one is #3. I have also redid my recaptcha api code too – in case of any issues there. Tried basic form I called #4 with no validation and the submit doesn’t work there either.
I appreciate your help. I prefer to use your pluggin versus the enfold theme one.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsHey Raven – that didn’t work either.
I did find a way to get it to submit… when I changed the gravity form code I picked up on this thread with the do_shortcode item, I could get closer to it working:
REMOVED:<?php $gfsc = '[gravityform id="3" ajax="true"]'; echo do_shortcode($gfsc); ?>
One that works BUT closes (yet saves progress)
REPLACED:
<?php gravity_form(3, $display_title=true, $display_description=true, false, '', false); ?>
The replaced version allows you to submit BUT if you didn’t complete, it closes. You hit the link and reopen and it shows the fields not completed/validated.
I also tried the first version above (with do_shortcode) on page and it works – BUT opens a separate tab with the validation error. Perhaps that could be the issue – wanting to open a separate tab to complete? I don’t see that as a setting in GF.
Any other thoughts? BTW – all plugins up to date including GF as of today.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsISSUE: Fancybox opens with GF… but cannot submit.
1) Button isn’t responding.
2) Validation doesn’t work (the required fields warning if you don’t submit anything in the field).So close but so far. First want to thank everyone for getting me closer than I was trying with another lightbox solution. Here’s what I have on page:
<div class="fancybox-hidden" style="display: none;"> <div id="fancyboxID-1" style="width:800px;height:auto;"> <?php $gfsc = '[gravityform id="3" ajax="true"]'; echo do_shortcode($gfsc); ?></div></div> <a class="fancybox-inline" href="#fancyboxID-1">Ask Question</a></div>
ISSUE: submit button doesn’t work!
In my Gravity Forms, I do require validation from two fields and the error msg is not thrown either. In other words, the form display nicely BUT I cannot do anything with it. It will not submit even if you fill it out. Help!!!