cedaly1968
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] WPDM Advertising on My SiteI coded out the section on the modal pop-up and now none of my pages are showing other than home page. This is a total disaster YUOU NEVER PUT YOUR CONTENT ON MY PAGES .
Forum: Plugins
In reply to: [Download Manager] WPDM Advertising on My Site<div class=”w3eden”> <div id=”wpdm-popup-link” class=”modal fade”> <div class=”modal-dialog” style=”width: 750px”> <div class=”modal-content”> <div class=”modal-header”> <h4 class=”modal-title”></h4></div><div class=”modal-body” id=”wpdm-modal-body”> <p>WordPress Download Manager – Best Download Management Plugin</p></div><div class=”modal-footer”> <button type=”button” class=”btn btn-danger” data-dismiss=”modal”>Close</button></div></div></div></div></div>
Forum: Plugins
In reply to: [Google Map] Map Radiushttps://www.movable-type.co.uk/scripts/latlong-db.html
This has a PHP script for the radius and identifying points within the radius.Forum: Plugins
In reply to: [Magee Shortcodes] Are Magee Shortcodes Discontinued????@wordpress we think these guys are done and gone
Forum: Fixing WordPress
In reply to: Search function on WordPress is Jacked UpLOL – I know – but that is such a pain in the kaboose! It is truly weird that you search on Page and you get Posts. Oh well – I will see which plugin is doing the dirty job.
Forum: Plugins
In reply to: [WP Fastest Cache] Where to find the JetPack Photon CDN URLforgot to add follow up replies via email
Forum: Requests and Feedback
In reply to: Is it me or is the plugin universe becoming expensive?They are in fact free to install. But there are many plugins you can install and they make a nice chart for you but if you want them to work, you have to go “pro” or “premium” or whatever. The most popular calendar option for WordPress is $89/year for base premium, but $89/plugin to get all of the functionality. Throw in 12 plugins at $89 and that’s a lot of money per year for one component of a web-site. I have noticed the plugins that are surviving are surging in prices over the last three years, some are completely worth it – depends on the type of site you are building. It’s interesting to watch this growth, but as I priced out a site to a potential client earlier this year, it was double what I had priced out just one year ago. WordPress is “free” but everything you need to accurately support it is not and prices are rising. That’s probably not a bad thing, just an observation.
Forum: Plugins
In reply to: [Download Manager] Downloads not renderingDoes anyone have the old plugin that was free? I cannot get pro to work and have spent one month trying to do so. I had to migrate my site and when I ftp’s the files over I lost 900 downloads that I now have to load manually. I would rather go back to the old version and see if I can get it to work. It seemed the most stable.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Adding Pages to Forms Caldera FormsSo I wrote some code – does there have to be some kind of wrapper there? I put it in a <div> and created a style. Oh yeah, we love Caldera Forms – we are cooking on it for sure. Just the multi-page thing was weird, I am going to float it to my host to see if they know anything about it. One other question – can you create a filed and have the label left and the field entry right? We can make some things flow better that way.
Thanks for your help!! I’ll shoot the HTML your way and let me know your thoughts. I was essentially creating a divider using html – I tried a shortcode and it did not work (I kind of knew it would not).
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Adding Pages to Forms Caldera FormsAlso – can you add HTML to the email using the TEXT editor? I have tried a couple of times and it is not accepting it.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Shortcode for CalendarBTW – upgrading to see if that works is not a good idea if the shortcodes are not working in the free version. Why would someone invest money in a shortcode to make the solution work? Events Calendars are interesting and compelling. If you buy all the shortcodes and your shortcodes you end up spending $600 a year. Doesn’t that seem a tad bit off for a calendar?
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Shortcode for CalendarI have the pro version and they don’t work there either.
Forum: Plugins
In reply to: [The Events Calendar] Updating plugin failsHEY @wordpress I DID NOT SUBSCRIBE TO THIS TOPIC CAN YOU PLEASE STOP EMAILING IT TO ME?!?! I GOT OVER 700 EMAILS FROM WORDPRESS LAST MONTH. PLEASE CHECK THE CODE – IF WE SUBSCRIBE TO ONE TOPIC SOME OF US ARE GETTING VIRTUALLY ALL OF THEM.
Forum: Plugins
In reply to: [The Events Calendar] 404 errorhey @wordpress I DID NOT SUBSCRIBE TO THIS THREAD AND IT IS COMING TO MY EMAIL. ARE YOIU READING THESE ?!?!? I GOT OVER 700 EMAILS FROM YOU IN THE LAST WEEK. STOP PLEASE.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Shortcode for CalendarThese ecs shortcodes kind of suck.
I want a list of upcoming events in ASC order for this year with no past events:
[ecs-list-events limit=’10’ order=’asc’ past=’no’ year=’2017′ thumb=’yes’ contentorder=’title, date, venue, excerpt, thumb’ ]You would think this works, but it does not. year=’2017′ does not work – every event listed was 2014.
<h2>This Weeks Events</h2>
[ecs-list-events days=’7′ limit=’10’ order=’asc’ thumb=’yes’ contentorder=’title, date, venue, excerpt, thumb’]Nope – lists events through April 5th outside of 7 days as of today.
I must completely mis-understand how these work….