tatsuya
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-flickr-press] Media Library not working after update to 4.9Hi @Kajua ,
first, please update latest wp-flickr-rpess and clear browser cache.
Can you check by chrome developer tool?
I think show something error message in console of developer tool.Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] OAuth Token info remain empty on settings pageThank you information.
PHP 5.2.13 is already finish support and WordPress is not latest.
Can you upgrade PHP and WordPress?
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] OAuth Token info remain empty on settings pageHi,
Thank you report.
Please tell me below.
– PHP version
– WordPress version
– wp-flickr-press versionForum: Plugins
In reply to: [wp-flickr-press] Media Library not working after update to 4.9Please update wp-flickr-press v2.5.0 and clear browser cache.
- This reply was modified 7 years ago by tatsuya.
Forum: Plugins
In reply to: [wp-flickr-press] Media Library not working after update to 4.9Hi,
I was released fixed version(v2.4.8) just now.
Please update and try.
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] Media Library not working after update to 4.9Hi,
Thank you report.
I will fix later.
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] Insert Template – Image Description no workingI fixed
[url]
tag on new UI and released v2.4.7.In the new UI I want to keep simpler functions. As a result, we do not currently plan to implement advanced options for the old UI.
If you absolutely need it, it will be a great help if you make a new issue.
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] Insert Template – Image Description no workingHi,
I will check it.
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] Insert Template – Image Description no workingI fixed this bug and release v2.4.6.
Please try again and please try new search UI from “Add Media”Forum: Plugins
In reply to: [wp-flickr-press] Insert Template – Image Description no workingSorry reply late.
I will check this issue.
Forum: Plugins
In reply to: [wp-flickr-press] Using FlickrPress for featured imagesHi,
content.php is theme template file.
umm, currently not have milestone ur use-case.
Thank you.
Forum: Plugins
In reply to: [wp-flickr-press] Using FlickrPress for featured imagesHi,
Thank you ask.
My blog use flickr image as featured image by this plugin.
below is my template code.
content.php
<header class="entry-header"> <?php if ( FlickrPress::isExtractThumbnailByPostID( get_the_ID() ) ) { ?> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_post_thumbnail('m'); ?></a> <?php } else { ?> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_post_thumbnail('thumbnail'); ?></a> <?php } ?> </header><!-- .entry-header -->
you can specify flickr image size to
the_post_thumbnail
function.
the_post_thumbnail
is return first image in post if turn on this feature.if you want to enable this option you can turn on from settings page of FlickrPress.
Extract Thumbnail in Post
The first flickr image in article I use as a thumbnail.or you can turn on per posts from post new/edit page.
Use Post Thumbnail:If your intention is different, please tell us the use case.
Thank you.
- This reply was modified 7 years, 1 month ago by tatsuya.
Forum: Plugins
In reply to: [wp-flickr-press] some image in Woocommerce not renderedI tested flickr image in woocommerse product content with wp-flickr-press.
WooCommerse specify thumbnail size is
shop_xxx
so when not flickr thumbnail sizes specified use default thumbnail size.I was released v2.4.5 so please test on your environment.
- This reply was modified 7 years, 2 months ago by tatsuya.
Forum: Plugins
In reply to: [wp-flickr-press] some image in Woocommerce not renderedah do you mean can’t testing also your environment?
Forum: Plugins
In reply to: [wp-flickr-press] some image in Woocommerce not renderedOh…
Show same error messages?