fastasleep
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showingDo you have the APIs tab in Settings? Your whole Map Settings section is missing?
I am getting just a gray square where the map should be… I have my API key set up and my domain registered to it. Not sure what’s happening…
Forum: Plugins
In reply to: [The Events Calendar] Using Events Calendar in Divi Not workingAHA!
So, I accidentally hijacked this thread, sorry — I thought this might be the same general issue at first.
MY problem is solved by making sure that the numbers match between these two items, or the pagination conflicts:
– Events > Settings > Number of events to show per page > 15
– Divi > Theme Options > General > Number of Posts displayed on Archive pages > 15@eztune, I believe YOUR issue is that TEC doesn’t support doing that. IF you pay for the Pro version, for now you can use their widgets including the mini-calendar within Divi modules, but they don’t yet have a shortcode to display the whole meal deal as far as I’m aware (but may in the future according to this post:
https://theeventscalendar.com/support/forums/topic/adding-full-calendar-to-specific-page/Here are the current widgets you can use with a shortcode:
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/The only other option as far as I know to use the full Events plugin on a page is to create a theme template file to use specifically with your Events calendar, within which you’d need to hard code the rest of the stuff in the page — the plugin inserts its content in the the_content() area, but that doesn’t mean you can stick other stuff around it.
Forum: Plugins
In reply to: [The Events Calendar] Using Events Calendar in Divi Not workingThat didn’t work either.
Switching to Twenty Sixteen fixes the problem.
Plugins don’t matter.
No matter what I do in Divi and default/custom page template settings in TEC, I get the weird pagination issues described above — incorrect number of events displaying in the List view, next/previous leads to “There were no results found.” but displays more results if you refresh the page.
Forum: Plugins
In reply to: [The Events Calendar] Using Events Calendar in Divi Not workingI just nailed down a conflict with Divi & TEC (latest for both) that was causing not all events to get listed (~5 instead of 15 in list view) then when hitting previous/next events getting a “no events” error unless you refresh the page. Basically pagination is messed up.
I’ll post back here if I figure out how to solve it, but I think it’s going to have to do with the template TEC is set to use to display your calendar. Try choosing another and see if that fixes it (didn’t for me but going to try and make a new template).
Forum: Fixing WordPress
In reply to: [The Events Calendar] Error after update, can't access anythingIt depends on where your FTP program drops you in to start, but you’re looking for your plugins folder, which is inside the wp-content folder.
The full path is – so try and figure out where you are in that series of directories, and keep drilling down ’til you get to where you need to be in the hierarchy:
/home/thewdlkz/public_html/rockhillreader.com/wp-content/plugins/Forum: Fixing WordPress
In reply to: [The Events Calendar] Error after update, can't access anythingDo you have access to your server via FTP?
The first thing I’d do is make sure that file that it’s looking for exists on the server:
/home/thewdlkz/public_html/rockhillreader.com/wp-content/plugins/the-events-calendar/src/Tribe/Main.phpIf the folder /the-events-calendar/ exists, I would try deleting it via your FTP program (or your hosting control panel’s file viewer/editor thing if you have one), which should at least give you access to your site again (sans calendar) and try doing a fresh reinstall of the plugin. Your calendar data should be safe in your database.
Forum: Plugins
In reply to: [The Events Calendar] RELEASE: The Events Calendar 4.2.1I’m assuming because it’s not listed, that the problem with saving Display settings when trying to use a custom page template is still on the to-do list? I had to revert to 4.1.3 to fix that issue (which is fine for now, just holding off upgrading again til it’s fixed 🙂 Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Pipes not working@grig12 — THANK YOU! That works! I thought I was going crazy.
I was about to hard code the fields per the author’s suggestion on another thread that this was not possible. Hate to modify plugin code, so I humbly request that this change makes its way into the official code. 🙂
Not sure why it doesn’t unless the data is meant to be hidden from the DOM?
Sorry, I didn’t note when the 404’s ended, but I assume they probably stopped around the time of that release. The Search Console has months of history of crawl errors, so that’s likely what I was clearing out. Thanks for letting me know! So, it’s safe to turn on the live traffic feature again? 🙂
Cool. Just switched that, then marked the errors on Search Console to fixed. Hopefully that’s that. 🙂
Hey, I’m doing some maintenance/SEO on a site of mine and ran into this as well. Hundreds of Wordfence links in the Crawl Errors. Yes, I’m installed in a subdirectory and always do that with WP. Is the fix still to simply disable Live Traffic? Any update on a fix?
Thanks!
Forum: Themes and Templates
In reply to: [Coeur] Child theme?Okay, seemed to have figured this out. Used the Child Theme Configurator plugin to generate the child theme, and while out of the box settings didn’t load the child theme CSS, checking the box for “Enqueue child stylesheet” and regenerating the child theme fixed it.
Added a page title to my Posts Page and have been adding custom styles to the child theme’s style.css and all seems to be working okay!
Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?Yeah — wondering the same thing — what’s the proper way to do a child theme with Couer? I didn’t have any luck in my last attempt, and just installed 3.0 on a new client’s site, and was hoping to figure it out this time.
Forum: Themes and Templates
In reply to: [Coeur] Font controlWell, you have the wrong class name for one:
<h4 class=”widgettitle”>Latest Posts </h4>
By migrating to the newer plugin:
https://wordpress.org/plugins/forms-3rdparty-integration/See the FAQ about the plugin to help migrate from this one to the newer one. Worked great for me.