Fineuploader - Different Size Thumbnails and Wordpress - wordpress

I have a Wordpress based classified site.
Does Fineuploader capable of creating pre configured thumbnails from source image WITH watermark image?
For eg I need to create thumbnails that has widths 135x***, 150x***, 300x***, 480x***, 1024x***.
Except source images, all these thumbnails should be watermarked with my site logo
Is it possible to integrate this with Wordpress?
Thanks

No. If you want to generate watermarks, you'll need to do that server-side.
Yes

Related

Twitter large Images using Wordpress

I have created 2 blogposts in wordpress and shared them in twitter.
The twitter URLs are
https://twitter.com/Jagannathan6/status/1423662392534175744?s=20
and the other is
https://twitter.com/Jagannathan6/status/1423197036195717124?s=20
As you see the image appears as a thumbnail in one tweet and as a large image in another. How to make the thumbnail image appear as a large image? Has it got something with the size of the image?
I am looking for an answer where I need not get premium version of wordpress.
Easiest way is to use Yoast plugin. Taking a look at the two tweets I'm wondering:
Are you using media sizes to size the images (Wordpress takes the largest image it can and resizes and/or crops smaller images to fit the sizes in the Media options menu)?
Are you using Yoast or custom hooks to post the images to twitter?
Are you using the same size images for both posts?
Are you attaching the images as Featured Images in the editor in the same way?
Did you post them to twitter in the same way?
Do both posts have snippets / excerpts applied to them? If not, make sure your theme is calling the_excerpt, or else you've configured the excerpt to pull from the main body of the post, or else hand-craft the excerpt in the relevant meta box.
Do both images have meta tags / alt tags applied to them? Check in the Media Library or in the post > edit image and see that alt text, caption and description are all filled out.
Did you test the images first with https://cards-dev.twitter.com/validator ?

How to add different header image for every page?

i am useing wp version 4.7 and i want to use different images on every page on header kindly tell me is it possible or not?
client want to be able to upload a different header image for each page within the backend of WP.
there are a lot of Wordpress plugins that allow you to custom your header image for each page as WP Header Images.

Wordpress - How can i merge two images?

As the title says, how can I combine a small picture, small picture will be my logo, and the other image will be that up when I upload an image to the library of wordpress automatically in the pictures I added, it is placed my logo?
Any plugin for this, or how I can integrate this idea into wordpress
If you are talking about a watermark have a look at:-
https://en-gb.wordpress.org/plugins/image-watermark/

Re-process all Images in WordPress

I've got a blog that has the highest-resolution version of all its images embedded in the posts, rather than a thumbnail linking off to an image attachment page.
Can you tell me how I can re-process all embedded images so they're output as reduced size thumbnails that link off to their own attachment page (which is WordPress default settings)?
Am I right in thinking I can involve the Regenerate Thumbnails plugin in this?
That was just about what I would suggest, it works wonders, but it will take longer depending on the amount of photos.
Another thing you can do is run the images through an optimizer before posting to speed up load times.
I don't know about this plugin but there is a plugin called auto post thunbnail for wordpress. I have used it and it works great. You just press the generate button and wait till it generates thumbnails for all of your posts, if they have an image in them.

Wordpress: Different Image Rotator on every page

The situation:
Wordpress based website for Veterinarian clinic
Image rotator on frontpage, separate header image attached to every page
The desired situation:
Image rotator with several images on every page
Currently it is possible to couple several images with a page, in the backend they are shown in the "Gallery". I would like to show these images in the rotator.
Before I engage in writing my own plugin to do this my question:
Is there a plugin available that can rotate several images on every page?
There are a few ways to do this.
Using your current image rotator, you can create templates for your new pages (page-your-slug.php) and add different images to the rotator on each template file. These are created it your theme folder. Read more here.
Second option is to use the is_page() function. Using that you can write and if statement to display the different images. if(is_page('your_page')) { images }, rinse and repeat.
3rd option is assuming that you want this to be more dynamic and changeable. Install the attachments plugin. this will allow you to upload a variety of images to each page (or post), which you can then loop through in your slider - this method is probably the best.
Hope this helps.

Resources