enpinteractive
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: Karma Color Change?I figured it out.
Forum: Fixing WordPress
In reply to: Convert PSD to HTML 5 and CSS3kmessinger I appreciate your feedback, but as a developer you take a website designed in Photoshop, slice it up and export the image to HTML and CSS. Then you tie it to WordPress with WordPress hooks. I am looking for a WordPress theme developer who can point me in the right direction.
Forum: Fixing WordPress
In reply to: Convert PSD to HTML 5 and CSS3Yes, I need to take a Photoshop Document and convert it to Valid HTML 5 and CSS3.
Forum: Themes and Templates
In reply to: What is the name for this type of Image GalleryAwesome thank you very much!
Forum: Fixing WordPress
In reply to: add_menu_page?Got it!
add_action('admin_menu', 'register_custom_menu_page'); function register_custom_menu_page() { $icon_url = get_bloginfo('template_url') . "/images/admin/icon-favicon.png"; add_menu_page('custom menu title', 'Menu Name', 'add_users', 'themes.php?page=optionsframework', '', $icon_url); }Forum: Fixing WordPress
In reply to: WordPress 3.4 Upgrade / URL of site on log in pageesmi, I did as you suggested. It looks like it is theme specific.
Thank you!Forum: Fixing WordPress
In reply to: [NSFW] How in the world do I center my horizontal wp_nav_menu?!That worked perfect, thank you.
.noalign { width: 250px; margin: 0px auto 0px auto; }Forum: Themes and Templates
In reply to: Can anyone identify this theme?I did ask the developer, they said it was a custom theme, but I cannot believe that. I have a customer who wants a crappy site exactly like that, so I am trying to see if anyone can identify it.
Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)