Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantYou also added } to the end of the php which caused the white screen of death!
Check your Custom Background page now Sunil.
Brad Dalton
ParticipantI didn't advise doing that.
Put the CSS code in your child themes style.css file and the php in your child themes functions.php
You'll need to access these files using FTP or your web hosts File manager in cPanel and delete the code you added.
If you can't do this, email me your cPanel or FTP details and i'll fix it.
Brad Dalton
Participant/** Add support for custom background */
add_theme_support( 'custom-background' );This will enable the custom background page
Add the code to your child themes functions.php file
You can also use this in your child themes style.css file
body {
background-color: orange;
}
Brad Dalton
ParticipantAdd the email address you use in your WordPress settings to your Gravatar.com account.
Brad Dalton
ParticipantUse the built in Background function under Appearance in your WordPress Dashboard
Brad Dalton
ParticipantThe people leaving comments on your blog aren't using an email address which is linked to a Gravatar.com account
Brad Dalton
ParticipantUse Genesis Simple Edits and Genesis Simple Hooks plugins.
There's already a post on this forum about how to do this. http://www.studiopress.community/topic/how-do-i-remove-filed-under-and-tagged-with/
Remove Post info and post meta
Brad Dalton
ParticipantIts normally in your public_html root directory (WordPress files) not in your theme files.
I'd be careful editing that file unless you know what you are doing. (backup first)
Any good web host will help you with that file.
What are you trying to make faster? Where did you get the code or tutorial to do this?
Brad Dalton
ParticipantTry this:
WordPress > General Settings > Date Format
You'll see a field for custom
Brad Dalton
ParticipantWhy don't you use the post i.ds for the ones you want to display in the slider?
Include or Exclude by Taxonomy ID
List which category, tag or other taxonomy IDs to exclude. (1,2,3,4 for example)
Example i.d's: 27165, 27123
The images need to be cropped to the exact same size before adding them as featured images. (posts and pages)
Your settings may not be configured correctly as well.
January 10, 2013 at 2:44 am in reply to: Education Theme used for website, but asked to create a Landing Page #10887Brad Dalton
ParticipantYou can create a landing page using this tutorial http://www.briangardner.com/create-landing-page/
or
Install the Premise plugin http://www.copyblogger.com/landing-pages/
Brad Dalton
ParticipantBrad Dalton
ParticipantMaybe you can download the News child theme again and compare the values in the style.css file to your existing file.
The values in your image look different to what the default news headings CSS looks
You could take a backup of your style.css file and upload a new one to see what happens.
Brad Dalton
ParticipantI'd post that here http://my.studiopress.com/help/
There's some HTML and CSS errors showing when using this tool http://validator.w3.org/
Technical Issue that Nick will know how to fix.
Your animated Favicon looks good!
Brad Dalton
ParticipantBrad Dalton
ParticipantWould be far better on Genesis than Blogger.com.
There's a new tool you can use to move all your posts and images here http://core.trac.wordpress.org/attachment/ticket/4010/blogger-importer.zip
Brad Dalton
ParticipantBrad Dalton
ParticipantHard to take a look because can't use Firebug web dev tool as you have copyscape installed and there's no right click.
Brad Dalton
ParticipantYou'll find the sizes for heading under the /* Headlines
------------------------------------------------------------ */
section of your child themes style.css fileI only gave you an example for h3
You'll need to edit the h1 h2 values
Backup the file first and change the values for h1 and h2 font-size: 24px;
Brad Dalton
ParticipantRight click and copy the file from the Genesis files and paste it into your child themes root directory.
I tested this on a local install without error but i am not familiar with the gallery plugin.
The code didn't display a comment field so it doesn't work.
Why not use this: http://wordpress.org/extend/plugins/carousel-without-jetpack/
'The carousel feature transform your standard galleries into an immersive full-screen experience with comments'
-
AuthorPosts