I'm experiencing a problem with my frontpage not displaying properly.. The page name is Frontpage and is set as my frontpage in the abundance theme option settings. It's using a dynamic template with just three elements..
http://screencast.com/t/jDn3I2KqckM9
Up until just today it has been working and displaying just fine. Yes, I've made several modification.. But, only to the custom.css and woocommerce-hooks.php, well and one line, 216, in the style.css for the header logo, but as far as I remember, and can tell, nothing else..
I haven't installed any plug-ins lately, but here is a list of what I have installed..
http://screencast.com/t/xmHcafnP#
I've even gone back thru most all the folders to compare date codes for each file in the theme and plug-ins to make sure all the file dates and times match... (thinking maybe I forgot or am overlooking something that I had done)(which is possible)..
Now here is the kicker.. If I view the page from the editor, it displays just fine! When I add the same page (Frontpage) to the menu, and click on it, it also opens up and displays just fine. When I duplicate the page as Frontpage2, it also displays just fine thru the editor or menu. But even if I change the theme setting to use the Frontpage2 as the front page instead, the homepage does not display correctly.. heh.. I just don't get it.. So frustrating this can be at times..
Here is a link to my site..
I've added both Frontpage and Frontpage2 as pages to a pull down menu under Home. I've also added Frontpage to the main menu itself as a page.. Click on any one of them, or all of them, as they will all display correctly, and the way it is suppose to be.. But click on Home again.. and walla, the top element is gone.. and it's exactly the same page! I just don't get it.. could someone please explain to me how this might occur.. What could I possibly be overlooking?
Ok.. Just to answer I know what will be the next question.. here is the complete content of my custom.css...
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Commented out line 216 of /wp-content/themes/abundance/style.css /"height:200px; remove this if you want no specific height for the header. it will adjust to the logo size then"/ (11/05/2012) */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modifications to Re-Size and Top Align Search Form/Submit and Social Bookmarks on All Headers (11/05/2012) */
#header #searchform {
top: 25px;
}
#header #searchsubmit {
height: 25px;
}
#header .social_bookmarks {
top: 26px;
}
#header #s {
padding-top: 5px;
padding-bottom: 5px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modification to Fix Text Alignment of Product Description using List View on Product Category Pages with "WooCommerce Grid / List toggle" Plug-in v0.1 (11/13/2012) */
ul.products.list li.product .thumbnail_container {
width: 200px;
float: left;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modification to Adjust Price font Size in Title Container of Single Product Pages (11/12/2012) */
#top .price_container .price .amount, #top .price_container .price ins .amount, #top .price_container .price ins {
font-size: 20px;
font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modification to Right Align "Add to Cart" Button in Tab Area of Single Product Pages (11/13/2012) */
/* Additional Modifications were made to /wp-content/plugins/woocommerce/woocommerce-hooks.php to Remove All Contents of Summary Area and Place "Add to Cart" Button in Tab Area (11/13/2012) */
#top.single-product form.cart {
margin-bottom: 0px;
float: right;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Modification to Properly Align Tab Area of Single Product Pages with Product Thumbnails (11/13/2012) */
#top div.product .woocommerce_tabs {
padding: 0 0 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
Is there something here that I'm not seeing? Modifications that I've made to the woocommerce-hooks.php couldn't have anything to do with that element not showing on the frontpage could it?
Sorry to be a bother here lately, but your help and assistance has been and is greatly appreciated!!!














