SandiLawrence
Forum Replies Created
-
I just got off the phone with our hosting service and we’re back up and running. There is a notice the automatic update failed and that it need to be manually updated, so there is still a problem with this update. I’m going to just leave it for a while in hopes the update problem is fixed on the plugin’s end.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Secondary WidgetIf you are using JetPack’s plugin, activate widget visibility. Then in the appearance menu -> Widgets, drag that widget to the secondary widget area. At the bottom of the widget is a “visibility” button next to the “save” button. Click on the visibility button and choose the options you want for showing the widget (i.e. show if page is blog).
Forum: Plugins
In reply to: [Contact Form 7] How can i set input-text to autofocus?Somewhere I picked up to do this and it worked for me… add the footer.php file to your child theme, then edit the child theme footer.php file after the line:
<?php wp_footer(); ?>
by adding:
<script type=”text/javascript”>
jQuery(document).ready(function($) { jQuery(‘.wpcf7-text:first’).focus(); });
</script>Forum: Plugins
In reply to: [Scheduled Unsticky] How does this plugin work?This was very helpful! I also need help understanding what the “schedule interval” drop down is controlling so I know what to select.
A specific date and time to expire each individual post would be awesome! I hope that you add this update in the future. For now, this plug in is going to save me time over going in and manually unsticking each post at the appropriate time as most expire in one week. Thanks!