davidjmaxey
Forum Replies Created
-
Putting the above code in my funtions.php did not change anything. The divi editor will still not load unless I disable ultimate member. What else could we try?
Thanks for the reply! So I’m running the latest of DIVI, 4.22.0. I’m just running the UM core, no add ons. No visible php errors on screen or in that log file. Just the infinite loading icons on the DIVI edit that never fully loads. Do I drop the code above in my functions.php to try?
- This reply was modified 1 year, 7 months ago by davidjmaxey.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] hide video embed linkAny thoughts on how to get the plugin to not insert the video link into the description?
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] hide video embed linkSo the example above is correct on the front end of the site. It’s in the description on any podcast reader that display the vimeo link to the front end video which I’m trying to remove on the feed side of things. You can see that here. https://open.spotify.com/show/26nASL4iKm171ti18xqy5O
I beleive you might find a solution at https://krumch.com/category/products/wp-s2m-content-drip/ as he may be able to help you. Not sure about his email, but you might ask the developer through his contact form, as maybe he can build this for you. I’ve used him before to help me sync my automation using S2 and Active Campaign and I know he’s done a lot of other plug-in in relation to S2. Hope this helps you some!
Forum: Plugins
In reply to: [KC S2M+MC] W3 Total Cache and upatesHi Krumch, I understand. However, W3 Total Cache is completely compatible with s2member as there is an option under page caching that says “Don’t cache pages for logged in users”
Having used this successfully for more than 500 paid members in the last 2 years, I know it works just fine.
I suppose the updates to mailchimp after clearing the W3 cache could be just a fluke or maybe something in the system refreshes the accounts when I do so, I don’t know.
I do appreciate your plug-in and will continue to use it. My accounts do update after several minutes and maybe that is completely normal? It just seemed to me that they updated as soon as I cleared my cache so I thought the two were related.
Thanks.
Done.
No problem, I do that now.
This plug-in bolds all the text in the admin view for editing posts/pages when activated, its also makes me loose some editing functionality. I’m unable to edit my urls directly from the post/page edit screen. Also some of the drop down window menus in the edit pages of post/page lost functionality too. This really looked hopeful but still appears to be some type of css conflict happening. I’m also running the optimizepress plug-in if that helps you figure out what’s going on.
Forum: Plugins
In reply to: [List category posts] Applying changes -> page not foundHey Matrixter, I had this same issue. I was able to include the fix in the shortcode using this [catlist id=153 numberposts=-1] The -1 is show all posts. Just put a number in its place for how ever else you may want to show.
So 10 posts would look like [catlist id=153 numberposts=10]
Hope this helps you out!
Forum: Plugins
In reply to: [Frontend Checklist] Great Plugin, any chance a progress meter could be addedFirst of all a great BIG THANKS to Jonas for helping me out with the progress bar issue. He has gone above and beyond to check out my site and find out what was going on. Made props for the man there!.
Following his advice till the full progress bar version comes out, here is what I did to make this work.
1.) add this code to your css
.div-hidden { display: none; }
2.) Use the a div tag with the short code like this on the same page as the same named checklist (the cookie part is optional).
<div class="div-hidden">[frontend-checklist name="name-of-your-list" cookie="off"]</div>
Hope this helps someone else out in the meantime.
Peace!
Forum: Plugins
In reply to: [Frontend Checklist] Great Plugin, any chance a progress meter could be addedForum: Plugins
In reply to: [Frontend Checklist] Great Plugin, any chance a progress meter could be addedYes, I tried this every which way and doing a refresh and still the progress bar does not update at all unless its on the same page. I’m using Chrome. I’ve tried exactly as you’ve said and tried simply closing all but the page with the progress bar and still, no updates. It shows the right numbers of tasks on the bar but just will not update the progress at all no matter what I do unless its on the same page.
Any thoughts?
Forum: Plugins
In reply to: [Frontend Checklist] Great Plugin, any chance a progress meter could be addedbtw, the progress bar is still not working for me unless I include the checklist on the same page/post of the progressbar. I’m using this behind a membership site and I’m using the none cached version.
Any other thoughts?
I’m all for that, I just need to figure out that exact code. Thanks for your help.