pmj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SemPress] Disable Featured ImagesHave bulk deleted all Featured Images using this plugin:
Forum: Themes and Templates
In reply to: [SemPress] Disable Featured ImagesDoes anyone have any suggestions on this? Have tried one or two things in the CSS code to display:none on thumbnails but it blocks some of the post images in the process.
Grateful for any help.
Forum: Themes and Templates
In reply to: [SemPress] Disable Featured ImagesIt’s here:
https://dl.dropboxusercontent.com/u/20936886/disable-post-images.php
The contents are fairly short:
<?php /* Plugin Name: disable post-thumbnails (SemPress) Plugin URI: https://gist.github.com/pfefferle/5160340 Description: disable post-thumbnails (SemPress) Author: Matthias Pfefferle Author URI: https://notizblog.org Version: 1.0.0 License: GPL v3 (https://www.gnu.org/licenses/gpl.html) */ function remove_sempress_post_thumbnail() { remove_action('the_content', 'sempress_post_thumbnail', 1); remove_filter('the_content', 'sempress_post_thumbnail', 1); } add_action('init', 'remove_sempress_post_thumbnail');
Thanks for any help.
Forum: Themes and Templates
In reply to: [SemPress] White Space at Foot of Page?Brilliant, many thanks for that.
Child theme/changes are a bit of an amateurish hack job but the files are here if you want to link it.
Thanks again!
Forum: Themes and Templates
In reply to: [SemPress] Update Font In Search BoxPerfect, many thanks!
Forum: Themes and Templates
In reply to: [SemPress] Remove Featured Images?Superb! Thanks so much for this, great stuff.
Forum: Themes and Templates
In reply to: [SemPress] Remove Featured Images?Yes, moving old posts over… a plugin would be really great, thanks!
Forum: Themes and Templates
In reply to: [SemPress] Remove Featured Images?So I’d have to manually remove them from each post?
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Container heightI use the Twenty Twelve theme and found that setting the margin-bottom here to zero in style.css got rid of the extra white space:
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
margin-bottom: 0;
}This will also effect any other embedded audio players you may have, so check those.
Forum: Plugins
In reply to: [WP Download Codes] [Plugin: WP Download Codes] Broken Permalink?Sorry, ignore this – is to do with numeric stubs rather than Download Codes…
That’s great, thanks!
How would I then make the date of the event bold? Also, is it possible to put an extra line space between each event in the list?
Thanks for your help.
Forum: Plugins
In reply to: [Sociable for WordPress 3.0] [Plugin: Sociable for WordPress 3.0] Google 1+1 for a +1 button here
Forum: Plugins
In reply to: [Plugin: Contact Form 7] change space between two areasIgnore me… Not sure why, but logging out and logging back in again made a difference.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] change space between two areasOK, still not following this..
I’ve removed the <p> tags but it had no effect:
Is there a specific bit of code that can put in the editing screen to close the gaps between fields?
Mine looks like this:
Your Name (required)
[text* your-name]Your Email (required)
[email* your-email]Subject
[text your-subject]Your Message
[textarea your-message][submit “Send”]