tbresch
Forum Replies Created
-
Hey great work on the site!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Integration with constant contactForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Integration with constant contactI’m also looking for a solution to this!
This is a great plugin (GA of choice : )
But….Not sure why but the dashboard fails to load all incoming ‘feeds’ and actually prevents me from moving/arraning the admin modules.
I’ve had the same issue with the plugin on a recent install – even though it has worked flawlessly on other installs.
I’ve tried activating/deactivating to no avail.
Can this be attributed to a buggy install?Thanks for your help!
Forum: Fixing WordPress
In reply to: Dashboard FrozenI’m having a similar problem. I’m able to access the options/menu on left but the dashboard is frozen. No incoming links, no recent comments, and I can’t move/arrange the modules on the back-end.
I’ve tried deactivating the plugin, but it did not help.
I’ll try to delete the plugin to see if that works.Anyone else had an issue/success with this?
Thanks!
I’m having the same problem. Is there anyone who can help?
Forum: Themes and Templates
In reply to: Mining for themesYeah, both are ok. I’ve found that a lot of developers are posting to their individual blogs or websites. Seems as though they’re hesitant to post to the wordpress pools.
Forum: Themes and Templates
In reply to: Mining for themesForum: Themes and Templates
In reply to: Help customizing The Morning After header!Hey, try this.
1.Create the header as an image in Photoshop.
2.Upload it to the proper folder on your server (wp-content/themes/themasterplan_tma_v1.3/tma/images/bg).
3.Use CSS to place it as the background image for #topbanner (line 57).
4.Adjust the width and height of the div to match your image’s dimensionsLet me know if this helps.
Forum: Fixing WordPress
In reply to: Displaying Custom Fields One At a Time.I’m trying to get the same effect except i only need to display one image per page… right now, i’m using this…<div id=”sidebar”><img src=”https://www.breschcraft.com/gorges/wp-content/themes/fallseason-10/images
<?php $values = get_post_custom_values(“sidebar_page_img”); echo $values[0]; ?>.jpg”>
</div> this is cool, because I can actually see where an image would be displayed, but unfortunately there is no image. I just need to dislay a unique image per page…. I’ve probably overcomplicated all of this. Please help!