ngszekiat
Forum Replies Created
-
Thanks Josh. You’re right, the bugs likes with TwentyFifteen. It works fine on my preferred theme.
Forum: Plugins
In reply to: [Anyway Feedback] Feedbacks are not registeredHey Takashi san, thanks much. Indeed, the button’s class name can only be either
goodorbad. That got it working 🙂Another question, does this plugin work well with WP Super Cache?
I got a hunch that because of the caching the numbers are not displayed correctly, unless cache is cleared.
Forum: Plugins
In reply to: [Anyway Feedback] Feedbacks are not registeredHi Takashi san,
When I clicked YES, nothing happened. I’m running it on help.onethreeonefour.com, this is one example of the posts that uses the plugin.
I checked
wp_afb_feedbacksvia PHP MyAdmin, there are no records as well. That means that it is not registering in the database.Forum: Themes and Templates
In reply to: [Tracks] Add Featured Images to Previous/Next Posts LinksThanks Ben!
This is what I did at the end. Hopefully it’ll be useful for anyone looking for an answer.
if ( has_post_thumbnail ( $previous_blog_post->ID ) ) { $previous_thumbnail = get_the_post_thumbnail( $previous_blog_post->ID, 'medium', array( 'class' => 'alignleft' ) ); } ... if ( $previous_blog_post ) { echo "<p class='prev'> <span>" . __( 'Previous Post', 'tracks' ) . "</span>" . $previous_thumbnail . "<br/><a href='" . get_permalink( $previous_blog_post ) . "'>" . $previous_title . "</a> </p>"; } else {Forum: Themes and Templates
In reply to: [Tracks] tracks-child : header.php not workingI’m also using Yoast SEO’s plugin. I added the breadcrumbs code to the
header.phpand uploaded it totracks-childfolder. It worked for me.Forum: Themes and Templates
In reply to: [Tracks] Tiled Gallery widthEljhae, you can download a plugin, Custom Content Width, to define the content size of the theme.
Once it is set, Tiled Gallery would expand to match the width you just defined. Works for me.