We need a good Wordpress Framework - wordpress

we want start building WordPress themes for Them forest and we want ask , if you know any good Framework like gantry .
so that we will not need to cod all the theme cod ?
thanks

Don't use any of the frameworks. You have to learn more and dig deeper to create premium theme. Its always advisable to use WordPress Uderscore theme as starter theme. Plus for Theme Options Use customizer.
https://underscores.me/

Related

Applying a different Wordpress Template to a different wordpress theme

I purchased a wordpress theme as shown in the url here https://seosight.crumina.net/. Since then i have changed my mind and browsed for ready made templates and happy with the template located here https://themes.semicolonweb.com/html/canvas/demo-seo.html
However, since i purchased the theme, can i buy and push the templates in the existing themes with minimal work or do i need a wordpress developer?
The short answer: no, you can't.
The themes aren't only a PHP template. The also have css and JavaScript files. And also some php custom functions.
The best way to replicate the page you like is with a designer, like Elementor, Divi, Oxygen, etc. Or better yet, with a developer :)

Wordpress Learndash LMS with custom theme?

Hi I wanted to ask a quick question, I`m about to get a project form a client who wants to use the Learndash LMS but he also wants to make a custom theme and not use the premium wp & learndash themes.. I just wanted to have an opinion from you guys is that recommended ? and does Learndash LMS require any "special" development for the theme or it will work on any theme including custom made themes.
Thank you for your time even if I dont know if this is the right place to ask these type of questions.

How do I convert my bootstrap website into a drupal theme?

I made a bootstrap e-commerce website. I came to know that the Drupal CMS has all the feautures that I need to get things done in my website. The only thing that I need now is "How do I convert my site into a drupal theme"
I saw many tutorials which tell how to convert HTML into drupal theme, nut I am not sure how to integrate Bootstrap theme with it. Acquia might help, but I am not sure if it would be flexible enough?
Can someone tell me how do I convert my site, briefly, in steps?
You can use drupal bootstrap theme as a base theme
https://www.drupal.org/project/bootstrap
and then can create a sub theme in drupal.Create your own template files and add your html snippets there.For debugging while creating the theme use drupal theme developer module.
https://www.drupal.org/project/devel_themer
For more drupal theming have a look at documentation on drupal.org

How to use a bootstrap template on wordpress?

I have a wordpress website which includes a member area to allow each user to edit his profile.
For this member area, I found these bootstrap templates that would be perfect for what I need.
http://themeforest.net/item/caplet-admin-responsive-html-theme-/6537086
http://themeforest.net/item/webarch-responsive-admin-dashboard-template/6157416
So, I wanted to know if it's possible to convert or use in some way these templates on wordpress ?
Since I already use a wordpress theme, it would be easier to include the bootstrap template as a plugin, do you think it's possible ?
I also heard of child themes features on wordpress but don't know much about it, do you know if it could be a solution ?
Thanks !
You would have to use those templates and custom make your own theme, which is not an easy task. Themeforest has some nice themes for wordpress based on bootstrap. I would check those out instead.

How to convert bootstrap theme template to wordpress theme?

The template i want to convert is:
http://www.dragdropsite.com/demo/mpurpose-free-multipurpose-twitter-bootstrap-3-template/
it has multiple stylesheets and wordpress doesnt recognise the theme when places in wp-content/themes/ folder
What are the steps involved to convert it?
I wouldn't call it 'converting'. Wordpress themes are not just a simple html/css/js folder structure on the themes folder. Making a website work with wordpress is more involved than that. If you want to do it yourself you will need some experience with PHP. Wordpress's templating system is not very hard to learn but it won't happen on one sit.
I suggest you to take a look at this place so that a skilled person can do it for you
Click here to check envato studio.
I am in the same opinion with alejandrocavazos. While, it is not easy to create a wordpress theme, converting an existing bootstrap theme will be very difficult too.
But i have an idea. Find a similar wordpress theme. Save it with another name. Page by page edit the theme and copy/paste your theme's content into this wordpress theme. If you make the changes directly on a web server, you can see the changes realtime. I think this is the easiest way to do it.
Good luck.
Yes you can do that, but its quite difficult to convert entire HTML theme into wordpress directly. You need some basic understanding of wordpress and how it works.
There are some good articles available, please go through them. You will surely understand it well and will be able to convert your HTML into wordpress.
I assume here, you are using Bootstrap framework to design your static websites.
1. How to Build a Responsive WordPress Theme with Bootstrap
2. How to convert a Bootstrap site template into a WordPress website
3. Creating a WordPress Theme From Static HTML
To Convert a Bootstrap 4 Template to a Wordpress Theme there is some work involved and there is no easier way to do in few clicks.
Start by using a starter theme such as Underscores.
-> Migrate your assets (js/css) from static template to the wordpress starter theme directory.
-> Start moving your page sections one by one (header, nav, page sections etc.)
-> To have more control from Wordpress dashboard, make use of plugins like Advanced Custom Fields, Custom Post Type UI and Contact Form 7.
For Detailed Tutorial you check out the Tutorial in this link
https://www.5balloons.info/convert-bootstrap-4-templates-wordpress-themes/

Resources