niccigilland
Forum Replies Created
-
Donna, I replaced that block of code with this from post.php in the parent theme:
<h1 class=”post-title entry-title”><?php the_title(); ?></h1>
<div class=”byline”>“><?php echo get_the_date(); ?> · by <?php the_author_posts_link(); ?> · in <?php the_category(‘, ‘); ?> <?php edit_post_link(); ?> </div>
You may need to do that in all custom pages for your child theme.
Forum: Plugins
In reply to: [Better Search Replace] Whitespace and double-quotesAh, good catch! I copy/pasted the source text, it worked once I typed in the plain text.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Settings tabs reloadingWhen I first go to the EWWW settings page:
Navigated to http://www.adifferentface.net/wp-admin/options-general.php?page=ewww-image-optimizer/ewww-image-optimizer.php
When I try to go to any tab other than basic settings:
Is there somewhere I should be looking aside from the console tab? I’m not very familiar with developer tools in the browser.
I have read the support article and tried all the recommended troubleshooting solutions. Turning on the debug feature (+safe PHP) shows no errors, only the SQL queries. I can send you a screenshot of them if that would be helpful.
I have cleared my cache and restarted the browser (on multiple browsers) without success. Last night I also tested this on multiple computers/multiple browsers on each computer, all with the same result.
To add:
I tried this with the browser console running and received this error:
SCRIPT5007: Unable to get property ‘uniqueID’ of undefined or null reference
prototype.js, line 6861 character 5Forum: Themes and Templates
In reply to: [Origin] Sticky post imageJust checking back in on this, as I’m still having problems with showing the correct image thumbnail. Is there a way I can force the first image in the post to be used as the thumbnail?
Forum: Plugins
In reply to: [Auto Sticky Post] Only sticky "published" posts?Same here. I use an editorial calendar and have ~30-50 drafts at a time, but I only want the published posts to be stickied.
Forum: Themes and Templates
In reply to: [Origin] Comment button disappeared after WP updateHi Sergey – is there any workaround for this? I’ve already had a few people email me about my comments being broken.
Forum: Plugins
In reply to: [ProGrids Widget Plugin] Login not persistentActually, I may have found the pattern – this seems to happen any time I update any plugin or theme.
Forum: Plugins
In reply to: [Auto Affiliate Links] WordPress collapse/expand menu issue – Jquery?I saw the same behavior on my site after updating WP Auto Affiliate Links to the latest version. I’m running WordPress 3.8.3. Other things were also affected:
* The Add Link button in the visual editor; instead of inserting the link, the page gets reloaded, losing all your work
* Items are missing from the visual editor toolbar after a draft is saved
* Any visibility toggles like publish date, visibility, publicize, etc don’t openI confirmed that this plugin is the culprit by deactivating all recently-updated plugins and turning them back on until the issues were reproduced.