Intergrating WordPress Plugins into a bootstrap site - wordpress

I hope you do not mind if I ask a general questions regarding bootstrap and WordPress.
I have created a website using just bootstrap. I am trying to set up an Appointment Booking System on it. I know that in WordPress there is a good plugin for this that would work well.
I have two questions regarding the above statement.
Is there a way that I can keep my customized bootstrap theme and integrate a WordPress plug in into my site without having to build the site from scratch in WordPress.
2) Is there a way to load my bootstrap code into the WordPress portal (so it is a customized bootstrap site) but that I would be able to use all of the available WordPress plugins.
Thanks
Colm.

Unfortunatly, if you want to use your custom html you need to create a custom WordPress theme. By the way, this is not difficult at all, and if you have already your static files setted up, splitting them in a theme is almost straigth forward.
Before stepping into it and start trying some good starter blank themes (underscores, timber, root etc..) my advice is: follow a simple guide and learn core WordPress theme hierarchy, then you'll be able to do almost anything.
This is the first guid I found but - ehi - Google is your best friend!
https://scanwp.net/blog/create-a-wordpress-starter-theme-from-scratch/

Related

Is AMP possible with WordPress website built with Timber (Twig)

I tried different approaches( Wordpress Plugins) to make a WordPress site AMP compatible which is built on Timber(Twig). I did try "AMP by AMP Project Contributors" + "AMP for WP by Ahmed Kaludi, Mohammed Kaludi" but both of them didn't come up with the expected output.
"AMP by AMP Project Contributors" won't be picking the WP post images, Menus, etc.
"AMP for WP by Ahmed Kaludi, Mohammed Kaludi" gives lot of options like their layouts for AMP Pages but we might need to keep the look and feel in an identical way.
Does it needs to develop from scratch to make this AMP-compatible or is there other workarounds we can easily implement?
AMP Pages but we might need to keep the look and feel in an identical way
That is really hard to achieve. The complete AMP Project is based upon rules wich regulates the output in the frontend of a website to achive the boost of performance. Your complete Backend setup (Timber(Twig)) doesn't have a direct touchpoint to your problem.
I would recommend this two options:
Choose a AMP ready theme wich is close to your current one
Develop a Theme from scratch / edit the theme as a childtheme in order to achieve an identical design (both of your plugins might will help you - not together for sure)

Wordpress theme not appears as shown

I have been trying to develop my first WordPress theme. When I added a theme "primer" and started customizing it, it appears as an image.
The primer theme appearing as shown not as it is shown in demo
Can you give a little more detail. Normally themes are generally blank and often never look like the picture. Its up to you to use the themes composer, purchase a composer if your theme does not have one, or hand codde the site only using the theme for an overall look. For instance my theme I use a mix. I installed it and got a blank theme. I then used the composer to add elements and build out the page. Some themes even offer templates which is likely what you saw when you bought the theme. Your theme should have some sort of templates for free or premium templates for purchase you can add on top of your theme to get a prebuilt layout. I would highly enocourage watching a few youtube videos over themes and customizations and using envato.com to our advantage. Wordpress is a beast most people dont realize. Its not a change words and done. There are multiple other sites for that. I just finished my first one and its a bear. It take patience creativity and a basic understanding of Wordpress to operate, and some coding experience would greatly benefit to.

Using an admin theme with an already installed theme in Wordpress

All,
I recently bought the following admin theme:
http://themeforest.net/item/white-label-a-full-featured-admin-skin/270758
I also already have the following theme installed and am using it on my website:
http://themeforest.net/item/alyeska-responsive-wordpress-theme/164366
I want to use some features of the first admin theme but not have any issues with the already existing themes that I have installed in Wordpress.
Does anyone know how to use an Admin theme and the features in it without affecting the current shortcodes, css, etc that I'm already using on my own site?
Thanks for any help in advance!
I'm sorry to tell you, but that admin theme you bought is not for WordPress. It's meant to be an HTML start to a backend of a web application.
UPDATE
Alternatively, I'm not sure if you're meaning to take some things from the admin theme and using them in your WordPress theme. If so, please be sure to be more clear in your question as to what you want to do.
No, there are no real WordPress admin themes. The dev cycle changes the admin styles and functions very regularly, with major changes every 3 months or so. This would break any admin themes and makes it a nightmare to maintain, thus no ones does it.
ps. You can change some basic styles like colors/logo and if you know what you doing a bit more. But the link you showed, there is no way, unless you plan on never updated your install , ever.

Adding a CMS (wordpress) to a website?

