How can I create a Wordpress website that does this kind of image processing - wordpress

I am just a beginner in web development and want someone to guide me on this. I know how to build a basic Wordpress website. What I want is a functionality on my WordPress site which will take some text and an image provided by the user and process it to make a final image as shown below :
I have no idea how to do it. If anyone could guide me how to achieve this, I mean what kind of tools I need or a reference guide will also help.
Thank you so much for reading :)

Take a look to the PHP librairie named GD.
You can create an image, add some text, some colors and moreover add an existing image (your user image).
There is a lot of tutorials for this librairie on the internet.

Related

Video Catalog CSS and Loading (Embedded Videos)

I'm looking for some help/suggestions on a project I am helping with.
The basic idea is a video catalog that host a bunch of embedded videos for people to search through (Vimeo, Youtube and Facebook for now). This is just something to test out first. I am having trouble with a few things and have been trying a lot so I wanted to get thoughts/suggestions on a direction.
The website is here currently: http://veganvideos.org/
The help that I currently am looking at is a better way to display and load the embedded videos (sometimes they are slow to load or don't) and a way to make it more responsive. Other suggestions are welcome, I very much appreciate any help.
Additional Info:
To add I am using Wordpress and FacetWP plugin currently.

Wordpress: fit for per-region website? Another better CMS?

I'm looking to help a friend who needs a website for his project. I know wordpress a little, but there might be better options.
The needs are:
- have a splash screen prompting for region (like this site)
- have some pages available only for a given region.
- allow the non-it guy to update the contents.
Wordpress is the only one I know as web design isn't my specialty. I'd have gone for a template like Avada, but again, better leads are more than welcome.
Thanks in advance for your inputs!
Ok, the downvote really helped me and certainly will help other users as there's no comment whatsoever explaining why this post is bad. Don't give leads or guidance by the way.
So, whatever. I found a solution to this. The following plugin works like a charm:
https://www.fla-shop.com/products/wp-plugins/world/continents/
A simple purchase gives total control and removes the watermark. The best part regarding my need was the capability to write custom callback code as explained in this article.
https://www.fla-shop.com/blog/adding-custom-javascript-to-the-map/

Gallery for art show

So, I need to create a photo gallery for a client. However, I do not have access to the code base yet (I know :/ ) and will not for a while. There's also nobody technical onsite, so they wouldn't be able to implement what I send them if I hand code the project. I was thinking of creating the gallery using something like WordPress/Tumblr/SquareSpace etc. and having them just link through their original site. I'm aware that there are a lot of issues concerning building this, but what do you think the best way to tackle this is?

How to style Directory Listings XAMPP

So using XAMPP, it shows a list of folders and files that are hosted locally on my machine. So far, it shows all of these directories in a simple, plain list. What I'd like to do is to be able to use CSS to style it. This may sound confusing so here's some images explaining what I am trying to accomplish.
to...
It is possible to do this because I downloaded a theme for it a while back, I am having trouble trying to find it again so I was windering, if someone out there knows where it is, it would be much appreciated if you would send me the link :)
Here is a tutorial devoted to customizing directory listings:
http://perishablepress.com/better-default-directory-views-with-htaccess/
It shows exact what actions to perform in order to customize it. So shouldn't be too hard to follow.
Sadly, I'm unable to find the style you provided. So I will update this reply in-case I have.
Here are some other nice directory listing styles:
https://github.com/meodai/mod_autoindex.oh
http://adamwhitcroft.com/apaxy/
https://github.com/search?utf8=%E2%9C%93&q=mod_autoindex&type=Repositories&ref=searchresults
You can use the built-in functionality of Apache’s mod_autoindex module to style and enhance your default directory views.
You can go through this link
It has a very detailed description for changing and customizing the views the way you want them to be.
You can customize the icons as well as the css.

Add Image upload interface in wordpress

I'm working on wordpress. And has this kind of requirement, where I need to have an ability in admin panel for administrator wherein he can upload an image. This image will be used at two places in the theme.
I've tried to figure out this, and found that image url can be store in options table and can be used in the theme to retrieve the image.
But not sure how to give an interface for that in admin panel. Any idea to achieve that will be great.
Is it not possible to use the built in Custom Header image system? I don't really know all of your requirements but there is no reason to build something if you can co-opt something instead. :) Granted, it is called a "header" but it really doesn't have to be. Where it shows up depends entirely on the theme. If that doesn't work for you, you've got a considerably more complicated project but you'd probably want a Theme Options page.
Go to your wordpress panel-> plugins:
install plugin named: Custom Upload
Or your can download it from :
http://wordpress.org/extend/plugins/custom-upload/
A simple plugin to upload any type of image in wordpress.
I think you can use it to manage your images of theme.
And that's it, good luck.

Resources