terryhooker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebar not appearingI’m also having a sidebar issue! It works on my homepage but not on my posts or pages.
Can anyone help? I’ll pay if necessary.
My site is http://lifeinusvi.com/
Also, I noticed that the problem only occurs on pages/posts that have pictures, so it must be something related to that.
Forum: Plugins
In reply to: [WP Family Tree] Illegal string offset 'root'As a heads up, the link i provided will no longer show the error, but I’d still like to know how to fix it, if anyone can help.
For anyone else who may be having this problem… I made a temporary work-around by forcing the root to start at a certain person. I just made that person the oldest relative. For example: [family-tree root=’John Doe’].
For some reason, the error doesn’t show up when you do this. Maybe this fact will also help to troubleshoot the problem?
Forum: Plugins
In reply to: [Register Plus Redux] Newsletter checkbox during registration needs stylingMy apologies – I thought that I was done; however, I notice there is a checkbox also available after the comments box (a user is able to sign up for newsletters upon leaving a comment).
I want you to know that I really tried to fix this myself. I’m pretty sure I even know which code to update; however, I don’t know what to update it to.
I see the following code in the file you mentioned earlier:
#wysija-box-after-register{margin:2px 6px 16px 0;padding:3px}.wysija-unsubscribed-on{color:#bbb}I think that’s it, but what to change it to?
Please reference the comment section in this example page (scroll all the way to the very bottom).
http://lifeinusvi.com/buddhist-nirvana-healing-temple/Forum: Plugins
In reply to: [Register Plus Redux] Newsletter checkbox during registration needs stylingI see. Well thanks again so much. I need to get better at using the Inspect Element.
I’ll send a note to the Wysija team about fixing it.
Have a good one!
Forum: Plugins
In reply to: [Register Plus Redux] Newsletter checkbox during registration needs stylingWow – that worked perfectly. Thanks so much.
If you don’t mind the explanation, might I ask how you knew how to do that? Was it through years and years of experience, or did you use some sort of tool to identify the file? (such as “Inspect Element” on Google Chrome, which I tried, but still couldn’t get it).
Another question… if the plug-in gets updated, will it overwrite my changes? If so, is there a way that I can permanently enforce this CSS, such as through a child theme, etc. (obviously, I don’t know much about what I’m talking about).
Again – thanks very much – it’ looks very good now.
Forum: Themes and Templates
In reply to: [Simple Catch] Images stretched vertically after updatingOk – I guess I figured out a “band-aid” (not really a fix).
If anyone else has this issue, I just resized the height of the picture until it looked right (using trial and error) and then applied that size to all pictures. This was much faster than re-inserting each picture, but like I said, I’m not really sure this was the correct “fix.”
Forum: Plugins
In reply to: [Ambrosite Next/Previous Page Link Plus] Step 1?thanks again for the help. I’m just doing something wrong, because I can’t get it to work (tried both above and below that line).
I’ll follow up in the theme forums as per your original sugguestion.
Thanks!
Forum: Plugins
In reply to: [Ambrosite Next/Previous Page Link Plus] Step 1?I think you are right – need to walk before I run.
I did, however, figure out that I have a file called “content-page.php.” I’m thinking it probably should go in that one.
It looks like this:
<?php
/**
* The template used for displaying page content in page.php
*
* @package Catch Everest
* @since Catch Everest 1.0
*/
?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
</header><!– .entry-header –><div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘catcheverest’ ), ‘after’ => ‘</div>’ ) ); ?>
<?php edit_post_link( __( ‘Edit’, ‘catcheverest’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</div><!– .entry-content –>
</article><!– #post-<?php the_ID(); ?> –>Thanks for the help – and the free plug in!