Forum Replies Created
-
AuthorPosts
-
TGoeddeMember
I also tried adding the Text/Embed code into the secondary sidebar menu widget, but that doesn't show anything either.
TGoeddeMemberI updated and lost my simple-sidebars plugin usability. Support knows of the issue and is trying to write a work around. Meanwhile, my site doesn't have the intended and necessary sidebar navigation. I hope they fix this really soon!
TGoeddeMemberWhat I'd like to see is the text widget over the middle of the background photos.
TGoeddeMemberThanks Pixel Frau!
The second method worked best. Made my text area nice and narrow.
Second question. Now how do I make the 2 other background images show their full self? As the first text widget moves up, it covers the second image and the black background shows up before the second text widget has a chance to fully move up. Almost as if the "timing" is off. Maybe the text widgets need to slow down a bit. Is that even possible? See what I am talking about here http://www.infinityhomesnw.com/betaTGoeddeMemberI am not seeing any kind of a tutorial for the slider plug in. Will it directly replace the WP-Cycle plugin on my home page? Right where the WP-Cycle plugin shows up on the upper right portion of the landing page. I can't update WP-Cycle any more with the newest WP version so I will need to change a lot of my sites once I figure this out. Of course I have a client that want s updates RIGHT NOW. I have edited the settings for the GRS but don't see where to add images or anything. I am a little confused on how to make it replace the WP-Cycle plug in and have GRS replace it.
TGoeddeMemberThank you for the tips. I used the code from the link to create a noheader_custom.php file. That worked in part.
http://www.cascadepest.com/top-50-rat-and-rodent-control-companies/
I tweaked the code slightly to try to remove all widgets, but as you can see, the side bar widgets and lower 3 widgets and footer are still showing. I want this page to be void of all company information that is shown in those areas. It is purely a marketing page to help SEO rankings by creating cross links.Can you alter this code to get rid of that for me?
<?php
/**
* This file adds the Custom Landing template to the Metro Theme.
*
* @author Brad Dalton
* @package Generate
* @subpackage Customizations
*//*
Template Name: No Header Pages
*/// Add custom body class to the head
add_filter( 'body_class', 'metro_add_body_class' );
function metro_add_body_class( $classes ) {
$classes[] = 'custom-landing';
return $classes;
}// Remove header, navigation, breadcrumbs, footer widgets, footer, widgets
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
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_action( 'genesis_after_header', 'genesis_do_nav' );
remove_action( 'genesis_before', 'genesis_do_subnav' );
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
remove_action( 'genesis_after', 'genesis_footer_widget_areas' );
remove_action( 'genesis_after', 'genesis_footer_markup_open', 11 );
remove_action( 'genesis_after', 'genesis_do_footer', 12 );
remove_action( 'genesis_after', 'genesis_footer_markup_close', 13 );genesis();
Thanks so much!
TGoeddeMemberCreating a "landing page" will not effect the rest of the site will it? I am assuming I would create this and then on the page dashboard under PAGE ATTRIBUTES then TEMPLATE I will find it in the list. No? Or will it be under the parent menu?
TGoeddeMemberStill trying to get some help in centering navigation menus. I have several of these Enterprise themed sites built that need to have the buttons centered up not left or right aligned.
Example: http://newcoredevelopment.com/
TGoeddeMemberI still need to know where to apply that display:inline-block trick. There are many instances of that in the .css file. Please help me figure this out as the enterprise theme really needs to have an option to center the menu tabs. Always being left aligned does not always look so good, especially if you only have a couple of buttons.
TGoeddeMemberWhere do I try that? There are several instances of "display".
-
AuthorPosts