Forum Replies Created
-
AuthorPosts
-
April 5, 2017 at 7:48 pm in reply to: Page fullwidth background image for the Digital Pro theme? #204360
dmcs32653
MemberPlease check here: http://www.northfloridasleepsolutions.com/snoring-sleep-apnea-treatment-gainesville-fl/
I achieved what I needed through creating a new fullwidth-page template and changing/adding css.
I know this solution is not ideal though. It messes up the layout when scaling the page down to different width.
Is there a better approach?
My fullwidth-page template has the following code:
//* Add landing body class to the head
add_filter( 'body_class', 'digital_add_body_class' );
function digital_add_body_class( $classes ) {$classes[] = 'fullwidth-page';
return $classes;
}
//* Run the Genesis loop
genesis();dmcs32653
MemberHmm.. when I remove that line it shows a Fatal error for the next function...
dmcs32653
MemberThank you, Brad.
A follow up question:
Do I just change this code:
function genesis_attributes_site_footer( $attributes ) {
$attributes['itemscope'] = true;
$attributes['itemtype'] = 'http://schema.org/WPFooter';return $attributes;
to:
function genesis_attributes_site_footer( $attributes ) {
$attributes['itemscope'] = true;
$attributes['itemtype'] = 'http://schema.org/Plumber';return $attributes;
Or will I have to insert one of the Genesis Filters? If so, which one and where do I place it?
Your answer is much appreciated.
dmcs32653
MemberI reinstalled WordPress and it works now. I have no idea what was causing this issue. I can only assume my database was messed up after importing a local one.
dmcs32653
MemberThe big problem is that I have no idea how to upload a logo and get rid of the text - site title and description. The theme is set up to do it thru a Customizer, but since it's not working how to deal with this issue?
March 15, 2016 at 2:43 pm in reply to: Workstation Pro: adding content after featured page widget #181476dmcs32653
MemberSorry, I posted it in a wrong place. Please disregard!
March 15, 2016 at 2:29 pm in reply to: Workstation Pro: adding content after featured page widget #181473dmcs32653
MemberWorkstation Theme:
Is it possible to implement full width sections with text similar to Workstation homepage on internal pages that use full width content layout? So the background color stretches beyond the 1200px width?
Thanks,
MagScreenshot: https://www.dropbox.com/s/f9jdhj1tkd6rn6l/About_-_2016-03-15_16.26.33.png?dl=0
February 25, 2016 at 7:38 am in reply to: How to display a featured image on a post page in Workstation? #179880dmcs32653
MemberThank you! Thank you!
-
AuthorPosts