Forum Replies Created
-
AuthorPosts
-
July 25, 2016 at 12:09 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #190179websiteproducerMember
The whole time the settings were in the Slider Settings. :/
July 25, 2016 at 9:22 am in reply to: Education Pro Responsive Slider Post Content Covers Image #190171websiteproducerMemberHi, any ideas how I can move that box down and over so it doesn't cover most of the picture?
July 22, 2016 at 2:01 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #190023websiteproducerMemberJuly 21, 2016 at 12:58 pm in reply to: Education Pro Responsive Slider Post Content Covers Image #189954websiteproducerMemberAnyone have some advice?
websiteproducerMemberI think I got it, had to remove the line about forcing the sidebar. Thx for your help!
websiteproducerMemberHi,
Didn't work. Is there anything else I should do or change a setting somewhere?
Thx.
websiteproducerMemberThanks. It worked for desktop.
Are there different settings for mobile? The iPad still shows them as thin and far to the left.
websiteproducerMemberAh ... went to Layout Settings and changed it, it worked. Thx so much! Really appreciate your help!!
websiteproducerMemberActually it does show up now under Page Attributes ...
Except Sidebars are still there.
websiteproducerMemberOk code looks like this:
<?php /* Template Name: Full Width Page Template */ //* Force full width content layout add_filter( ‘genesis_pre_get_option_site_layout’, ‘__genesis_return_full_width_content’ ); genesis();
How do I get this page to show up as a Page Attribute under Pages so I can select it?
websiteproducerMemberHere's ALL of the code on that page
<?php /** * This file adds the Landing template to the Education Pro Theme. * * @author StudioPress * @package Education Pro * @subpackage Customizations */ /* Template Name: Full Width Page Template */ //* Add landing body class to the head add_filter( 'body_class', 'education_add_body_class' ); function education_add_body_class( $classes ) { $classes[] = 'education-pro-landing'; return $classes; } //* Force full width content layout add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' ); //* Remove site header elements remove_action( 'genesis_header', 'genesis_header_markup_open', 5 ); remove_action( 'genesis_header', 'genesis_do_header' ); remove_action( 'genesis_header', 'genesis_header_markup_close', 15 ); //* Remove navigation remove_action( 'genesis_before_header', 'genesis_do_nav' ); remove_action( 'genesis_footer', 'genesis_do_subnav', 7 ); //* Remove breadcrumbs remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' ); //* Remove site footer widgets remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' ); //* Remove site footer elements remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 ); remove_action( 'genesis_footer', 'genesis_do_footer' ); remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 ); //* Run the Genesis loop genesis();
websiteproducerMemberDo I go into FTP, save a copy of page_landing.php and name it page_full_width.php
and then add this code to very top?
<?php
/*
Template Name: Full Width Page Template
*///* Force full width content layout
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );genesis();
websiteproducerMemberBut then how would I add sidebars?
Most of the site has sidebars except there are two pages where I would like full width? In those cases I thought I would select a template that said Full Width (instead of Default)
websiteproducerMemberHi, sorry ... which PHP file ... and where should I add it?
and will that give me the 'option' to select a new template for full width?
websiteproducerMemberThanks so much for your help .. and the tip! All worked perfectly! Really appreciate it.
websiteproducerMemberYes, and even more weird was it was taking the new Site Map URL and putting it in there.
I actually did these at same time ... logged in, updated WP, then created a Site Map page and downloaded a plugin to generate the Site Map ... so maybe it had something to do with the Site Map page but no idea what it could be.
websiteproducerMemberThat did it. Thx man!
I wonder when I update WordPress or the theme will it come back?
websiteproducerMemberThx for your help.
September 23, 2013 at 12:57 pm in reply to: StudioPress Themes Promo get themes "in the future" #63872websiteproducerMemberYes I saw that .. I thought all (or most) of the themes were made by others. I just logged into my account and looked at all themes available by StudioPress and thought I would have access to them all as per that e-mail you pointed out. Can you please point out the new StudioPress themes made in the last 6 Months? ... would like to see what's new.
Thanks.
-Will
-
AuthorPosts