mcubed1111
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stylesheet not loading in any browsersAny suggestions of where I need to put it?
Forum: Fixing WordPress
In reply to: Stylesheet not loading in any browsersTo update on this issue and give a little more information. When I inspect the element I am getting three error messages.
Uncaught TypeError: Cannot read property ‘prototype’ of undefined
afr.php:1 Uncaught SyntaxError: Unexpected token =
dynamic_used_04_728x90.html:1 Uncaught SyntaxError: Unexpected token =
impl.191-2-RELEASE.js:2 TRC.Manager.getReferrer : rendering in cross domain iframe
impl.191-2-RELEASE.js:2 TRC.Manager.getReferrer : rendering in cross domain iframeI have no clue what this means. Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Display only Post title and excerpt on category pageThanks for the suggestions. I’ll try the list category posts and see if that works
Forum: Fixing WordPress
In reply to: Display only Post title and excerpt on category pageCause I can already display it how I showed in my first post, the problem is just that I want a list of the posts, not a full recent post.
Forum: Fixing WordPress
In reply to: Display only Post title and excerpt on category pageAnd when someone clicks on the category on the side of the sidebar, that will take them to a list of all the posts with an excerpt for each one just from that code?
Forum: Fixing WordPress
In reply to: Display only Post title and excerpt on category pageOk Where do I put that code? Do I need to create category.php in my child theme?
Forum: Fixing WordPress
In reply to: Display only Post title and excerpt on category pageI am using theme twenty fifteen by the way
Forum: Themes and Templates
In reply to: Functions.php in child themeI don’t have it…unfortunately. I was trying to follow a tutorial on a website. And the code in my last post is what is in my child functions.php right now. So I realize I can’t add anymore code onto the functions.php in my child unless I reformat that code.
Forum: Themes and Templates
In reply to: Functions.php in child theme<?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’ );^That is what is in my functions.php right now….The code I tried to add was for a sidebar, I deleted it though….cause I realized I can’t just add that to functions.php or that will mess with the existing code.
Forum: Fixing WordPress
In reply to: Site crashed – Long error messageI just tried to access it through IE and was able to but it was in a messed up format. Does not work in firefox or chrome
Forum: Fixing WordPress
In reply to: Post URLI noticed also that when I just copy that URL of the article and post it into a new tab on my browser it comes up fine, but not when I click on it from one of my tweets