jeremyjgray
Forum Replies Created
-
Forum: Plugins
In reply to: [Toggle The Title] Eliminating the original title space (redux)I’ve been busy but will definitely try your suggestion tomorrow, thanks for providing. So please don’t think I’ve lost interest! ??
Forum: Plugins
In reply to: [Toggle The Title] Eliminating the original title space (redux)It just occurred to me: should I just change the top padding for the text?
That way, in theory, I’d move the title in my page text up to the height of the original title.
Forum: Plugins
In reply to: [Toggle The Title] Eliminating the original title space (redux)This didn’t work – rather, it appeared to disable your plugin. In content-page.php I pasted your suggested code into the section:
<h1 class=”entry-title”>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘catchevolution’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></h1>
… so that it looked like this:
<print return_page_title_html_block($post); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘catchevolution’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></h1>
I tried it with and without the question mark after your code (wasn’t sure if it was necessary). In both cases, the result looked like this screenshot.
In the screenshot, you can see the original title location and my new title below it, as it is now typed into the top of the body text.
Thanks!
Forum: Plugins
In reply to: [Toggle The Title] Eliminating the original title space (redux)Thanks for your helpful reply! It hasn’t worked yet, but it hasn’t crashed my site either. So far, so good ??
Re number 2. above, I could not find the spot in the page.php file to “replace the title with the h1 tags to a call echoing out the above function.” FYI here’s the entire coding of that file, from my Catch Evolution theme:
___________
<?php
/**
* The 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 Catch Themes
* @subpackage Catch_Evolution_Pro
* @since Catch Evolution 1.0
*/get_header(); ?>
<?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_sidebar(); ?>
<?php get_footer(); ?>_________
I then went ahead and pasted …
print return_page_title_html_block($post);
… at the bottom of page.php (not forgetting to clear my cache, too), but there is still no change.
Does that give you enough info? Thanks again.
Forum: Plugins
In reply to: [Toggle The Title] Eliminating the original title space (redux)p.s. My URL is toastmasters90th.org .
I found a solution:
Under Events>Event Venue, leave the seating capacity blank. Then this notification “This event has reached registration capacity…” etc. will no longer appear.
I’ve still no idea where the back-end coding for this is located, but issue solved nonetheless!
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Adjusting marginsThank you! I’ll give it a whirl and see how it goes.