exposureclothing
Forum Replies Created
-
Ok found the culprit! It is this premium plugin! http://codecanyon.net/item/premium-gallery-manager-/200999
As soon as I added it the woo layout got messed up!
Now off to ask them about it.
Ok, test version is on justhost.com and it works perfectly.
The bad one is on a godaddy server, the background premium plugin did give me an error after install but developer gave me a php to replace and it worked then. But the layout of add a product in woo is messed.
GOing to do a fresh wp install on temp folder in godaddy server and install woo and then the bg plugin and troublshoot.I am thinking a woo css got messed up somewhere.
Forum: Fixing WordPress
In reply to: K new modularity problem with repeater.pngIt should be a basic image swap on server, not sure what could of gone wrong. Might have to remove template and start from scratch again.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Swap text for logo in modularity themeK a great person helped me out today with this so I figured I would post it to others that have the same issue.
In your header php locate this part and fill in with your data:<div id="masthead"> <h4 class="left"><a href="<?php echo get_settings('home'); ?>/" title="Home" class="logo"> <img src="http://yoursite.com/logo.jpg" width="150" height="80" border="0" alt="your tag here" /> </a> <span class="description"><?php bloginfo( 'description' ); ?></span></h4> </div>Minus the backticks
For some strange reason I had to host my logo on a different server of mine to make it work, perhaps someone else would know why it wouldn’t work in my theme folder. The height and width can be changed for your logo.Forum: Fixing WordPress
In reply to: Swap text for logo in modularity themeHey Christine, I think I have it figured out, will play with it and see.
Thanks
SForum: Fixing WordPress
In reply to: Changing modularity background color to white while having bg imageK got it! I changed the background color via the admin panel, the last time I tried that it removed the background image too so it seemed to be one or the other. Got it to work now though!!
Thanks
SForum: Fixing WordPress
In reply to: Changing modularity background color to white while having bg imageWould it be in here somewhere? This is the funtions php file
// Give Modularity a custom background
add_custom_background();// Allow custom colors to clear the background image
function modularity_custom_background_color() {
if ( get_background_image() == ” && get_background_color() != ” ) { ?>
<style type=”text/css”>
body {
background-image: none;
}
</style>
<?php }
}
add_action( ‘wp_head’, ‘modularity_custom_background_color’ );Right now on a wide screen I see the black sides outside of image, I am going to resize the final image smaller so there will be more black, I need it to be pure white.
Thanks!!
Forum: Fixing WordPress
In reply to: Changing modularity background color to white while having bg imageForum: Fixing WordPress
In reply to: How to remove the following from my templateOh forgot to mention that I can’t even drag the available widgets to the sidebars either, I get the plus thing and drag and nothing.
Forum: Fixing WordPress
In reply to: How to remove the following from my templateI tried the widget removal thing, on the right side the right sidebar panel is empty as is the left sidebar panel and there is nothing to drag out to remove. Not sure if the admin panel and the template are not communicating. It shows me available widgets, archives calendar categories etc…. and under it is a panel that shows inactive widgets, which is empty. Not sure what to do with that.
Forum: Fixing WordPress
In reply to: How to remove the following from my templateHey PAE, I just actually removed the php files from my server and it removed them. The code you posted, which php file would those be in?
Thanks for looking!
S