I have made a site using html, css and javascript and is only on my local machine and have not put it onto a server yet, but i was wondering if i could use a cms on this site like wordpress? The site is only 5 pages but i have done all the styling myself.
Would i just have to install wordpress to the server and add the files there maybe? Or is there a lot of changes needed to make this work?
I have very little knowledge of PHP but i am a quick learner if that counts for anything.
Thanks for help.
Simple answer: yes
More complicated answer: why?
If your site is only 5 pages, and you've custom designed and built your layout, then I'm not sure what WordPress will add for you.
That said, if you want to add a blog or the like, WP would certainly be nice to have.
If you want to go that route, you have a few options:
use WordPress for everything, using the 5 pages you made as 'pages' inside of WordPress. You'll have to modify what you built for that to some extent.
leave the 5 pages as-is but add WordPress 'next to it' and run the blog/cms content from there. It can look the same, or maybe you want it to look a bit different.
leave your 5-page site as-is, and use WordPress or another CMS product on a separate server. You can set it up as a subdomain and then either install your own, or leverage something like Posterous or Wordpress.com
The short answer to your question is:
it will take some effort, you won't be able to just drop the files and install wordpress and have everything work immediately. With some work, though, it is definitely possible.
If you've done the styling and you want to incorporate that into wordpress you'll have to go through the process of creating your own theme. http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ Try this site to see what that requires. Alternatively, google "creating your own wordpress theme" or something similar.
It will require some extensive PHP work, but a lot of these tutorials have already done that heavy lifting for you. In any case, it will be worth it for your to pick up some PHP skills, enough to follow along the tutorials.
I had to do this myself and what you can do is integrate your design into an existing design. You could just create your own theme, which takes some time but it is the correct way to do it.
http://yoast.com/wordpress-theme-anatomy/
I knew 0 php and I was able to create my own theme in a few hours. Best of luck.
I'm not sure what you mean "add the files there", I assume you means that use a WordPress-based website to display your site, then you can simple create a page by WordPress and then link this page to your site.
But if you means to create a wordpress theme which based on your existing site, then you can search a tutorial and follow it to create a wordpress theme by yourself. Making a wordpress theme will needs some PHP work, but not complicate, wordpress has very detailed documations and API.
I would suggest using the Umbraco CMS for it. The advantage is that you start with an empty site, add your css, js, and create your own content types, paste in your HTML for the templates, and you're ready to go. It is a perfect CMS for few page sites to larger sites and also has a great community around it, including lots of documentation and screencasts. Templating is done with the Razor syntax, very easy to learn and lots of documentation. You'll need to have a Microsoft-based server to host it and this may be a barrier depending on your hosting scenario.

Is WordPress suficient for this project or should I use a framework or a different CMS?

I am a web Designer that recently decided to expand into developer waters as well :). What I have in mind is to build an elaborate portfolio site that will also contain a blog. The sites sections will be standard for such a project - something like Home, About, Portfolio, Contact and Blog.
The Home page will contain some static parts but also feeds from the latest additions to the portfolio and the blog.
The Portfolio page will have sections on the different types of portfolio pieces (like logo, print, web etc).
The About will be completely static.
The Contact page will be static and will have a contact form.
The Blog page will basically have your standard WordPress blog structure.
At first I was thinking of doing the whole thing in WordPress (since I already have some experience with it) but what got me thinking about different options was the portfolio part. I want the portfolio page to be quite differently stylized than the blog page and yet I want to have the possibility of doing quick and easy additions to it trough an admin panel.
So please give me suggestions and direction about what would be best for me to do? Is this thing possible with WordPress? Should I instead code the whole project with CodeIgniter (or a similar framework)?
I am quite good with HTML & CSS. Comfortable with jQuery. Trying to get better with PHP :).
I am willing to learn and improve and wouldn't mind trying a CMS or a Framework that Ive not had experience with before.
Thank you.
Wordpress is more than sufficient. You might want to find some plugins that allow you to add special content like videos, scripts and other things to portfolio pages. Also knowing html, css well is important if you want to build or modify a theme a lot to your liking. It is also very helpful to know some php if not be very experienced with it. MySql is helpful as well but not as need to know.
This Wordpress PHP function sheet is very helpful at times.
The Wordpress Codex page is also very good. Not an end all be all, you'll still need to know how to do things on your own, but it defiantly will get the ball rolling if want want any custom functions, or want to modify functions.
If you know wordpress a little bit, I hope you will able to make your desired project. Using wp you can do several types of project.
Read some wp books or tutorial and learn wp functions.
Essential wp functions sheet https://codex.wordpress.org/Function_Reference
I hope it will help you.

Resources