mattshepherd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Getting Theme Options in a Child ThemeTen minutes later, it just… appeared. Leaving this up to counsel people having the same problem to just, I don’t know, be patient? I don’t know why it took quite a while for it to kick in but it eventually did.
- This reply was modified 8 years, 1 month ago by mattshepherd. Reason: Marking as resolved
Forum: Plugins
In reply to: [Google Authenticator] Deactivate via FTP? No plugin folderDone! Thanks.
Forum: Plugins
In reply to: [Google Authenticator] Deactivate via FTP? No plugin folderActually — in case anyone else with the same issue finds this thread — it turns out that in my case it’s not. In my case, the Authenticator was bundled with the iThemes Security plugin, which is what I needed to disable to temporarily shut down Authenticator and let me log in.
So if you’re stuck out due to Authenticator, don’t have the Authenticator plugin BUT have a different all-in-one security plugin, it might be that!
That worked! Thanks — I’ve been trying everything for days now.
Thanks for the suggestion, but this doesn’t work.
Following this to the letter, and without a functions.php file, there is still no “Theme Options” option in Appearance/Customize, even with no plugins running.
I was hoping to have a child theme in Twenty Seventeen that preserves “Theme Options” under “Appearance/Customize”. With this style.css, “Theme Options” disappears.
Is there any way to set up a child theme in Twenty Seventeen that preserves the “Theme Options” under Appearance/Customize?
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] TwentySeventeen: audio on homepage?It worked! Thanks very much.
Plugins aren’t doing it; I’ve deactivated them all, and the same thing recurs.
Nope. Never mind. I set a static front page, but now the Theme Options are gone again. I don’t know what’s happening here.
Aha! Replying to myself, because finding this was EXCRUTIATINGLY difficult, and hopefully this thread will be easier to find than the dark corners of the Internet that the info was buried on.
Twenty Seventeen must be set to have a STATIC home page for the Theme Options to take hold. This isn’t something you set in the default Twenty Seventeen theme, but you have to set it before installing and activating the child theme for the child theme to have the Theme Options available. So there.
Forum: Themes and Templates
In reply to: Nothing I do prevents Safari from hyphenating titlesSite: certificate.queenslaw.ca
See titles below the main header image.
Brilliant! That did the trick. Thanks very much!
Forum: Fixing WordPress
In reply to: Avoiding post summaries in category page for a podcast siteThis is well beyond my ability to understand — the template with the plugin is archive.php, but there’s no “the_excerpt” or “the_content” in that file. It also calls the following…
themes/clean-journal-child/functions.php themes/clean-journal/content.php themes/clean-journal/footer.php themes/clean-journal/functions.php themes/clean-journal/header.php themes/clean-journal/inc/clean-journal-breadcrumb.php themes/clean-journal/inc/clean-journal-core.php themes/clean-journal/inc/clean-journal-custom-header.php themes/clean-journal/inc/clean-journal-default-options.php themes/clean-journal/inc/clean-journal-featured-content.php themes/clean-journal/inc/clean-journal-featured-slider.php themes/clean-journal/inc/clean-journal-menus.php themes/clean-journal/inc/clean-journal-metabox.php themes/clean-journal/inc/clean-journal-social-icons.php themes/clean-journal/inc/clean-journal-structure.php themes/clean-journal/inc/clean-journal-widgets.php themes/clean-journal/inc/customizer-includes/clean-journal-customizer-active-callbacks.php themes/clean-journal/inc/customizer-includes/clean-journal-customizer-sanitize-functions.php themes/clean-journal/inc/customizer-includes/clean-journal-customizer.php themes/clean-journal/searchform.php themes/clean-journal/sidebar-footer.php themes/clean-journal/sidebar.phpWhen I search the directory for “the_excerpt,” it appears in
clean-journal-core.php clean-journal-featured-content.php clean-journal-featured-slider.php content.phpIn content.php, the only use of the_excerpt seems to be for search results:
if ( is_search() || 'full-content' != $options['content_layout'] ) : // Only display Excerpts for Search and if 'full-content' is not selected ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="pages">' . __( 'Pages:', 'clean-journal' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <?php endif; ?>…and there’s only one “the_excerpt” in -core, and it is actually part of a bigger variable name. I’ve put the core file here:
and to my (not very good at this) eyes, it looks like maybe the excerpt is determined by a function instead of by the_excerpt?
Forum: Fixing WordPress
In reply to: Avoiding post summaries in category page for a podcast siteJust a placeholder pending a reply from the Clean-Journal creators… there is no “the_excerpt” anywhere in archive.php, and there is no category.php file at all. The code where I’d guess it would be found is:
<?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?>…and this is where I completely lose the thread in terms of how modern WordPress coding works.
Forum: Fixing WordPress
In reply to: Avoiding post summaries in category page for a podcast siteThank you, Steve! I’ll do that.
Forum: Plugins
In reply to: [WP Login Security 2] Rejects IP over and over and over and overJust checking in… no insights here?