TinkJul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where to place css when adding child themeI tried to do that yesterday, it won’t let me. It wants me to submit content or it pops up and says “not so fast”.
All I can do now is post. There isn’t even a button to click that says resolved.
Sorry
Forum: Themes and Templates
In reply to: Where to place css when adding child themet
Forum: Themes and Templates
In reply to: Where to place css when adding child themeThank You!
Forum: Themes and Templates
In reply to: Where to place css when adding child themeHi Justin,
One more question. I have everything set up now with the child theme. Of course now I have an update to my parent theme. Can I make the update and not lose anything?
Thanks!
Forum: Themes and Templates
In reply to: Where to place css when adding child themeI just found a plugin for this. The Child Theme Wizard. It worked right away. Some things messed up, my sidebar widgets went into my footer and my colors. Nothing I can’t fix though. Woot! 🙂
Forum: Themes and Templates
In reply to: Where to place css when adding child themeI can’t get the child theme to show up in the themes to activate it.
My theme has a plugin for custom css. This is what I put there and nothing is happening. Should the placement be somewhere else and is the html correct?
Thanks./*
Theme Name: AccessPress Ray
Theme URI: http://joyfulgiftsbyjulie.biz/accesspress-ray-child/
Description: AccessPress Ray Theme
Author: Julie Tucker
Author URI: http://julietucker.com
Template: AccessPress Ray
Version: 1.0.0
/*<?php
function theme_enqueue_styles() {$parent_style = \’parent-style\’;
wp_enqueue_style( $parent_style, get_template_directory_uri() . \’/style.css\’ );
wp_enqueue_style( \’child-style\’,
get_stylesheet_directory_uri() . \’/style.css\’,
array( $parent_style )
);
}
add_action( \’wp_enqueue_scripts\’, \’theme_enqueue_styles\’ );
?>Forum: Fixing WordPress
In reply to: All plugin installations failI really don’t understand a lot of this. I have always been able to add a plugin whenever I needed one with no trouble.
I will send your link to my host tomorrow and ask him about it. Can’t do it tonight. He’s one of those who sleeps at night and if anyone of his customers sends him a ticket his alarm goes off. lol
If you have any other info I might send him tomorrow that you can think of that would be great.
Thanks for your help.
Forum: Fixing WordPress
In reply to: All plugin installations failI am the only user.
Forum: Fixing WordPress
In reply to: All plugin installations failEvery time I try to install something I get this:
Downloading install package from https://downloads.wordpress.org/plugin/backupwordpress.3.1.1.zip…
Download failed. Failed to write request to temporary file.
Return to Plugin Installer