![]() | | ||||||||
| | #1 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
Warriors, How to create/modify a Wordpress site to function properly in all major browsers? Any such script/suggestion, a non technical person can follow? Thanks, |
| | |
| | #2 |
| Guest
Posts: n/a
|
This depends upon many different factors such as the theme you are running, the way the stylesheet is setup, and etc ... There is no website 100% perfect in all major browsers but you can do some tweaks and etc to make it look good in all browsers. The worst browser is IE because it has major problems with just simple html and simple css. IE will always view sites differently because it is not mozilla based. James |
|
| | #3 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
My site not looking good at IE, what to change? where to change?
|
| | |
| | #4 |
| HyperActive Warrior War Room Member Join Date: May 2009
Posts: 323
Thanks: 94
Thanked 109 Times in 50 Posts
|
A wordpress site's "looks" and "feels" depends on the theme. Unfortunately, many themes are amateuristic copies of copies of copies of copies ... which explains why so many are buggy. Much harm can be done with a plugin-overload as well. Pick a professional theme (excellent freebies BTW at woo themes for example) and install it. Deactivate plugins you don't really need. You should be fine. |
| | |
| | #5 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
still looking for solution.
|
| | |
| | #6 |
| HyperActive Warrior War Room Member Join Date: Apr 2008 Location: Chiang Mai, Thailand.
Posts: 304
Thanks: 106
Thanked 152 Times in 80 Posts
|
Amfire, I think the point was made that you might want to try some differnt themes. Just do some surfing of the theme directories, download a few that fit your needs, upload them to your website, enable each one in turn, and check each one in IE to see if the problem goes away. If you're permanently married to your current theme, you won't find the help you need in the forum. You'll need a programer to dig deeper than we can here. Cheers from warm and smiling Thailand, Charles |
|
Is your ebook in Kindle format yet? Selling on Amazon yet? MisterEbook.com/warbooks.html | |
| | |
| | #7 | |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
Sounds good. will change it and see how it goes. Quote:
| |
| | |
| | #8 | |
| Senior Warrior Member War Room Member Join Date: Aug 2008 Location: Atlanta GA Metro Area, USA.
Posts: 3,643
Blog Entries: 5 Thanks: 311
Thanked 925 Times in 644 Posts
| Quote:
It isn't too difficult to get a site design to work right if your idea of a major browser is FireFox 3.0 and IE 7/8. Throw IE6 and some other older browsers into the mix and things get more complicated. I've found that about 80% of the browser specific display problems are caused by incorrectly closed tags which is an easy fix once you find it. Other than that, it's up to the theme you use. WordPress is a PHP engine and the public face of it is almost entirely up to the theme you select. Other than using a theme that's been done right from the start, no, it will require some knowledge of HTML, CSS and PHP to make the necessary modifications. | |
| Product Reviews | Earn Online Cash | Free HTML Templates Free WordPress Themes: Boring Memo | Dateless Mini-Site | Info Magazine | 100 Twenty-Ten Niche Headers Discount Templates, Graphics and Scripts: Templates for Website | ||
| | |
| | #9 | |
| Advanced Warrior Join Date: Aug 2006 Location: The Midwest
Posts: 971
Thanks: 1
Thanked 63 Times in 52 Posts
| Quote:
Another issue I often see is a missing closing </ div> tag somewhere on one of the themes files. | |
| | ||
| | |
| | #10 |
| Active Warrior Join Date: May 2009
Posts: 47
Thanks: 1
Thanked 7 Times in 7 Posts
|
The best advice I can give you for making your website cross-browser compatible would be to make sure you are using completely valid HTML/XHTML and CSS. Different browsers interpret codes differently, so using standard code makes it easier for your site to be cross-browser compatible. I would suggest running your website through W3C's Markup Validation Service to make sure that your HTML/XHTML uses only standard code. Also, you can have your CSS validated at their companion CSS validator. Now, I'm not saying that if your code is 100% valid, then it will automatically look the same on all browsers. Even standard code is sometimes interpreted differently, but the differences are not that great and at least you are guaranteed that your site will look similar in differing browsers. |
| | |
| | #11 | |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
Hi, So i am to copy the content on notepad and repost it right? missing closing </ div> tag somewhere on one of the themes files what is solution for it. Quote:
| |
| | |
| | #12 | |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
| W3C's Markup Validation Service says 18 errors. "some of them are end tag for element "p" which is not open Error Line 99, Column 12: end tag for "p" omitted, but OMITTAG NO was specified end tag for element "p" which is not open" which file are we talking about here? CSS Validator says 4 errors one of them is Value Error : font-family Generic family names are keywords, and therefore must not be quoted. : "Times New Roman","serif" is it a good idea to change theme? what are good practices for WP-table plugin? Quote:
| |
| | |
| | #13 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
| |
| | |
| | #14 |
| Active Warrior Join Date: May 2009
Posts: 47
Thanks: 1
Thanked 7 Times in 7 Posts
|
Actually, you can just type in the URL to your site and the validator will check your site for you. It removes any possible errors like you accidentally missing something when you copy/paste your source code into their forum, thus fudging the result. Anyway, regarding the missing </div> issue, since I don't know what your website is, I can't take a look at the source code myself to see where the problem is. If the only problem is a missing </div>, though, then you just have to go through the code to see where it's missing. When you go through the code, keep in mind that every opening tag has a corresponding closing tag, so find which opening <div> doesn't have a closing </div> tag. HTML tags can be nested, so make sure that when you're adding a closing </div> you're adding it in the right place. The same principle applies with every HTML tag — ie. a <p> tag must have a proper closing </p> tag, etc. |
| | |
| | #15 |
| DIY Internet Marketing War Room Member Join Date: Jul 2002 Location: Brisbane
Posts: 4,917
Blog Entries: 10 Thanks: 7
Thanked 989 Times in 448 Posts
|
You can usually tell if a theme is compatible and work in most browsers as it will have a separate css file for IE and general. If they do then you can be pretty sure it will be pretty well compatible with most browsers. Q |
| | |
| | |
| | #16 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
thanks. uploaded another theme, now sidebar is covering the home page. How to decrease length of sidebar? |
| | |
| | #17 |
| Guest
Posts: n/a
|
Amfire, The best theme to use is Download Flexibility Theme for WordPress - has many options and can be customized easier than editing the css.. Also the owner is a member here and you can get support easy for the theme from the owner.. James |
|
| | #18 |
| Tom Campbell War Room Member Join Date: Jan 2007 Location: Seattle, WA
Posts: 381
Blog Entries: 12 Thanks: 278
Thanked 118 Times in 61 Posts
|
Interestingly, cross browser compatibility is the responsible of the theme author, not WordPress. Your mileage will vary depending on the theme used. I create sites on both Mac & Windows, using FireFox, IE, and Chrome. I have had good luck with the following themes. They're all free, all available at WordPress.org: Gear TypographyWP Fall Season Atahualpa Atahualpa is also most easily changed from the WordPress dashboard, as opposed to having to muck around in PHP files. |
| | |
| | #19 | |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
James, Thanks, will check it out. Quote:
| |
| | |
| | #20 |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
What rights normally we have on these free themes? Are we allowed to remove/modify footer? |
| | |
| | #21 | |
| Senior Warrior Member War Room Member Join Date: Aug 2008 Location: Atlanta GA Metro Area, USA.
Posts: 3,643
Blog Entries: 5 Thanks: 311
Thanked 925 Times in 644 Posts
| Quote:
| |
| Product Reviews | Earn Online Cash | Free HTML Templates Free WordPress Themes: Boring Memo | Dateless Mini-Site | Info Magazine | 100 Twenty-Ten Niche Headers Discount Templates, Graphics and Scripts: Templates for Website | ||
| | |
| | #22 | |
| Advanced Warrior War Room Member Join Date: Nov 2008 Location: the internet
Posts: 673
Thanks: 26
Thanked 45 Times in 28 Posts
|
Ok. thanks. Quote:
| |
| | |
![]() |
|
| Tags |
| browser, compatible, cross, wordpress |
| Thread Tools | |
| |
![]() |