Jim
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Linking to unpublished productscool, thank you!
Really loving this plugin so far!Forum: Plugins
In reply to: [WC-AC Hook] Giving customers an optino to be added to mailing listAwesome! I’ll keep an eye out for the update.
Thanks,
-Jimactually, the close button seems to be working fine now. Not sure why it wasn’t before. I’ll give this code a shot. Thanks!
Before I do this, I just wanted to ask about an issue I just noticed today.
I’m not sure if it’s related or not, but I noticed the pop-up is not behaving as I expected on mobile. The close box button doesn’t work. When I press it I can see it registers me pressing it because the color of the button changes, but it doesn’t actually close the box.
I’ve never noticed this issue before. Could this be relate to this update? Perhaps this update actually did fail.
I’m not sure if it matters, but the site is startupfashion.com.
Thanks again!
Just curious if there is any update on how to remove this message.
Thanks!The only error in the PHP log on the day I did the upgrade is this:
Object of class WP_Error could not be converted to string in /home/nicolegi/public_html/wp-content/themes/inovado/framework/inc/breadcrumbs.php on line 73
I don’t know exactly what that is, but I think it’s unrelated.
I’m not sure how to tell for certain if the cookies/conditions/triggers are all valid, but they appear to be. The only way I could think of verifying that is to see if the popup works as expected. I have my pop-ups set to show up after about 8 seconds (which works) and to wait 2 week before they show up again. I can’t wait 2 weeks to find out if it appears again, but upon reload it doesn’t show the popup again, so it appears the condition and the cookie are both fine.
I thought about creating a new pop-up with a short delay, but I’m hesitant to do so on my live site. I would create it on my dev site, but the upgrade worked just fine there.
My guess is that you’re correct… something occurred after the update finished, but before it got rid of the message. But my assumption of that is only because I don’t see any issues.
Thanks for your help with this!
-JimI’m trying to do the same thing. I’ve spent over 9 hours today trying to figure it out. I’ve managed to get the pop-up looking great, but I really don’t want that mailchimp confirmation page to open up, and I can’t figure out how to get it working.
I managed to get the form itself to work perfectly on a standalone post
https://dev.startupfashion.com/sdsdsdBut as soon as I put it inside of the pop-up (https://dev.startupfashion.com/), if I fill out the form it automatically opens up that confirmation page. Even though the code is the same in both places.
I’m really stumped. Any more help on this subject would be a big help!
I know there have been plenty of issues with people being not able to use the Smush.it service, but I’m curious if anyone HAS been able to use it?. Particularly in the last month or so. In the past month or two, I haven’t been able to smush a single image, regardless of when I try (even in the middle of the night).
Is the service 100% down now?
I really need to figure out a solution or alternative to this. I was interested in CW Image Optimizer, but you need to have a Linux server, And know Linux to install it. Since I don’t know Linux, the install instructions looked like Greek to me.
I’m still really hoping to see this change implemented. Just updated to the newest version hoping it might have been, but no luck. Bummer.
Ok, I’ll keep an eye out for the change. Thanks for the update!
it’s detailed in the documentation somewhere. You have to change the category numbers. Go into your event categories, choose one of the specific categories, then look at the URL. You’ll see a tag id (i.e. tag_ID=504)
that ID number becomes the new category number.
so for my situation, I changed it from
[locations_list limit=15 category=18 ] to
[locations_list limit=15 category=504 ]I was also looking to add the twitter-handle to my tweets. I tried what you suggested above, but it didn’t change anything. Is this because I’m using the standalone twitter button, rather than the standard “addtoany” buttons?
Any chance you can advise on where to add the code for my situation?
Thanks!
nevermind… I found the info I need to fix it.