TeqToo
Forum Replies Created
-
I’m using a Child of Twenty Eleven. Not sure what you mean by “activated theme download url”.
I have quite a few plug-ins
Add Meta Tags
All-In-One Calendar by Time.ly
Contact Form 7
Feed Them Social
Google Analyticator
NextGEN Gallery by Photocrati (don’t like this much, that’s why I’m looking for something different)
Official StatCounter Plugin
Really Simple CAPTCHA
Slideshow by StafanBoonstra (need this!)
TinyMCE Advanced
User Role Editor
WP-SpamShieldUpdate – I found you CAN navigate through the slide show, but the navigation links are invisible. The background is black, and the navigation “arrows” (if that’s what they are) are also black, so they can’t be seen. I only found them by running my mouse everywhere on the page.
Forum: Themes and Templates
In reply to: [HappenStance] Is this theme Ai1c compatible?Oh, that’s helpful. The calendar looks very similar to the Ai1c calendar, except I don’t see the ability to filter the events being displayed in month view by category. That’s one of the things the client requires.
Forum: Themes and Templates
In reply to: [HappenStance] Is this theme Ai1c compatible?Ok, I guess I will have to be a guinea pig and test it out myself. I don’t know what the differences are between the Ai1c calendar and The Events Calendar, but my client really likes the Ai1c I set up on another site.
Forum: Themes and Templates
In reply to: [Twenty Eleven] All Tables Resizing to 100%?Woah, I think that did the trick! Thank you very much for your assistance! 🙂
Forum: Fixing WordPress
In reply to: Using custom page as home page?Okay, I think I have it sorted out now. Thank you all for your help!
Forum: Themes and Templates
In reply to: [Twenty Eleven] All Tables Resizing to 100%?Hello, and thank you for your response. That definitely helps with the width, but now the table won’t align to the center of the page.
I would also prefer not to have to manually code each of these tables for every situation. Is there some way to alter the CSS rules for tables so that I can simply code each one on its own using TinyMCE?
Thanks in advance! 🙂
Hello Jeffrey, I suspect what you’re referring to is a paid plug-in, and the organization I’m working for is a non-profit with a very low budget, and they are unwilling to spend much on the features for their site. If that’s not the case, let me know. However, I think I’ve resolved the issue, because while there are 62 counties in the state, only a dozen or two have events scheduled each year, so it’s not going to be as cumbersome as I’d feared.
Forum: Fixing WordPress
In reply to: Using custom page as home page?Thank you for sharing that link. I’ve gone through some of the more promising of those sites in the search results. Unfortunately, none of them are providing exactly what I need. I’ve taken a bit here and a bit there, and I’ve worked up a new .php for the page. The results are mixed:
http://atlanticliners.com.50-22-24-130.servelink.com/
Neither image will center. Of course, the javascript action from my current site to ‘mouseover’ the Enter button hasn’t translated through, either, because I don’t know how to get that script into this page. The original page from the site I’m trying to recreate is here:
http://www.atlanticliners.com/index.html
If anyone has suggestions, that would be great. Thanks!
Forum: Themes and Templates
In reply to: [Twenty Eleven] All Tables Resizing to 100%?Sorry, by “final page” I mean on the page as I created it, as previewed at the link I posted above.
http://atlanticliners.com.50-22-24-130.servelink.com/cunard_home/lusitania_home/
For example, there’s a table about 1/4 of the way down the page – “The Centennial Anniversary of the Lusitania disaster.” If you look in the source code, it appears the table properties are in there twice – once at 80% (as I set it with the tinymce table properties) and again at 100%. Different tables need to be different percentages in width on this site. It seems to me like the theme’s rule for tables is overriding what I set with tinymce? I need to be able to set different tables at different widths.
Forum: Fixing WordPress
In reply to: Using custom page as home page?Thanks for your response, Tessa.
The file I renamed “page-home.php” contained the same code as the file “page.php” from the Twenty-Eleven parent theme folder.
<?php /** * Template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>I suspect some of that needs to be eliminated in order for my home page not to look exactly like the other pages in the site, but I don’t know what, if anything, I need to delete, and where to “dump my code”, namely the html code from my existing home page.
I’ve read and re-read that codex page a dozen times, and I’m still not understanding it, which is why I posted here.
I’ll read over that article on splash pages in the meantime.
Thanks again.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Events don't show up unless logged inI can see your events, chamster. When I first clicked the link in your first post, it went to Agenda view, and said “There are no upcoming events to display”. But when I went to month view, it showed events, beginning with August 1. Clicking the forward button on the calendar in agenda view brought up events beginning in August.
I just went back and checked the style.css file within the twenty-eleven theme folder that came in the original WordPress 4.2.2 download, and that bit of code is in there – so it wasn’t a change I made to the file (whew, I thought I’d lost my marbles!) but it was the troublesome bit, so placing this bit of code in my editor did resolve it.
#branding .only-search + #access div { padding-right: 0px; }I’ve used this theme for a couple of other websites, and never noticed the issue before because the small number of top level menu items didn’t trigger this odd behavior.
Yes, you’re right, it was in there. I have no idea how it got in there, but it did. There were a lot of other entries about the search box, which I’m not really displaying in this site, but I hadn’t added that to the site. Not that I was aware of, at least.
I’ve reset the “padding-right: 0px;” in the child theme to fix that, and the menu bar seems to be extending further to the right now, so it would appear to be working just fine. Thank you for your help!
Forum: Plugins
In reply to: [Simple Drop Cap] DropCap disappered from tool bar after updateThe same thing happened to me. I have the TinyMCE toolbar, and it used to have a great little button for Simple Drop Cap. Now the button is gone and I can’t find it. 🙁