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
Related
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.
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!
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
Without making too many changes, what is the best way to do this?
The website has 100's of files, I don't want to change them all. Is there a quick way?
In bootstrap customize tab http://getbootstrap.com/customize/
they provide option under Media queries breakpoints just put Zero in #screen-xs and #screen-sm and add width to .container if required .container-fluied
that's it!
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Some one told me that some of designs doesn't support grid system layout like bootstrap, foundations etc, so i am not sure what thing need to analysis in design before to get started any, i know bootstrap this is 12 columns grid system but not sure how to analysis for example i have attached a image of a web design can any body explain me how i can analysis this before get started.
Also client is talking about to make it 1600px on large view.
Image linke
To analysis with design you can see the section how much they section have each section should have one grid with for example with bootstrap you can make 12 columns theme and your theme is with two section this mean this two columns theme. If you want more help please ask.
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
Not sure if this is a stupid question or not,
but i want to create a better looking notes database which should remind users of our companys homepage.
Is it possible to use codes extracts of the wordpress themes css code?!
It might be easier to start with the Bootstrap4 XPages plugin on openNTF and then work to skin that.
As long as CSS stylesheets don't reference by element ID, it's possible to utilise elements. However, bear in mind that parts of the CSS stylesheets you're using may get overwritten by inline styles or stylesheets from the XPages runtime itself. In my experience, you will usually need to make some modifications to the stylesheets your using, but it's doable.