EvolveDesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP 403 Error – No ResolutionOkay, after 4 hours, I realized that the plesk settings were overriding the .htaccess file and I had to manually add the index.php to the index directories through plesk’s panel.
Forum: Fixing WordPress
In reply to: HELP ME PLEASE!!: Posts vs. Pagesokay, I think I’m either going to do that, or keep the page as is and just create the posts in addition to this, and link them within the sections on the page.
Forum: Fixing WordPress
In reply to: HELP ME PLEASE!!: Posts vs. PagesBut i want the page to look the way it does now but under each location, I want the user to be able to comment on it. Each one.
Forum: Themes and Templates
In reply to: Widget Spacing HelpI do have the reset codes at the opening of my stylesheet
Forum: Themes and Templates
In reply to: Widget Spacing Helpi fixed it with clear: both
Forum: Themes and Templates
In reply to: Widget Spacing Helpi’m familiar with the css, its the php that is throwing me. I understand the titles are styled with the h5, as it was originally an h2 from where I pulled the code, and I adjusted it, but even then, it was displaying a huge gap. I have also been using firebug, but it just shows a large space that seems to be connected with the h5, yet I can’t change it.
Forum: Themes and Templates
In reply to: Widget Spacing Help// Declare sidebar widget zone if (function_exists('register_sidebar')) { register_sidebar(array( 'name' => 'Sidebar Widgets', 'id' => 'sidebar-widgets', 'description' => 'These are widgets for the sidebar.', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>' )); }
that is my functions.php
i have tried these CSS codes with no success
#sidebar {
float:right;
width:300px;
margin: 0;
padding: 0;
}#sidebar .widget-title {
padding:0;
}.widget {padding: 0px;}
.widget-content {margin-top: 5px;}you can view the site here
excuse the rest of the appearance, its a work in progress
This is probably a stupid questions but I’m first and foremost a designer, this is my first developer job on a dynamic site like wordpress, but my client’s hosting is through godaddy.com, does anyone know where I can find the absolute path there? I don’t know why its so tedious to link these images up this way.
Forum: Themes and Templates
In reply to: Navigation Bar Help on Custom Themeohhh. I’m sorry, I misunderstood you. I thought that you were telling me to define the width of the header as 1003px.
Thank you very much! That fixed it. I knew it was me just making stupid mistakes.
Thank you! ??Forum: Themes and Templates
In reply to: Navigation Bar Help on Custom Thememy header works fine with the page wrap. its the menu that doesn’t react with the rest of the page. I want it to stay centered with all the content and move with it.