Forum Replies Created

Viewing 13 replies - 46 through 58 (of 58 total)
  • Update: One approach (though not entirely a fix) is to visit Tools > Redirection > Settings > Options and set “Monitor changes to posts:” to “Don’t Monitor“.

    Although the feature of monitoring “Modified Posts” will no longer happen automatically, the two plugins do perform after that.

    Tip from: Known plugin and theme conflicts published by WooThemes.

    HI guys,

    Were you ever able to figure this out? How did you manage?

    Thanks for writing when able/if able! 🙂

    Hi @cubecolour,

    How hard would it be to build in the option for a “top” / “left” alignment parameter to the default plugin?

    The whole discovery of Alligator Popup and the story behind it has been fun to read about (wrestling an alligator, etc.).

    Thank you for what the plugin is already “out of the box”!

    PS Editing the popup.js as you’ve instructed above and then updating the code when the plugin updates is totally okay if we really need the custom positioning. Just thought I’d ask to see. Great work on resolving all of these support topics, too!

    Does this help: WooCommerce > Troubleshooting SSL issues

    From the article:

    WooCommerce uses WordPress’ is_ssl() function to redirect insecure pages. This can cause a redirect loop in the following instances:

    1. You have another SSL plugin installed, such as WordPress HTTPS, trying to un-force the secure URL. Remove the other plugin, or turn off the Force SSL setting.

    Perhaps the “Force secure checkout” checkbox is checked in the WooCommerce > Settings > Checkout tab. Does unchecking that fix it?

    Thread Starter Caleb Weeks

    (@calebweeks)

    Brady,

    This note is one of  thanks – “Thank you!”

    Your kind work and excellent implementation of this player is inspiring – thank you, again!

    Very helpful, Meag(!). I experienced the same thing (but without as much wasted time thanks to your post).

    To add to hopeful helpfulness, the last “OptionValue” does not need a comma.

    Great plugin!

    Thanks, Youdaman – that worked!

    I’m not sure that others would benefit from this “option” but I do appreciate you taking the time to support us in this way.

    Thanks again!

    Hi Youdaman – thanks for writing back!

    I pasted what you had above into the footer.php file but wondered what tag to put it in/any code before it, etc.

    Would you be able/willing to write once more and let me know if there are any opening/closing tags needed? I realize this is probably an elementary task but I couldn’t seem to get the result and I wasn’t able to find documentation for it elsewhere.

    If you have the time/a moment and know what’s needed (if anything) I would be grateful and ready to give it a go.

    Thanks again for your reply above!

    PS I did read the StackOverflow article but am afraid I may still be a little lost/unsure when it comes to jquery as I couldn’t seem to achieve the result. Thanks again for the plugin and your time answering our questions here. It is appreciated. 🙂

    I, too, had a similar/the same error running Version 1.0.5.

    These were our errors:

    PHP Warning: Cannot modify header information – headers already sent by (output started at …wp-content/plugins/yith-woocommerce-zoom-magnifier/class.yith-wcmg-frontend.php:1) in …/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    PHP Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/plugins/yith-woocommerce-zoom-magnifier/class.yith-wcmg-frontend.php:1) in …/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    PHP Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/plugins/yith-woocommerce-zoom-magnifier/class.yith-wcmg-frontend.php:1) in …/wp-includes/pluggable.php on line 875

    Apparently, the plugin conflicts with the wordpress’ URL rewriting logic and does not allow the plugin dispatcher to finish its work and to rewrite the URL.

    In practice, if a visitor types in “thecopperfoxgallery.com/shop” they would get a blank page. In normal circumstances, a trailing slash (“/”) gets added, as in “thecopperfoxgallery.com/shop/”. This seems to be the error.

    Hope that feedback helps towards the next update!

    Thanks, yith, for a great plugin 🙂

    PS Our host, Namecheap, allowed output buffering (by modifying our php.ini file), so all the headers will be stored and allowed to be over-sent, and now any existing link will work with or without slash. They noted, however, that it is just like a workaround and this particular error should be reported to the plugin developers. Thanks guys!

    PSS The theme used for the site referenced above is The Retailer, which we have been very pleased with.

    Hi Youdaman,

    Thank you for this awesome bit of code in plugin form!

    I have a quick question to piggy-back on chaochipp’s subject line above: “Would there be a way to not have the page refresh upon resize in general?”

    You know more than I on how all this works but I’ll explain a little.

    We are in development for a “floating” sticky navigation, and building it 100% on your plugin. The inspiration for it comes from the worldwildlife.org sticky nav which can be seen, for instance, here: worldwildlife.org/threats/bycatch. As the visitor scrolls down the page, the second navigation sticks to the top and joins them on their scroll.

    However they pulled it off, the page does not refresh upon resize and I would be curious if this is possible/could be made possible somehow with the Sticky Elements plugin.

    I don’t expect your kind, free work to investigate too much. Just wondering if there is something we can do with the plugin to imitate that resizing effect where the Page doesn’t reload every time.

    I also realize the refresh probably has something to do with whether to even show the sticky element or not so it checks the browser window size on each call.

    Thanks again for offering your replies here on this forum, and for the plugin! We are happy either way, whether it’s possible or not 🙂

    Thread Starter Caleb Weeks

    (@calebweeks)

    Delighted to hear and I feel exactly that way – you save us hours by using your expertise to code up something like WP Biographia. And then to support us on top of that?! I feel like a public, “Thank you” is completely appropriate when I find the gratitude in my heart for the way you publicly support and help us understand use and functions.

    As they say in my home state of Colorado (though I’m now in Tennessee), “Right on!”. 🙂

    Thanks again, Gary.

    Thread Starter Caleb Weeks

    (@calebweeks)

    p.s. I went up to 16 for the Content and that put it below the AddThis plugin stuff. Great!

    Thread Starter Caleb Weeks

    (@calebweeks)

    Yup – Gary, you came through for me like I’ve seen you do for so many – thank you!

    I posted and had a reply the next day. You taught me what it was, where to look, and gave the “why” it worked like that, even in relationship to another plugin (AddThis).

    Then, you followed up 3 days later just to see and check in with me about it. How cool is that!

    It took me another 2 days to get back to it, so I appreciate your patience.

    Believe it or not, upon first read of your reply, I thought I would have to get into the php code (and did at first), but then realized it was in the Admin Tab of the plugin’s settings – you completely anticipated our desire to customize this and so you “built it in” – way cool. I completely missed that.

    I didn’t realize how simple you made the whole process when I first was using the plugin. The Admin Tab of the Plugin settings has the field right there. Even though I read it in the settings and again in the Bending WP Biographia To Your Will, I didn’t understand (for whatever reason).

    I have no suggestions on any change on your end – now that I see it, it is utterly clear. I appreciate your patience explaining to me what is clearly described in the two places.

    5 stars for both Gary and the plugin. Thanks, Gary. I hope you have a great day.

Viewing 13 replies - 46 through 58 (of 58 total)