WP not posting complete theme


  Page 1 of 2 Next Last 
Author Message
nalani

Posted: 5/16/2009
Quote message 

I exported my theme and added it to my wp ( I am using godaddy as my hosting). everything seemed great. when I went to my site it only took some of my theme. the header isnt there and my background isnt there. what did i do wrong?
 
Garry

Posted: 5/17/2009
Quote message 

You may want to post your website address here, I think some styles may be missing
 
nalani

Posted: 5/18/2009
Quote message 

thank you so much for your help.

www.watchurmouth.com

 
Garry

Posted: 5/19/2009
Quote message 

Lot of things from your Artisteer generated theme are missing like header image, background color etc. You should Export your theme again from Artisteer and upload it on your host.
 
nalani

Posted: 5/24/2009
Quote message 

I have done that and it still isnt working? what can i do?
 
Bob

Posted: 5/24/2009
Quote message 

I just looked but you have the pixeled theme up now.
-bb

 
nalani

Posted: 5/24/2009
Quote message 

I was just doing a test to see if it was something that I did. I put the original theme that I did back up and I am having the same problem. :(
 
Garry

Posted: 5/25/2009
Quote message 

Inserting special characters(@#$%^&*_-?/ \ etc.) in theme name while exporting theme or changing the theme name after exporting it may cause these type of problems.
 
nalani

Posted: 5/25/2009
Quote message 

unfortunately, i didnt use any special characters. could it be wp? should i try to re-install wp?
 
Garry

Posted: 5/26/2009
Quote message 

Quote nalani:

unfortunately, i didnt use any special characters. could it be wp? should i try to re-install wp?


There is no need to install wordpress again it is theme problem.

Open the images folder in your theme files just exported by Artisteer to check if it exported all the images or not.
 
Alicia

Posted: 5/26/2009
Quote message 

I created my header and theme, uploaded to WP and it appeared in "Manage Themes" just as I created it. However when I hit the preview button, the word text on my header disappears. I activated it anyway and sure enough, half of my header was blank and missing text. I re-uploaded twice and still the same thing. How can I resolve?
 
peter

Posted: 5/26/2009
Quote message 

Same problem with me.
This is my first time using Artisteer but am not unfamiliar with WP.
I exported newly created theme in Artisteer. Uploaded complete theme to my server - done this many times before on other projects. All files are where ther are supposed to be. But theme won't display. changed theme back to WP default and it displays!
I'm wondering if its due to Artisteer creating png file. My browsers are Firefox 3.0 IEx 6 and 7??
Will change on of the graphics to jpg and see.

 
Bob

Posted: 5/26/2009
Quote message 

Quote Alicia:

I created my header and theme, uploaded to WP and it appeared in "Manage Themes" just as I created it. However when I hit the preview button, the word text on my header disappears. I activated it anyway and sure enough, half of my header was blank and missing text. I re-uploaded twice and still the same thing. How can I resolve?


What's the URL of your site? Be happy to look at it for you. OR Send me zipped theme folder as it is on your site and your Artisteer file.
- Bob
bob@gdscomp.com

 
Bob

Posted: 5/26/2009
Quote message 

@peter

Strange!! Be happy to look at yours also. Every theme I have done with Artisteer is Rock solid. I always check them in all browsers. Even IE6.
If you want to send me your zipped theme folder as it is on your site and your Artisteer file I'd take a look.
-Bob
bob@gdscomp.com


 
Glenn Garnes

Posted: 5/26/2009
Quote message 

I am having trouble with one of my Artisteer themes. At www.boldneweconomy.com I have created a sign column theme meant just to display one entry which is a video intro to a seminar I teach. The problem is when people visit the page the entry doesn't show unless they hit "home" or one of the other menu buttons.

Any idea on what would cause this? I cannot figure it out.

Glenn
 
Bob

Posted: 5/26/2009
Quote message 

That is weird. Your blog home according to the title link and the Home link are a subdirectory. http://nohypesales.com/smms If I go to http://nohypesales.com/smms/ which looking at the source, is where the blog thinks its located, it seems to work fine.
 
Glenn

Posted: 5/27/2009
Quote message 

I think it may have something to do with masking while forwarding the domain. Thanks for alerting me to this. At least I know it's not Artisteer!
 
nalani

Posted: 6/2/2009
Quote message 

i have tried making simple themes with just a plain background and a header and it still wouldnt take. Right now I have just a simple theme up but it did not transfer over everything. I manually went in (and after some research found where to put a picture for a header) and installed a header. But I would really like to use the theme that I had originally built.

Help please?
 
nalani

Posted: 6/2/2009
Quote message 

I tried to upload my theme again and this time wp gave me an error. It said that a style sheet was missing. How can it be missing if I got it from artisteer?
 
Garry

Posted: 6/3/2009
Quote message 

Quote nalani:

I tried to upload my theme again and this time wp gave me an error. It said that a style sheet was missing. How can it be missing if I got it from artisteer?


Confirm that you uploaded your style.css to your server and there is a call in your header.php to it like:

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
 
nalani

Posted: 6/8/2009
Quote message 

its in there.... where else could a style sheet be missing? :-( I hear such great things about this program but i have yet to experience them...
 
nalani

Posted: 6/8/2009
Quote message 

i have done another template and uploaded it to my wp thru godaddy. when i go to themes i can see it... the theme i did is there completely but when i look at it before i activate it, most of my template is missing. The message i get from wp is that a style sheet is missing. how can i see my template but when i go to look at in thru the activation screen it is missing so much info?
 
Garry

Posted: 6/8/2009
Quote message 

Confirm that the style.css exists in your theme files and there is a call to it in your header.php
 
nalani

Posted: 6/9/2009
Quote message 

in my header.php this is listed:

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->

i have a stylesheet.css, style ie6.css, and style ie7. css
 
Garry

Posted: 6/10/2009
Quote message 

Confirm if there is a folder named images under your theme files on your server
 
nalani

Posted: 6/11/2009
Quote message 

i did not have one but i went and made one..... and then.... there it was..... I dont know you Garry but i love you!!! thank you so much...... !!!!!! :-) :-D
 
Garry

Posted: 6/12/2009
Quote message 

If you have the .atrx file(file generated by Artisteer on creation of theme) open it with Artisteer export your theme again and see if it exports an images folder in your theme files, if yes, copy all the images from that folder and upload into your newly created images folder in your theme folders on your server
 
MadCityAds

Posted: 10/25/2009
Quote message 

I was not sure how to post a NEW question, so I will piggyback on this one. I am working on a site I did not create and have very little experience with Artisteer. I am experiencing issues with all version of IE in displaying the site http://www.crosspointwi.com

It looks great in Firefox and Chrome on the PC and Firefox and Safari on the mac as well. Can anyone tell me why only the background of this site is showing up and nothing else?
 
Garry

Posted: 10/25/2009
Quote message 

You should contact Artisteer support on the issue
 
MadCityAds

Posted: 10/26/2009
Quote message 

Quote Garry:

You should contact Artisteer support on the issue


Garry,

Thanks, I did that and have gotten some further direction from Artisteer support. I will update the post here if/when I figure this out in case anyone else is experiencing the same issue.

 
  Page 1 of 2 Next Last 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *