icommstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Settings not loading due to mixed contentThank you for your extremely late response that is absolutely NO help what so ever… It’s a wonder your plugin is stilled used at all… Terrible customer service and ridden with bugs….
For anyone that has the same issue, it was related to serving the dashboard files with HTTPS and serving the public facing site with HTTP. Serving the entire site through HTTPS fixed the issue.
Thanks, looking forward to working with your products. Cheers!
Thanks for the clarification Mark! If you don’t mind, let me quickly explain what we’re trying to accomplish so you can possibly give your recommendation of premium add-ons needed.
We would like to aggregate content from https://feeds.foxnews.com/foxnews/national but only articles related to “police” or “law enforcement”. We would also like the articles to link to our site when shared but still give the proper credit.
Here’s what I think we need:
- https://www.wprssaggregator.com/extension/excerpts-thumbnails/ – To spruce up the content.
- https://www.wprssaggregator.com/extension/feed-to-post/ – To create our own posts for sharing.
- https://www.wprssaggregator.com/extension/keyword-filtering/ – To filter the posts for “police” or “law enforcement”
Any feedback is greatly appreciated! Thanks
The css causing the page shift can be overwritten using the below code. Just add it to a custom CSS section within your theme or to your main stylesheet. Cheers!
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] { padding-right: 0px; }
Hi, I think I was just confused by the test email shortcodes not actually outputting anything. All is well and great plugin!
Forum: Plugins
In reply to: [Contact Form 7] Success message but mail NOT reaching mailboxMy issue was that the Email Routing in CPanel was not set correctly. It needs to be Remote instead of Local and Switching it fixed my issues! FYI, my clients email service is with a 3rd party, hence the remote setting.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Settings not workingSame issue. We have an SSL installed and the Time.ly settings are being blocked due to mixed content. See here: https://d.pr/i/4Rg7
Where can I update that source to include https?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Sticky PostsHope I’m not hi-jacking this thread… Is there a way to exclude all sticky posts the ALM loop?
I just confirmed the conflict. The Preloaded Add-on does not appear to work with Relevanssi.
Email sent to https://connekthq.com/contact/ – Please let me know if you require further explanation of the theme structure. Thanks so much. You have great support!
If yes, just send me your email and I will send separately.
Understood. Here’s a quick test I ran. I turned off the re-write so now my search url is https://goodwillsp.wpengine.com/?s=locate. I then changed the $term = $_GET[‘term’]; to $term = $_GET[‘s’]; and now the search term is being passed BUT no results are showing…. See here: https://goodwillsp.wpengine.com/?s=locate
Would you take a look at this if I provide login details? I love your plugin and have purchased the custom repeater templates and preload plugin add-ons. I really want to keep using it for this and future projects!
It is being rewritten b/c I use a theme framework called Roots/Sage. That is part of their cleanup.
My search url is rewritten to: https://goodwillsp.wpengine.com/search/locate/ – “Locate” being the search term.
Ok, I assume that is data-search? If yes, then it is NOT being sent. How can we trouble-shoot? BTW, you response time is insane!
I am not sure it’s being sent. Shouldn’t I see the search term if I
echo $term
?