TesterGP
Forum Replies Created
-
Forum: Plugins
In reply to: [App Store Assistant] Generating thumbnails for post listingDear sealsystems,
Take a look at the screenshot (screenshot here) I made from the window “Information about the image”. You can clearly read that the image is not coming from any of my folders and that the image is resized from 57px×57px to 60px×60px.
This image is published in the excerpt when set as such in the settings. I would like to use this image for the category pages that displays 30 apps.Forum: Plugins
In reply to: [App Store Assistant] Generating thumbnails for post listingHi sealsystems,
I have the same issue as coreylee. Before upgrading this plugin to 6.4.2. I adapted the stylesheet to adapt the size of post images to a smaller size than the 1024px. But the fact the browser has to resize each image from 1024px to 80px on the category pages makes the pages load very slowly. In the upgrade 6.4.2. you can know add the App Icon in excerpt. When checking the path to these generated App Icons they look like https://a940.phobos.apple.com/us/r30/Purple4/v4/…
What is the code to get these App Icons? I would like to replace the original pat “…/appstoreassistant_cache/AppStore/32…” by the one used for the “App Icon in excerpt”.
I looked around in your code and could find following code<?php $post_id = ( null === $post_id ) ? get_the_ID() : $post_id; $post_thumbnail_id = get_post_thumbnail_id( $post_id ); do_action( 'begin_fetch_post_thumbnail_html', $post_id, $post_thumbnail_id, $size ); ?>
Can you tell me how to get the App Icon from phobos.apple.com and not more from my cache please?
Forum: Plugins
In reply to: [App Store Assistant] Amazon android description not displayedDear Sealsystems,
I have been doing some investigation and indeed amazon does not provide the description due to copyright issues with some content providers. Is their a way to get the feature in the excerpt?
Forum: Plugins
In reply to: [App Store Assistant] Release 6.1.0. has issuesOK, thanks for the advice.
In the meantime I have found the 6.0.5. version and installed it again. Back to the normal again. I will have to test the new version on a test server.Forum: Plugins
In reply to: [App Store Assistant] Amazon android description not displayedThat is a pitty. Can you get an excerpt of it?
Forum: Plugins
In reply to: [App Store Assistant] Amazon android description not displayedDear sealsystems,
When putting [amazon_item asin=”B00BSW0M34″] in the description field to create a new post and the after publishing it, the title + the image (indeed a png image) and the features are displayed, but not the description. Why is the description not displayed?
Forum: Plugins
In reply to: [App Store Assistant] Amazon android description not displayedHere you are asin = B00BSW0M34
[amazon_item asin=”B00BSW0M34″]Forum: Plugins
In reply to: [App Store Assistant] Short description not displayed in excerptIn the category page of my theme. It is called archive.php and I place it after get_excerpt(100);
Forum: Plugins
In reply to: [App Store Assistant] Short description not displayed in excerptProblem solved.
<?php if(function_exists(appStore_excerpt_filter)){ echo appStore_excerpt_filter($appShortDescription);
Forum: Plugins
In reply to: [App Store Assistant] Short description not displayed in excerptJust tried following code but it didn’t work
<?php if(function_exists(appStore_excerpt_filter(appShortDescription))){ echo appStore_excerpt_filter(appShortDescription); } ?>
Forum: Plugins
In reply to: [App Store Assistant] Thumbnail for excerpt are much too bigThank you. I modified my custom theme with your suggestion and it works.
Forum: Plugins
In reply to: [App Store Assistant] How to add bulk iOS apps?Dear sealsystems, both solutions would be great. The csv solution is definitely the best in my opinion for the webmasters willing to ingest a lot of itunes products and the RSS feed is ideal to publish the common shortlist like “best free …” , “Most downloaded …”, “Newest …”