scottsemple
Forum Replies Created
-
Thanks for the suggestion.
I tried:
| — | — | — |
|:– | — | –:|
| LEFT | CNTR | RGHT |…but no luck. Everything is still left-justified.
- This reply was modified 7 years, 3 months ago by scottsemple.
That’s strange. As described, that’s the same syntax that I’m using, but it doesn’t work.
Are you using the basic Jetpack markdown options? Or a different Markdown plugin?
Forum: Plugins
In reply to: [nrelate Related Content] Filter for custom taxonomies?Hello?
Forum: Plugins
In reply to: [Better Related Posts] ThumbnailsHello?
Forum: Plugins
In reply to: [Photospace Gallery] Question about positioning and floatsI added a .gallerySpacer to my template and then added a margin-bottom, but if there’s another way to do this without the extra div, please let me know.
Thanks!
Forum: Fixing WordPress
In reply to: Using [gallery] for a product galleryDisregard. Found this instead: https://thriveweb.com.au/the-lab/wordpress-gallery-plugin-photospace-2/
Forum: Plugins
In reply to: [Photospace Gallery] Possible to use with custom fields?Disregard. Got it working. Thanks.
Forum: Plugins
In reply to: [Automatic WordPress Backup] Failed restoreUPDATE: Moved my wp-config.php down one directory into the root.
Worth noting in AWB docs that for anyone who has their wp-config.php file one directory above the root (for added security) may have a failed restore.
Or better yet, is it possible to update the plugin to accommodate this?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Still serving from home host?Usually if there’s anything weird with W3TC, waiting 24 hours will sort it out. Not so with this.
Any ideas?
Forum: Plugins
In reply to: [WP125] [Plugin: WP125] CSS hiding adsHello?
Hello?
Disregard. Forgot the
echo
. Thanks.So to test, I tried these two alongside each other:
<strong>Season:</strong> <?php echo $custom_fields['season'][0]; ?> <strong>Season:</strong> <?php get_post_meta( $post->ID, 'season', true ); ?>
But nothing appears for the second instance of Season.
What am I doing wrong? (Sample: https://climbfolio.com/climbs/the-maul/)
Forum: Fixing WordPress
In reply to: How to add a selector to wp_loginoutThank you!
Damn, I thought for sure it came from thin air.
Thanks!