onmillertime
Forum Replies Created
-
Hadn’t done the update to the new WordPress version. That seems to have fixed the issue.
That is exactly what I am seeing. Worked great up until yesterday and now all I see is that blank boxes. Glad it isn’t just me!
Forum: Plugins
In reply to: [The Events Calendar] Shortcode Not WorkingSo this isn’t your page for your plugin??
https://theeventscalendar.com/knowledgebase/inserting-calendar-content-posts-pages/I am confused because I have been trying to use shortcodes with the plugin.
Forum: Plugins
In reply to: [Redirection] Redirection Plugin crashed front page of siteResolved.
Forum: Fixing WordPress
In reply to: Admin /Post Portal not functioning properlyI still have no idea why this is happening and from the massive amount of threads that have been started this appears to be a wide-spread problem. I did notice one thing, it works perfectly in Firefox. This appears to be limited to Internet Explorer.
Forum: Fixing WordPress
In reply to: Admin /Post Portal not functioning properlyWhat are you seeing? Have you changed anything?
Forum: Fixing WordPress
In reply to: Extremely High CPU UsageMaybe a few gigs, not that big. The bulk of it is the 4600+ posts that were converted.
Forum: Plugins
In reply to: PHPBB Single Sign On – Cannot select wpbbI was getting the same thing. After trying about 20 different things including repeating the steps 50 times I gave up. Simple Press Forums work quite well, while not as nice, they are easy to use and integrate!
Forum: Fixing WordPress
In reply to: Category Links To Show Posts Rather Than LinksThat just shows the “read the rest of the entry” – I don’t think that will fix this problem. I need to have the category links link to a page where it shows actual posts, not just text links. Right now it is this….
Link 1
Link 2
Link 3I want it to show as the main page in post mode but only show the items that are in that category. Basically I want it to look like the main page but only show the posts in that category.
Link 1
Story story storyLink 2
Story story storyetc.
I think I just need to change the code below to allow me to do that but I can not figure out what combination will make that happen.
<div class='post'> <h4>More '<?php wp_title('',true,''); ?>'</h4> <div class="seperator"></div> <ul> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endwhile ?> </ul> </div>
Forum: Plugins
In reply to: PHPBB Single Sign On – Cannot select wpbbOK this is even more fun now because I have uninstalled and reinstalled the phpbb forum to try and fix this. Now after running this fix the forums don’t work at all! Please someone I really need help!