philtyler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Photolab] Justify Text on Landing Page and Footer WidgetsThe section under the header photo is split 60/40 with a photo. Leaving just text makes it all on the right. I couldn’t figure out why, until I added a photo. Now it looks good.
The widgets start on the left and move right. I too would like them centered. Please let us know if you figure out how to do it.
Forum: Themes and Templates
In reply to: [Abaris] Recent Posts (slide)I removed that line and it only removed the text inside of the small post box. What about removing only the text below the boxes?
Forum: Themes and Templates
In reply to: [Abaris] Abaris theme causes white screen in wp-adminHappened to me too. I was using the editor and while saving it kind of froze. Then the white screen happened. I had to go into the cpanel and re-upload the file I was working on.
Forum: Themes and Templates
In reply to: [Abaris] Unable to change background colorThose are hard coded in. You have to go to the editor and then the home-info.php
Forum: Fixing WordPress
In reply to: Random PostIt works!!!
Thank you so much!
Just so other dummies know, the index file is in the theme folder that you are using. WP-content/themes/’your theme here’/index
Forum: Fixing WordPress
In reply to: Show posts in random orderWhere do you put that above code? I have a very simple site up with only 10 posts. I would like the 10 posts to always be random.
Forum: Fixing WordPress
In reply to: The Minimatica theme only shows 4 gallery images…Thank you soooo much. I added just the “//” to that one line and its fixed. bad ass.
Forum: Fixing WordPress
In reply to: Adding a picture behind the slider area of minimatica themeedited. I’m dumb.
Forum: Fixing WordPress
In reply to: Adding a picture behind the slider area of minimatica themeThanks guys!
Just in case any other n00bs need more info..
in the style sheet, find the following code and ADD the BACKGROUND lines. I had a repeating tile..
#slider { position:relative; height:410px; padding:30px 0 30px 0; margin-bottom:20px; background-image: url("https://url of image.jpg"); background-repeat:repeat; -moz-box-shadow:0px 0px 20px #999; -webkit-box-shadow:0px 0px 20px #999; box-shadow:0 0 20px #999; }
What about replacing the black with a small repeating jpeg image?
Forum: Fixing WordPress
In reply to: Adding a picture behind the slider area of minimatica themeHey Autumnboy, what exactly did you do to make it work?
Thanks!Forum: Plugins
In reply to: Return section of page?I forgot to mention, that site is prob not wordpress, but can it be?
I was thinking about making each restaurant a CATEGORY and each special a post. I would have to tag each post with the day of the week and then have the tags on the home page. If someone clicks a day, it should pull up those specials…it should work, but it would be a mess.
Thoughts?
Forum: Themes and Templates
In reply to: Adventure Journal Theme footerYea, you could just delete it, but I would like to edit it…I can’t seem to find where the specific code is. I want to change “Powered by WordPress” to “Created by —-”
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarAgain, the goal is to go to a separate page. This page will look just like the main page, but in each “post” will be a separate widget/plugin.
Things like: top posts, most commented etc.
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarIts been like a month and I can’t get it. I should follow that with I don’t know much about coding.
The first thing I tried was that plug-in you suggested. It should (I’m sure it does) let me execute a php within a post. So I installed and tested it using their sample test sentence. Works fine.
I then found a plugin that I wanted. I picked a “popular post” plugin. I installed it. I then made a new post and called it “My most popular posts”. I turned off the wysiwyg editors and everything just like the first plugin directed to.
in this new post I put:
<?php 'wppp.php'; ?>
hoping that it would put the most popular posts in, but nope..nada. Again, I know i’m calling it incorrectly, but idk coding.
My next idea was to do what esmi suggested and that was to make a new page template. lol, that lasted an hour or two.