greencrest
Forum Replies Created
-
I’m not asking if I can delete older entries. The problem is the plugin isn’t saving all the entries. For example, one form has seen submissions going back to March of 2020, but the CRM Entries doesn’t have any submissions older than May of 2020. Why are those older submissions not being saved by CRM Entries?
Forum: Fixing WordPress
In reply to: PDF download page not found errorI have additional info. I originally installed wordpress in a subdirectory on the host server. I then moved the site into the root of the server. If I add the subdirectory to the URL, its finding the files, even though they exist in the root.
Forum: Themes and Templates
In reply to: [Twenty Twenty] creating child themeThanks.
- This reply was modified 4 years, 10 months ago by greencrest.
Forum: Themes and Templates
In reply to: [Twenty Twenty] creating child themeI duplicated the template-tags.php file and added this code:
// Check whether the current page has full-width content. if ( is_page_template( array( 'templates/front-page.php' ) ) ) { $classes[] = 'has-full-width-content'; }
But the home page isn’t adding the template-full-width class to the home page. Any idea what I’m doing wrong?
Forum: Themes and Templates
In reply to: [Twenty Twenty] creating child themeThanks. I’m assuming I just create a template-tags file within the child theme folder with what I want to modify?
- This reply was modified 4 years, 10 months ago by greencrest.
I figured it out. The issue was in the template settings. I changed it to the max, which is 99, and now they’re all populating.
https://igniteyourbusinesspodcast.libsyn.com/
Thanks. The settings are still set to the default which is set to “no limit.” Another thing I just noticed — the podcasts are no longer hyperlinking. They were yesterday. Could this be in the settings as well.
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarthanks
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarthanks.
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarthat fixed it. Any idea why I’m only getting that warning on the staging version?
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarsorry, I’m a novice when it comes to PHP. So should it look like this instead?
<?php get_sidebar('parts'); ?>
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarthe custom sidebar is named sidebar-parts.php. when adding a custom sidebar, WordPress recognizes the sidebar- as a sidebar file and you only need the “parts” name to pull it.
From https://developer.www.ads-software.com/reference/functions/get_sidebar/
Simple call
Assume you have file wp-content/yourTheme/sidebar-nice-bar.php. The way you can include this sidebar in your page is:
1<?php get_sidebar(‘nice-bar’); ?>
Forum: Fixing WordPress
In reply to: undefined constant parts with custom sidebarits a file named sidebar_parts.php. Its not dynamic so I never had a need to register it if that’s what you’re asking.
Forum: Plugins
In reply to: [Tab - Accordion, FAQ] tabs not appearing on template pageI’ve tried both the code to post in the template and the short code. Neither one works.
Forum: Reviews
In reply to: [Woo Product Feed For Marketing Channels] poor customer supportThe site won’t let me create a login. I’m using 0.5.2. Seems when I deactivated and reactivated the plugin, it updated. The problem now is that the URL its licensed to is the development URL and not the actual live URL.