Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Atahualpa and iexplorer


  #1  
Old Feb 17, 2009, 07:57 AM
Jackie
 
3 posts · Feb 2009
Atahualpa and iexplorer

I have just downloaded this theme from wp site and found instructions on how to set up as clean single page sales letter site. Everything was fine with Firefox, but when I tried to load up on internet explorer, it just shows a white rectangular box.
Can someone help me with this, as I dont have any technical knowlege on how to fix this.
Cheers
Jackie
  #2  
Old Feb 17, 2009, 08:11 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Please post a URL. (Atahualpa 3 is quite browser-safe and fully tested with IE 6/7/8, unlike many other themes)
  #3  
Old Feb 17, 2009, 01:02 PM
tepper
 
4 posts · Feb 2009
i have a similar problem.
When i view my site on Safari, i can see everything correctly (text, custom image header, layout). But when viewing via Internet explorer, Firefox and possibly other browsers, it shows up as just plain text, no images are displayed and layout is skewed.
additionally, i installed this theme with wordpress and using Cyberduck and bluehost as my host. I checked the image file path (i might have my language confused here) there are no spaces, just one word, however, it is a jpeg but i didnt read anything that said it had to be a gif.
Where does the problem lie- how i uploaded? the theme? wp? my host?

also, do you recommend using a plugin for large photo files? i.e. NextGEN?

thanks

check it out:
www.erikasabel.com
  #4  
Old Feb 17, 2009, 05:47 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by tepper
i have a similar problem.
When i view my site on Safari, i can see everything correctly (text, custom image header, layout). But when viewing via Internet explorer, Firefox and possibly other browsers, it shows up as just plain text, no images are displayed and layout is skewed.
additionally, i installed this theme with wordpress and using Cyberduck and bluehost as my host. I checked the image file path (i might have my language confused here) there are no spaces, just one word, however, it is a jpeg but i didnt read anything that said it had to be a gif.
Where does the problem lie- how i uploaded? the theme? wp? my host?

also, do you recommend using a plugin for large photo files? i.e. NextGEN?

thanks

check it out:
www.erikasabel.com
You have not closed a CSS style with a right bracket at A. Theme Options -> Body, text & Links -> Body Style.

