Jollyirishman
Forum Replies Created
-
I’m having the same problem. I get emails saying there was a submission but I recieve no data. There is no data about page hits or contact info. I’m not a coder so the info above just confuses me.
Forum: Plugins
In reply to: [Videopack] Gallery Short codeFigured it out! The post id at the bottom of the video edit screen was not the same as the one in the url.
Forum: Plugins
In reply to: [Videopack] Gallery Short codeI’m trying to insert a gallery into a page from the media insert window. I click on multiple video and then click insert to gallery. This is the shortcode that shows up on the page after I do this:[KGVID gallery=”true” gallery_orderby=”ID”][/KGVID]. I went back and added in the video post numbers and still nothing happens.
Forum: Fixing WordPress
In reply to: Problems with child themeby use my own url do you mean my website’s url?
Forum: Fixing WordPress
In reply to: Problems with child themeSo are you telling me the only way for wordpress to recognize my child theme is for the original parent theme to be on my server? I added a version no. but I’m really afraid to download the update and the child theme still not work. I spent many hours getting things the way I want them and I don’t want to have to do it all over again. I’m new to web development and I don’t know code. I had to use firebug and muddle through. Will I experience any major compatibility problems in the future if I don’t update the parent theme?
Forum: Fixing WordPress
In reply to: Static home page and post pageNo I don’t want all static pages. I want one front page where post don’t appear. I want my home page to be this page. I want the episodes page to be my post page and yes I have that page up. It is http://www.secondcoursepodcast.com/episodes. The static page is http://www.secondcoursepodcast.com. Every time I post to the blog page(episodes) a blank content content window shows up on the home page. If I don’t select a static page and don’t post any content on the home page I can post to the episodes page without a content window showing up on my home page. It means making new pages and not post. Doesn’t bother me just means a little more back end work.
Forum: Fixing WordPress
In reply to: Static home page and post pageThing is if I have a post page and put a post up the content bod shows up on my homepage is because the content box is apart of the static homepage. If I don’t use post only pages, no content box will show up.
Forum: Fixing WordPress
In reply to: Static home page and post pageI figured it out. The problem is the content box will come up no matter what unless I don’t use the post/blog function to post content to my pages. It looks like I will have to create a new page for each episode and post those pages on my episodes page. No bigggie just a little more work then I wanted.
Forum: Fixing WordPress
In reply to: Static home page and post pageI did everything the way those instructions have told me to do it multiple times and it still shows up on my static page.
Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.I did copy and paste the old code into a word document just in case I needed to put it back. I just did that now.
Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.No I did not
Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.The stylesheet
Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.Still no dice after adding !important.
Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.I added it to the first navi section under the menu banner. Should I have added it somewhere else. Does this mean anything to you:
.logo1 {
height:35%;
margin:0 0 2.25em;
box-shadow:1px 1px 3px #111;
width:50%;}.logo2 {}
.logo3 {}
.roundedborder {
border:3px solid #4a4646;
border-radius:6px;}.rounded {border-radius:6px;}
#content>li {
background:rgba(180,176, 157, .80);
float:left;
line-height:1.3em;
margin:0 0 2.25em;
padding:2%;
border:3px solid #4a4646;
border-radius:6px;
box-shadow:1px 1px 3px #111;
text-align:justify;
text-shadow:0 0 1px #AAA;
width:62%;}Forum: Fixing WordPress
In reply to: I want to make the header and menu box clear.Not sure I did this right.
this is what I had before:
background:bottom url(images/purple.png);
border-top:solid 1px #1c1c1c;
border-bottom:solid 1px #1c1c1c;
box-shadow:0 0 20px #111;
left:0;
margin:25px 0 0;
padding:10px auto 0;
position:absolute;
text-align:center;
top:0;
width:100%;
z-index:100;}And this is what I had after:
#navi {
background:none repeat scroll 0 0 transparent;
border-top:none;
border-bottom:none;
box-shadow:none;
left:0;
margin:25px 0 0;
padding:10px auto 0;
position:absolute;
text-align:center;
top:0;
width:100%;
z-index:100;}