TheHypnonaut
Forum Replies Created
-
Thanks 🙂
Forum: Plugins
In reply to: [Advanced Editor Tools] [Plugin: TinyMCE Advanced] Doesn't WorkThanks
This is it
Fatal error: Cannot redeclare soundcloud_shortcode() (previously declared in /homepages/11/d424201237/htdocs/wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php:39) in /homepages/11/d424201237/htdocs/wp-content/plugins/soundcloud-shortcode/soundcloud-shortcode.php on line 109
Forum: Themes and Templates
In reply to: Why is my child theme messed up?I need this site up fast and I am forgoing the child theme. I’m new to css and I want to keep my sanity and my web audience.
Forum: Themes and Templates
In reply to: Trouble with Child ThemeI know what it is now….damn
Forum: Themes and Templates
In reply to: Trouble with Child ThemeI deleted functions.php from my child folder; however, there is now a white border around my pages and my footer widgets are skewed. What happened? All I have in my child is style.css, screenshot, and footer (I made changes to this fine. Below is the code I got.
Theme Name: target child Theme URI: http://demos.antthemes.com/target/ Description: A very neat and clean black and white business theme. The theme supports widgets. And features theme-options, threaded-comments and multi-level dropdown menu. A simple and neat typography. Version: 1.8.3 Author: Manishg Author URI: http://antthemes.com/ Tags: black,translation-ready,threaded-comments,light,two-columns,theme-options License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html Template: target */ @import url (".../target/style.css");
Forum: Themes and Templates
In reply to: Trouble with Child ThemeI think it has something to do with functions.php I deleted that from my child theme and I have my child up. The only thing now is that there is a white border around my pages. I do not like.
Forum: Themes and Templates
In reply to: How to Change widgit font colorO.k thanks. I downloaded the theme off the wordpress themes section. Either way, thanks for the help. Child Theme here I come.
I’m thinking conditional tags
Forum: Fixing WordPress
In reply to: Utilize the Space Where Sidebar was After Removing ItI found my solution. I had to modify this line of code in the stlye.css file
} .post-entry { float: left; overflow: hidden; padding-bottom: 10px; padding-top: 10px; width: 620px; }
Delete “overflow:hidden” and change the width to 964 or whatever you want.
Forum: Fixing WordPress
In reply to: Utilize the Space Where Sidebar was After Removing ItI forgot to add the link to the page
http://www.thehypnonaut.com/coaching-servicesall pages now look similar except for the ones where I wanted to keep the side bar. How do I make this two column page a one column that utilizes the whole page?
Forum: Fixing WordPress
In reply to: Utilize the Space Where Sidebar was After Removing ItI’ve been toying around with it for a while have manages to edit the code to have my content more to the right side of the page; however, I’m not sure where the code is that will allow me to utilize the left side of the page. Here is a bit of code from my style.css Is it in here somewhere?
#content_container {
margin: 10px auto;
width: 1250px;
}#content {
float: left;
width: 1300px;
z-index: 1;
}#content #left-col {
float: left;
padding: 20px 16px 20px 10px;
width: 620px;
z-index: 1;
}#content #right-col {
float: left;
padding: 3px;
width: 307px;
z-index: 1;Forum: Fixing WordPress
In reply to: Frustrated Beginner – How do I add custom menue for each paeBoy have I come a long way since this post 😛 I’ve learned so much about CSS; however, there is more to learn 🙂
Forum: Fixing WordPress
In reply to: How do I move the search bar?I’m enjoying the benefits of Firebug 🙂 Thanks James. That did position the search bar up there; although, for some reason it shows two search bars :/ I’m going to play around with the code a bit and do a good ol’ fashion trail and error.
Forum: Fixing WordPress
In reply to: How do I move the search bar?Thanks. First time wordpress user and I’m learning as I go along