Forum Replies Created
-
AuthorPosts
-
December 29, 2015 at 3:06 am in reply to: Multisite static homepage won’t change template on subsites #175036
josefinsund
MemberGreat advice, thank you Jamie!
December 24, 2015 at 7:25 am in reply to: Multisite static homepage won’t change template on subsites #174739josefinsund
MemberHmm I'm a little confused, I'm the one creating the sub sites. Can't figure out why the landing page template won't stick when I choose it as my front page on my sub-sites.
December 15, 2015 at 6:40 am in reply to: How to change the blog template to landing page template on parallax? #173822josefinsund
MemberAnyone with any tips please? Have to submit my project tonight:(
December 14, 2015 at 3:47 pm in reply to: How to change the blog template to landing page template on parallax? #173793josefinsund
MemberFigured that out as well:) Only thing I need help with is moving the content to the top and remove the blank white space before the content and the top. I added the code //* Remove all post titles
remove_action('genesis_entry_header', 'genesis_do_post_title');on single.php and theres a gap between the content and the top of the page, does anyone know how I would move the text up for the single.php template. Last thing before I'm done with my project any help from the community would be much appreciated:)
December 14, 2015 at 2:14 pm in reply to: How to change the blog template to landing page template on parallax? #173791josefinsund
MemberGot it to work! Unfortunately some of the css of landing page haven't transfered to new single.php. Does anyone know how would I edit the css of just the single.php template?
Cheers
December 14, 2015 at 6:21 am in reply to: How to change the blog template to landing page template on parallax? #173760josefinsund
MemberHi Christoph, thank you but still struggling with this. I copied over the single.php to my parallax child theme folder and added the code from the landing page to the single.php template but nothing changes what I'm missing?
This is what's on the single.php
<?php
/**
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Templates
* @author StudioPress
* @license GPL-2.0+
* @link http://my.studiopress.com/themes/genesis/
*///* This file handles single entries, but only exists for the sake of child theme forward compatibility.
genesis();and then below I have the landing page template code.
-
AuthorPosts