Mobile responsive website using Wordpress theme [closed] - wordpress

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have been trying to create a mobile responsive website from the 'Zerif' Wordpress theme.
Would anybody be able to explain how this would be possible? Below is my website.
https://www.vidinfluence.com/homepage/sign-up/
Many thanks,
David

To be honest, Wordpress is not the best option to attempt to create a responsive site - at least out of an already made theme. You would have to write a large amount of custom CSS media queries to achieve this.
Your best bet would be to start fresh with a Wordpress theme that is already responsive.
Otherwise, I'd recommend starting fresh and building a Bootstrap responsive site from scratch. There are several free, or very inexpensive, Bootstrap theme packs that come with hundreds of elements to use.
Bootstrap themes and templates: https://startbootstrap.com/
Good luck!

Related

Bootstrap - WordPress Conversion [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
This is not exactly a specific question, I am just looking for some advice really.
I know how to create websites using Bootstrap however I have just realized that WordPress has an awful lot of great plugins (contact page, ecommerce sites, blog plugins) that would come in very handy for the Bootstrap website I am trying to create.
I am wondering is it possible to integrate the 2 platforms together so I can keep my custom bootstrap layout and responsiveness but that I am able to incorporate some of the handy plugins that WordPress provides also.
Thanks
Colm.
I think yes, you can use any plugins with Bootstrap you want because if the plugin is not in the Bootstrap framework then it will have its own class and CSS for desktop and responsive mode so it will not conflict with Bootstrap hierarchy.
You can also overwrite the CSS if you want that will also help.

deleting all default styling in css wordpress [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
if you will need to strip all default css in a wordpress theme is it easiest to just create a new theme from scratch or a child theme? for instance if I were to be making a custom blog would it be easiest to use canvas as the parent theme? Or would I be better off creating a new theme from scratch. I have experience in frontend development but I haven't ever worked with theming in wordpress.
The best thing is to start from a raw theme.
I've been using Bare Bones several times ( http://themble.com/bones/ ).
As they say: Keep what you need, remove what you don't. It's totally up to you.

Wordpress theme development and bootstrap [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I just started to explore the Bootstrap project which seems nice to use in web development. I read some articles, some of them where sceptical to the combination of Wordpress and Bootstrap. This was due to the fact that (as I understand it) Bootstrap has it's own pre defined classes that you are supposed to add to your html tags, while Wordpress has another set of classes for the same elements.
I understand the problem and I would like to know if there are any "best practices" regarding this. I know that there exists plugins for this task but I like to understand this myself. I think that the trickiest part is the auto generated wp-menus and those things, am I right?
Question:
I think (without further investigation) that I in some situations want to map a wordpress class (eg. wp-menu classes) to a Bootstrap class. How do I do that?
Twitter Bootstrap will help you to build responsive theme for wordpress quickly. You can check the following link to know the difference of major common twitter bootstrap's classes that means when you should use which sets of class. If you want to add or alter the class of Wordpress menu, you should customize the Walker_Nav_Menu class. This link will help you. You can follow the wordpress standard. And finally there are many wordpress theme development frameworks which have already bootstrap. i.e. roots, underscores and so on. I like these both.

Is this possible to convert a fixed layout website into responsive [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
One of my clients asked me to convert existing website into a responsive one.
The problem is: he doesn't want to change its desktop view. That website was completely developed with fixed layout in codeigniter.
Is it possible to make it into a responsive one without many changes to exiting css?
check out this url
yes you can convert fixed design in responsive via help of 2 method
use media queries as suggested by emmanuel.
use % instead of px it will help your website responsive over many platform and then use media query if you are required to shift or position the content according to your design necessity

How to be a WP theme developer [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want to be a wordpress theme developer.
I already know HTML,CSS,PHP,MYsql very clearly.
I know how to run a blog with wordpress.
So,what should i learn now.?Please suggest me?
First you need to understand the basic structure and file higher key of any standard wordpress theme like twenty twelve . Then try to make child theme based on it. You can see this link http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial .
Once you are okay with child theme development you can take approach to build wordpress theme .
If you want to build theme from a html then you can also see this link http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-creating-template-files--wp-33939
Take a look at this page http://codex.wordpress.org/Theme_Development
It explains how you develop a wordpress theme from scratch. It's free to publish at theme at no cost. Take a look at the fundamentals of wordpress theme development http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes. These arte just a bunch of tutorials to help users create modern themes since that is the key to popularity, I believe.

Resources