patee333
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Activello] First two featured image on Home Page not alignedNo, it’s not. I contacted ColorLib directly and they said it’s caused by the JetPack image optimizer. But when I turned all of those off, it didn’t change anything.
Forum: Themes and Templates
In reply to: [Hitchcock] Running Ads, Adsense, Etc.Hi Anders,
Okay, I managed to figure out how to create a ChildsTheme. I saved a new style.css file in the theme directory. Added all the necessary details.
Now, I’m stuck on step 3 in that link you provided above. The Enqueue part which I’m not sure I am doing correctly.I created a functions.php file and I added this content into it:
<?php
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {$parent_style = ‘parent-style’; // This is ‘twentyfifteen-style’ for the Hitchcock theme.
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 ),
wp_get_theme()->get(‘Version’)
);
}**************
But when I log onto my wordpress dashboard and go to my Themes, I see this message:Broken Themes
The following themes are installed but incomplete.Name Description
Hitchcock The parent theme is missing. Please install the “Hitchcock Child” parent theme.What am I doing wrong?
Sorry, I’m really new to the Child Theme thing.Forum: Themes and Templates
In reply to: [Hitchcock] How to change the number of default posts?Thanks Anders. Sorry about #1. I knew that and totally forgot about it.
For #3, I don’t know how to create a Childs Theme. What do I need to do to create one?
Forum: Themes and Templates
In reply to: [Hitchcock] How to change the number of default posts?Is it possible to change the < / > at the bottom of the page that allows you to click to the next page? Can it be changed to text? Like PREVIOUS / NEXT?
Forum: Themes and Templates
In reply to: [Hitchcock] How to change the number of default posts?AND how do I remove the Page 2/2 off the top of the 2nd page and so on? Thank you.
It worked. Thank you. And I can adjust the 820px to whatever I like. Great!
Forum: Themes and Templates
In reply to: [Hitchcock] Removing Featured Image from top of PostIt worked! Thank you!
Forum: Themes and Templates
In reply to: [Hitchcock] Thumbnails question in the first page for HitchcockYou need to make sure to upload a “featured image” in each of your individual posts.
Hi Cais,
I basically go to the Page or Post, click on the NEXTGALLERY icon in the editing bar. From there, I create a new gallery, give it a gallery name and I upload photos. That’s it.
I’m not having problems displaying a gallery. I’m having problems displaying a gallery without it also wanting to display broken link for photos I have already deleted. There should only be 4 photos, not 12.I even uninstalled the plugin and reinstalled it. But under the Overview, it still says I have a total of 12 photos uploaded. It’s not registering that I deleted 8 of them already.
Forum: Plugins
In reply to: [Infopopup] Adjusting size of popup boxThanks Simon, yes, I figured out that out already on my own.