BBakes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Jkreativ Lite: Featured image –functions.php– Please helpFixed it!
Apperance > Editor > Theme functions (functions.php) > add add_theme_support( ‘post-thumbnails’ ); to the code as I have below > Update code > Refresh.
It’ll add the featured image ability into your next post!
<?php
/**
* Load
*/require_once locate_template(‘/lib/init.php’); // initialize
require_once locate_template(‘/lib/themes-functionality.php’); // additional themes functionality
require_once locate_template(‘/lib/init-menu.php’); // initialize menu
require_once locate_template(‘/lib/newadmin.php’); // new admin
require_once locate_template(‘/lib/scriptstyle.php’); // loading style & script
add_theme_support( ‘post-thumbnails’ );
/*
* EOF
*/Forum: Themes and Templates
In reply to: Media not showing up above post titleHi Kdrew
Not sure if you’ve figured out the issue with the images but I just did! Yay! I found that others were saying to add add_theme_support( ‘post-thumbnails’ ); to the php but I can’t sure how/where. But I just fixed it and I can now add images into the title.Apperance > Editor > Theme functions (functions.php) > add add_theme_support( ‘post-thumbnails’ ); to the code as I have below > Update code > Refresh.
It’ll add the featured image ability into your next post!Apologies if you’ve already done it, but I was so happy to find out how to do it I thought I should share. Just have to figure out how to resize it now :/
Cheers
B<?php
/**
* Load
*/require_once locate_template(‘/lib/init.php’); // initialize
require_once locate_template(‘/lib/themes-functionality.php’); // additional themes functionality
require_once locate_template(‘/lib/init-menu.php’); // initialize menu
require_once locate_template(‘/lib/newadmin.php’); // new admin
require_once locate_template(‘/lib/scriptstyle.php’); // loading style & script
add_theme_support( ‘post-thumbnails’ );
/*
* EOF
*/Forum: Themes and Templates
In reply to: Post Images on JKreativ LightHi – sorry to hijack the question! But I’m having the same issue with the image not showing however, I don’t have the screen options in the screen shot? Any idea why not?? I’ve had to ad the image in as html into the title, which isn’t ideal, but I can’t figure out how to do it otherwise! :/
BForum: Themes and Templates
In reply to: Media not showing up above post titleHey – I’m having the same problem with this theme.
I found that if I put the html for the image into the title field, it will show up. HOWEVER, then I have a giant link for a title in the backend :/ Also, I’ve found that the only thing that clicks through to the actual post is the date and if you click on the image it goes to a zoom of the image. So if anyone else has figured this out, let me know too!
CheersForum: Reviews
In reply to: [Jkreativ Lite] Looks great – won't customizeHi. You’ve probably fixed it already, but I found that you need to change the images under Apperance > Theme Options > Side Navigation Logo to change the name in the left nav. Cheers.