synchronista
Forum Replies Created
-
It looks like it’s no longer accepting the parent category – maybe if there’s no content assigned to it specifically? You’d usually think it would add in the content from all the child categories, as it did before.
I have had some luck instead selecting multiple child categories. Maybe give that a try?
I have had the same issue on two different sites, located on different servers, and tested on several browsers.
I ended up using this code (added to an “additional CSS” field – didn’t mod the plugin itself):
.fca_qc_button {
padding: 17px !important; }Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Adding New Widget ErrorAnd if you try to modify a widget, it all disappears. It’s like it doesn’t save at all.
This is a brand new problem as of today’s update, and I have isolated it to Jetpack.
The two different code snippets above didn’t do what I needed – just caused different problems. 🙁
The best fix I have found was just to go back to the old version of the plugin, which is available here on ww.wp.xz.cn: http://downloads.wp.xz.cn/plugin/pinterest-pin-it-button-for-images.1.0.2.zip
Forum: Plugins
In reply to: [Pinterest Pin It Button For Images] Problem with image alignmentHmm – this seems to shift EVERY image to the right. Sorry – but maybe it’s a start that will spur some thoughts!
Forum: Plugins
In reply to: [Pinterest Pin It Button For Images] Problem with image alignmentThis seems to have fixed it for me – so far, anyhow:
Go to edit the plugin, and in pinterest-pin-it-button-for-images/ppibfi_pinterest.php
I changed the last word:
else : $image_tag = sprintf( $replacement, $image1, $image2, $image3, $image4, $float_none );to
else : $image_tag = sprintf( $replacement, $image1, $image2, $image3, $image4, $float_right );For me, the images themselves no longer floated right, and were just stuck in the middle of the page, taking up a lot of space.