vectyr
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.I’ve tried everything you guys have and still no dice! Anyone finding a solution out there?
I’m having the exact same problem. Just installed the plugin and am getting no related posts. I think it’s a bug. If there’s a solution I’d love to hear it, this looks like a great plugin otherwise.
Hmmm. That shouldn’t be effecting it. I dunno, I’m having a very similar problem and I cannot for the life of me find a solution.
Create a new folder in your theme called “events” and then copy over list.php, gridview.php and single.php from the a folder called “views” in the plugin folder.
Then check for <?php get_header(); ?>
I didn’t say anything about images.php
Yes, main-menu was the correct slug. I’ve tried variations of everything you posted which all sounded great, but nothing worked.
To customize the events calendar, you’re going to need to create a new folder in your theme called “events” and then copy over list.php, gridview.php and single.php from the a folder called “views” in the plugin folder.
This way you can customize them. For some reason your header isn’t loading on those pages and the theme has something to do with it. My header is loading properly but the nav is jacked. The plugin has some problems I think.
Also, check your header.php file in your theme. Make sure that there is a
<?php wp_head(); ?>
RIGHT ABOVE the closing </head> tag as well. I don’t know if that will help but try it.If you don’t know how to edit the html or php in your theme then it’s going to be pretty difficult to diagnose the problem on your site ??
Are you using
<?php get_header(); ?>
in your list.php and gridview.php templates?Note that I don’t have a lot of crazy things going on with these templates. They’re very simple. The standard template used all over the site uses
<?php get_header(); ?>
to grab the standard header in the theme (It’s a simple foundational theme that I built myself and have used on several other sites with no problems).The templates for list.php and gridview.php that “The Events Calendar” are for displaying a list and full calendar view on the site. These two views are the ones that show the old navigation menu. But both of these templates are pulling the navigation menu using the same
<?php get_header(); ?>
code at the top of the template.In fact, I used a copy of the standard subpage template on the site to create the template for list.php and gridview.php. I used the shell of code from the subpage template and just inserted the code that renders the calendar in each instance.
Now if I pull out all of the code and leave JUST get_header and get_footer, the page shows nothing but the header and footer, but the navigation is still wrong. So I believe that the problem is a bug in the plugin. There’s nothing wrong with my php.
Apologies. Try it now, I had hardcoded a new nav in there for the time being. I’ve set it back to the way it was with the error, everything is now as described above. Thanks for your help.
Forum: Everything else WordPress
In reply to: Best non-profit CRM solutionLove to help, but the client is on a way slim budget and there isn’t enough time to wait for the civicrm team to whip up a solution ??
I still haven’t figured this out and I’ve tried everything I can think of. Is there anyone out there that can help? I don’t see how this is even possible. How can the same line of code pull the menu up fine elsewhere but on a certain page load an old menu that doesn’t exist anymore!?!?
Forum: Themes and Templates
In reply to: WordPress Menus Not In OrderI’m having this same problem, it seems that wp is stuck on an older version of the nav and won’t change. But for me, it’s only on two specific pages that it does this and they are associated with the Events Calendar plugin.
Forum: Fixing WordPress
In reply to: WordPress 3 Menu (wp_nav_menu) won't updateI’m having the same problem on one of my sites:
https://joshstevensfoundation.org/category/events
https://joshstevensfoundation.org/kind-like-josh/It’s only on the events calendar page that the nav changes. That nav that it is loading doesn’t exist in that form anymore, that is an older version before I added the store to the site. I remember it.
So WP is loading an older version and it will not update or change. I tried adding a new menu but that didn’t work either. On those pages, it’s refusing to show any menu but that old one.
Still haven’t solved this yet. How is it possible that the wp_nav_menu can pull up an old menu that doesn’t exist anymore? Does anyone have any experience with this? I’m desperate for help!