Insert image directly without featured image in wordpress - image

In my blogs home page, where all the posts are listed shows posts with featured images that I've added while posting. The quality of featured images are too bad. It didn't improve much even after increasing image quality or image size. But after going to a post, the image is just fine.
Now, I want to show the images in my home page's post list as it is displayed in the individual post. That is, I don't want wordpress make featured image of my posts and show them exactly as I upload them.
My blogs address is, www.gadgetshift.com
Compare this with www.bgr.com Their home page images are very high quality and looks exactly as inside the post.
If you go to this address, you would realize my problem. Some featured images are blurred. But inside the post, it shows correctly.
Please help me guys with this issue.
Thanks in advance.

to resole this problem , try to select "full image" when selecting featured image in Admin Panel , this should help increase the quality of the image

Related

Magento - Where's Browse Image Button to Inserting Images?

I have a serious problem. None of my registered products have the button insert images. I am not sure what I did to make it happen, because a product registered at the beginning is normal and aparence photos. But it is impossible to change them or delete them. I do not understand what the problem is. Can you help me?

Extracting the main product image from a ecommerce product page

I am looking for options to extract the main image from a product page on a retailer website, the problem is there are multiple images in a product page (related images) , one approach I thought would work would be to extract all the image links, download each one of them and compare the size of each of those images and consider the one has the largest size in terms of storage bytes as the one that is the main product image.
Obviously that would be a very inefficient approach , we know that most of the retailers use certain ecommerce platforms like magento , bigcommerce etc, the major ecommerce platforms are only handful , is it possible to detect the ecommerce platform and leverage the template provided by each one of them to precisely extract the main product image?
I know the approach would never be perfect , but I am looking an algorithm that would be mostly accurate about 80% or so , is it doable?
Do you have a list of retailers that you're looking to extract the images from? If so, then go through each retailer's site manually, look at its HTML, and create some code that would successfully extract the image from this particular retailer. If not, then I'm afraid you're out of luck - you could just grab the biggest image on the page, or use some other heuristic, but there's no guarantee that you're grabbing the actual product image.
The problem with creating some sort of generic utility is that each e-commerce platform has its own structure for displaying product images, and that structure could be changed with each site. For example, just because Magento usually structures its images in a certain way, doesn't mean you'll always see them that way - it's entirely up to the theme that's currently applied.
You can use simple dom html lib to extract html. In terms of magento, the product thumbnail image is the img tag inside "product-image" class on product page. You can extract it as a good sized thumbnail image.
If you know the retailers and image as well download it through a script and check the sizes in a foreach loop statement and save the biggest one.
Thanks

Change thumbnail options on an OpenCart product page

I'm currently trying to work with opencart but I need to change the way the product page works, currently, I have a primary image of the product and some thumbnails to the right, when you click on a thumbnail it brings up a large image to view. Instead of that I would like it so that when you click on a thumbnail, it changes the primary image to which ever thumbnail you select.
Here is example of what is currently happening: http://nthwondr.com/
Does anyone know of a way to change it to what I need?

Wordpress - Add multiple featured images dynamically

Multiple featured images
In Wordpress you can set a "featured image". I need to add multiple featured images dynamically.
Dynamically number of featured images
When I say dynamically I mean, for one post I might want 2 images and for the next one 6 featured images. The number is unknown.
Just loop them out, when done
When in the theme I just loop them out with a foreach loop. Featured images are stored as custom fields. This part I can handle.
A plugin might do it?
I know of http://wordpress.org/extend/plugins/multiple-post-thumbnails/ but here I need to deside the number of images from the start. My number is unknown.
Plugin, script or good articles are welcome.
I recently added a plugin to a wordpress plugin repository which simulates the need of dynamic multiple featured image. You can check it out here.
Any suggestion, pull requests, issues, and plugin recommendations are more than welcome! Interested can join the development at GitHub.
The answer was to use Advanced Custom Fields. It's very powerful plugin for adding custom fields of all kinds.
The addon "Repeater" did the trick.
Depending on how you're planning to use your featured images, you might be able to just add them as a gallery to your post/page. Then, you could use one of these snippets to access your gallery images on your listing and detail pages:
Snippet 1
Snippet 2
The biggest drawback to this method is that they aren't featured images by the strict WordPress definition, so any themes or functions that are depending on them won't exactly work right.

product thumble image not showing in order by page but it will display in product detail page

product thumble image not showing in order by page but it will display in product detail page...
how can i solve these problem
site url is::
http://botguruz.com/buy-a-bot.html?page=shop.browse&category_id=1
You're using
http://botguruz.com/components/com_virtuemart/shop_image/product/resized/AutoPilot_Tweet_4b25d47121120_90x90.jpg
for the working image and
http://botguruz.com/components/com_virtuemart/show_image_in_imgtag.php?filename=resized/AutoPilot_Tweet_4b25d47121120_90x90.jpg&newxsize=90&newysize=90&fileout=
for the broken image. Spot the difference.

Resources