HTML Code:
 background: url(/wp-content/themes/atahualpa3/images/Biomach.jpg;
should be

HTML Code:
 background: url(/wp-content/themes/atahualpa3/images/Biomach.jpg);
Note the closing bracket after Biomach.jpg

Also, your path to the theme files seems to be
HTML Code:
 /wp-content/themes/atahualpa/atahualpa/
instead of
HTML Code:
 /wp-content/themes/atahualpa3/
You should change that at that CSS style above if the background image doesn't show.

And if the layout is still messed up you might have similar errors (missing brackets, missing semicolons) at other theme options.

The reason the above errors gets through in Safari but throws off other browsers is that Safari lets it go as error and ignores it whereas the others try to interpret it as something.
  #5  
Old Feb 17, 2009, 02:19 PM
Jackie
 
3 posts · Feb 2009
Sorry url as follows

www.keywordsexposed.com

Thanks any help would be appreciated
  #6  
Old Feb 17, 2009, 05:25 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by Jackie
Sorry url as follows

www.keywordsexposed.com

Thanks any help would be appreciated
You've pasted text directly from MS Word. When pasting from Word, either use the "Past from Word" button in the Wordpress editor, or better yet, paste into a text editor first to lose the proprietary Microsoft formatting, then copy and paste from there. This means that you would have to re-aply the formatting to the text, but this time inside the Wordpress editor, not in Word.

So, delete the post or the content of the post (in HTML mode, in the WP editor), then paste the fresh unformatted text inside again, and format inside the WP editor
  #7  
Old Feb 17, 2009, 08:13 PM
Jackie
 
3 posts · Feb 2009
Thanks Flynn

You have been a great help...all is working fine now.
I learn something everyday.
  #8  
Old Feb 18, 2009, 12:10 AM
tepper
 
4 posts · Feb 2009
Flynn,
Thank you for that informative response. I understand my error, it makes sense and i wish with all my might that i could figure out how to change my file path url on my very own, but it i am not having much luck. As you pointed out in my FTP server the theme is saved within itself, like a duplicate folder so that the path reads: .../atahualpa/atahualpa/.... instead of: /atahualpa3/...
so what does that mean? why did that happen? did i upload the theme incorrectly initially? how can i change it so that all paths will read atahualpa3 instead of editing CSS style format manually (which i barely understand what that means or how to do it successfully). Also, i tried dragging and dropping content from second atahualpa folder into the first atahualpa folder to eliminate the redundancy but that just made my website go blank with no content.
please advise.
thanks for your help!
  #9  
Old Feb 18, 2009, 03:30 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There's no problem with having the theme files in a unusual place. Just change /atahualpa3/ to /atahualpa/atahualpa/ wherever you used /atahualpa3/ in any of the settings at Atahualpa Theme Options -> ...

You'd just have to remember that you have the theme in /atahualpa/atahualpa/ whenever you want to reference images and read about /atahualpa/ or /atahualpa3/ here on the forums. There's confusion about the location anyway because I intended /atahualpa3/ to be the location of Atahualpa version 3.x, but wordpress.org changed the folder name of my theme files to /atahualpa/ so most people have /atahualpa/ now instead of /atahualpa3/ as the theme directory, and you have /atahualpa/atahualpa/. Doesn't matter really as long as you know your path

For all existing images (sticky image in sticky posts, header image(s), down and right arrows in menus) the theme figures out the path aynway. Only when you add an image on your own (like you did with a background image for the body) you'd have to remember the right path. So the only change you'd have to make is, change, at A. Theme Options -> Body, text & Links -> Body Style

HTML Code:
 background: url(/wp-content/themes/atahualpa3/images/Biomach.jpg);
to

HTML Code:
 background: url(/wp-content/themes/atahualpa/atahualpa/images/Biomach.jpg);
  #10  
Old Mar 1, 2009, 05:19 PM
EasyWizard
 
1 posts · Mar 2009
Hi downloaded the theme a few days ago.

It is awesome.

One of the sites i am managing here running the theme has issues with IE

The blog title when rolled over changes to font size to 200+%

Any ideas
  #11  
Old Mar 1, 2009, 06:13 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by EasyWizard
Hi downloaded the theme a few days ago.

It is awesome.

One of the sites i am managing here running the theme has issues with IE

The blog title when rolled over changes to font size to 200+%

Any ideas
You have added this in style.css

h1.blogtitle {
display: block;
{font-size: 1.7em; font-weight: bold;}
/* more ... */
}
h1.blogtitle a:hover {
text-decoration: none;
{font-size: 1.7em; font-weight: bold;}
/* more ... */
}

1. You shouldn't have to edit style.css. Even if you don't find a theme option, you can still add your own CSS through HTML/CSS Inserts -> CSS Inserts. That way your CSS will be preserved when you update to a new theme version

2. The red brackets aren't needed here. The whole style already has brackets (blue)

3. The 1.7 em of the h1 and the 1.7 of the a:hover are adding up because they are immediately inside each other <h1><a href=...>..</a></h1>. Firefox is ignoring that because the CSS is wrong anyway, but IE apparently doesn't

To set the size of the blog title, add font-size: 1.7em; to A. Theme Options -> Header -> Blog title
  #12  
Old Mar 24, 2009, 06:52 PM
MarShe
 
6 posts · Mar 2009
As with the original poster in this thread, I am getting visitors with Internet Explorer who see 3 out of 8 pages blank with the exception of the header. http://www.mygirlsgroup.com Your response was:

"You've pasted text directly from MS Word. When pasting from Word, either use the "Past from Word" button in the Wordpress editor, or better yet, paste into a text editor first to lose the proprietary Microsoft formatting, then copy and paste from there. This means that you would have to re-aply the formatting to the text, but this time inside the Wordpress editor, not in Word.

So, delete the post or the content of the post (in HTML mode, in the WP editor), then paste the fresh unformatted text inside again, and format inside the WP editor"

I may have pasted from word, I don't remember so I made the correction as you described on the Content page to no avial. I have done it using 'paste from Word' and removing formatting in Notepad entering it into the Wordpress editor and reformatting it. Neither made any difference. Is there another possible explanation? The 3 effected pages are: CONTENT, FAQs and REGISTRATION, where some code is showing so that problem seems to be different from the other 2 pages.

Thank you in advance!
  #13  
Old Mar 24, 2009, 07:09 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
All 3 pages still have a lot of MS Word code. Copy the text right from the browser window, paste it into notepad or another editor that doesn't apply any formatting. Now either delete those 3 pages and create them fresh (safest) or, if you rather delete their contents, make sure you grab all the MS code as well. To do this go into "HTML" mode an delete all the post content. Finally copy and paste the text from the text editor into the newly created or cleaned, blank post
  #14  
Old Mar 26, 2009, 06:22 PM
Mrs. Smith
 
1 posts · Mar 2009
Hi Flynn,

im so glad i found this thread. i have been having problems with how my site displays on i.e.

http://thats-all-folks.com

at first nothing was showing but the header and left column. i somehow managed to show the articles but im still missing the right column and the footer.

please let me know how i can fix this.
  #15  
Old Jun 25, 2009, 07:56 AM
tim5046
 
19 posts · Jun 2009
Hello,

I have a problem with my site in Internet Explorer and I'm not quite sure what's going on. Whenever I view my site in firefox it works fine -- however not in Internet Explorer.

First of all, my page menu bar is completely blank in internet explorer, yet every page shows up in Firefox.

Also, the picture on top of my right sidebar hangs out of the sidebar box in Firefox (which I want it to do), but it is cut off and constrained by the box in Internet Explorer. Please help me figure out what's going on if at all possible.

http://blog.englishteastore.com

Thank you!
  #16  
Old Jun 25, 2009, 08:42 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Your TR and TD's in the header are messed up. The first two rows don't have colspan=2, and the
<td id="header" colspan="2">
starts without a TR.

Basically, make sure you open / close TR and TD properly


<tr>
<td colspan="2"> ... content ... </td>
</tr>
<tr>
<td colspan="2"> ... content ... </td>
</tr>
<tr>
<td id="header" colspan="2"> ... content ... </td>
</tr>

Last edited by Flynn; Jun 25, 2009 at 08:45 AM.
  #17  
Old Jun 25, 2009, 08:53 AM
tim5046
 
19 posts · Jun 2009
Wow. The support for this theme is incredible -- thank you sincerely for the very fast response. I did exactly as you said, and have fixed the problem with my header in IE. One thing though -- do you have any idea why my page menu bar is completely blank in IE, but it shows up in Firefox? Also my other question from before -- in Firefox I have an image in my right sidebar that hangs out of the sidebar, however in IE it is constrained by the sidebar. I'm not sure how to fix this in IE. Any ideas would be greatly appreciated.


thank you!
  #18  
Old Jun 25, 2009, 10:17 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add position:relative to both the menu and the image
  #19  
Old Sep 25, 2009, 06:55 PM
Urbanred
 
3 posts · Sep 2009
Canada
It seems that IE users are getting a blank page with my website while Firefox and Safari users are having no problems. Is it a missing ; or ) from a change I made? I can't find anything, but my eyes are getting a little tired looking through this. Another pair is appreciated.

http://www.jungleswing.ca

Cheers,
UR
  #20  
Old Jan 15, 2010, 06:58 AM
PortMaria.62's Avatar
PortMaria.62
 
19 posts · Dec 2009
wyoming
I, too, am having the same problem. OK in safari and firefox, bit IE does strange things. I use an Intel IMac
  #21  
Old Jan 16, 2010, 04:20 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
PortMaria.62, what are you issues - please be a little more specific
What version of Atahualpa, WP and PHP?
What is your URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks




All times are GMT -6. The time now is 02:12 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.