afroniquely
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Show category (%post_category ?)Chiming in, is this yet a possibility to add Categories as a wildcard?
Hi sorry I didn’t get to report back. Same issues. Not sure what’s causing it. But I’ll also try testing Elementor on another site of mine and see if I get similar errors.
Forum: Plugins
In reply to: [Admin Page Spider] installation failedI got the same exact error. Just downloaded it and when I clicked activate that’s exactly what it told me about the unexpected [ in the php on line 6.
Any resolution?
Ok, thanks! That makes sense. I’ve since upgraded to the paid version of WPForms as well ?? I just have a quick question though for the forms still. I notice even though I submitted entries (and have now confirmed receipt of them), in the WP Admin area for WPForms it’s not stating that there are any entries, any ideas why?
And also, if I create a custom thank you page, can I set it to at least open in a modal or a new window, and how would I do that in WPForms?
Thanks for your help!
And another thing I noticed, the box keeps getting spammed now ever since I placed this support request (keep getting random John Doe’s filling the form out). Does the honeybox help block spam? And is there a way that for the website url text input field, it shows the actual URL they entered when the email comes, because right now it shows up as a garbled string until you click the link (which with the box already being spammed, I can bet the links the spammers include will be bad ones).
Updated to now add:
I’ve since followed your recent blog post tutorial and now set up using MailGun..so I’m testing using that set up. However when I hit the submit button, it still reloads the page, it seems that the form does indeed submit, but I’m not sure why the page is reloading if it should only be showing a Thank You message when they submit the form. How can I get it to do that?
Hmmm.. all in all, we can still just paste in the pop ups using Shortcodes right? If anything, I’ll just stick to that on my site, for fear that changing anything will again mess up the theme’s format box.
But I’m now still wondering. In the plugin’s function file, if you named it something else other than format_options, you think that would cause it to not get affected anymore?
Yep..here’s a screenshot of what I see:
this is both of them before you click on them:
Both Format AreasHere’s what the NewsPaper Theme by TagDiv does by default (it’s expected behaviour)
NewsPaper Formats Areaand here’s what I see when I click on the new one generated by PopUp Maker
PopUp Make FormatsSo I’m not sure what’s causing that issue for the PopUp Maker format area.
Hey Daniel!
Yep now I am able to see my theme’s formats again, but it seems the extra formats (the one now for the Popup Maker) is somehow also reading the information for the theme. In other words, both drop-down areas are now showing the same thing. It seems if the class used for the plugin wasn’t format-options or is something, that would probably remedy it. Not sure though.
Hey Daniel, any updates on how to resolve this? I really don’t want to have to disable the Popup Maker because it works so wonderfully well for me, but I really need to get those formatting functions back in my theme dropdown menu.
Any idea what might be causing the conflict and where to fix it?
Here’s a screenshot of when the plugin is activated:
And here’s what’s supposed to happen (which also happens again once I disable the plugin).
how it should actually function!
How can I fix this issue??
Thanks
Ok, yeah, totally forgot that tool is a useful option too. Haha, thanks, I’ll try that and see what I can adapt for my own theme using its existing classes.
Oh..nice..is there anyway you can share the CSS that allowed you to have the first name and last name and then email and it’s button all in one row?
On my site at Afroniquely You I had used the Mailchimp Super Slim form version, and you can see from the pop up (if you don’t see it pop up right away, you can click the box that says Jump Start your Hair Journey) while I got the first name and email box to be in one area, I’d love to have all rows in one if possible or set it up like the one on your site does. Please do let me know.
Thanks!
Hey just letting you know, it worked for me. I was able to check off the boxes that applied to me and also click submit.
Forum: Plugins
In reply to: [Simple Instagram] Insert Feed via PHP?Alright..seems I found a work around..adding this here in case others may want to know. I used:
<?php echo do_shortcode('[si_feed]'); ?>
and that allowed me to output the shortcode in the footer.php file