The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Wordpress custom theme not showing page content
belowHeights00
post Aug 1 2014, 11:22 AM
Post #1


Member
***

Group: Members
Posts: 67
Joined: 4-February 14
Member No.: 20,319



sorry if this is in the wrong section...I wasn't sure where to put it.

I'm guessing you'll want to see more code than this but, this is currently what is in my "home" page:

<!--Content-->
<div class="page_content_offset">
<div class="container">
<h2 class="tt_uppercase m_bottom_20 color_dark heading1 animate_ftr">All Products</h2>
<!--filter navigation of products-->
<ul class="horizontal_list clearfix tt_uppercase isotope_menu f_size_ex_large">
<li class="active m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter="*">All</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".featured">Featured</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".new">New</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".specials">Specials</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".hit">Hit</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".random">Random</button></li>
<li class="m_right_5 m_bottom_10 m_xs_bottom_5 animate_ftr"><button class="button_type_2 bg_light_color_1 r_corners tr_delay_hover tt_uppercase box_s_none" data-filter=".rated">Rated</button></li>
</ul>
<!--products-->

<section class="products_container clearfix m_bottom_25 m_sm_bottom_15"><!--product item-->
<div class="product_item"><figure class="r_corners photoframe shadow relative hit animate_ftb long"><!--product preview-->
<a class="d_block relative pp_wrap" href="#">
<!--hot product-->
<span class="hot_stripe"><img src="images/hot_product.png" alt="" /></span>
<img class="tr_all_hover" src="images/product_img_1.jpg" alt="" />
<span class="button_type_5 box_s_none color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Eget elementum vel</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15">$102.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item featured"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative wrapper pp_wrap" href="#">
<img class="tr_all_hover" src="images/product_img_2.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Ut tellus dolor dapibus</a></h5>
<div class="clearfix m_bottom_15">
<p class="scheme_color f_size_large f_left">$57.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<div class="clearfix"><button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light f_left mw_0">Add to Cart</button>
<button class="button_type_4 bg_light_color_2 tr_all_hover f_right r_corners color_dark mw_0 m_left_5 p_hr_0"><i class="fa fa-files-o"></i></button>
<button class="button_type_4 bg_light_color_2 tr_all_hover f_right r_corners color_dark mw_0 p_hr_0"><i class="fa fa-heart-o"></i></button></div>
&nbsp;

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item new"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative wrapper pp_wrap" href="#">
<img class="tr_all_hover" src="images/product_img_3.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Cursus eleifend elit aenean aucto.</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15">$99.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item specials"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative pp_wrap" href="#">
<!--sale product-->
<span class="hot_stripe"><img src="images/sale_product.png" alt="" /></span>
<img class="tr_all_hover" src="images/product_img_4.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Aliquam erat volutpat</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15"><s>$79.00</s> $36.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item hit"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative pp_wrap" href="#">
<!--hot product-->
<span class="hot_stripe type_2"><img src="images/hot_product_type_2.png" alt="" /></span>
<img class="tr_all_hover" src="images/product_img_5.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Eget elementum vel</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15">$102.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item featured"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative wrapper pp_wrap" href="#">
<img class="tr_all_hover" src="images/product_img_6.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span></a>&nbsp;
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Ut tellus dolor dapibus</a></h5>
<div class="clearfix m_bottom_15">
<p class="scheme_color f_size_large f_left">$57.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item specials"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative wrapper pp_wrap" href="#">
<img class="tr_all_hover" src="images/product_img_7.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Cursus eleifend elit aenean aucto.</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15">$99.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
<!--product item-->
<div class="product_item rated"><figure class="r_corners photoframe shadow relative animate_ftb long"><!--product preview-->
<a class="d_block relative pp_wrap" href="#">
<!--sale product-->
<span class="hot_stripe type_2"><img src="images/sale_product_type_2.png" alt="" /></span>
<img class="tr_all_hover" src="images/product_img_8.jpg" alt="" />
<span class="box_s_none button_type_5 color_light r_corners tr_all_hover d_xs_none" data-popup="#quick_view_product">Quick View</span>
</a>
<!--description and price of product-->
<figcaption>
<h5 class="m_bottom_10"><a class="color_dark" href="#">Aliquam erat volutpat</a></h5>
<div class="clearfix">
<p class="scheme_color f_left f_size_large m_bottom_15"><s>$79.00</s> $36.00</p>
<!--rating-->
<ul class="horizontal_list f_right clearfix rating_list tr_all_hover">
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li class="active"><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
<li><i class="fa fa-star-o empty tr_all_hover"></i>
<i class="fa fa-star active tr_all_hover"></i></li>
</ul>
</div>
<button class="button_type_4 bg_scheme_color r_corners tr_all_hover color_light mw_0">Add to Cart</button>

&nbsp;

&nbsp;

</figcaption></figure></div>
</section><!--banners-->

<section class="row clearfix m_bottom_45 m_sm_bottom_35">
<div class="col-lg-6 col-md-6 col-sm-6 animate_half_tc"><a class="d_block banner wrapper r_corners relative m_xs_bottom_30" href="#">
<img src="images/banner_img_1.png" alt="" />
<span class="banner_caption d_block vc_child t_align_c w_sm_auto">
<span class="d_inline_middle">
<span class="d_block color_dark tt_uppercase m_bottom_5 let_s">New Collection!</span></span></span></a><span class="d_block color_light tt_uppercase m_bottom_25 m_xs_bottom_10 banner_title"><b>Colored Fashion</b></span>
<span class="button_type_6 bg_scheme_color tt_uppercase r_corners color_light d_inline_b tr_all_hover box_s_none f_size_ex_large">Shop Now!</span><a class="d_block banner wrapper r_corners relative m_xs_bottom_30" href="#"><span class="banner_caption d_block vc_child t_align_c w_sm_auto">
</span>
</a>

</div>
<div class="col-lg-6 col-md-6 col-sm-6 animate_half_tc"><a class="d_block banner wrapper r_corners type_2 relative" href="#">
<img src="images/banner_img_2.png" alt="" />
<span class="banner_caption d_block vc_child t_align_c w_sm_auto">
<span class="d_inline_middle">
<span class="d_block scheme_color banner_title type_2 m_bottom_5 m_mxs_bottom_5"><b>-50%</b></span></span></span></a><span class="d_block color_light tt_uppercase m_bottom_15 banner_title_3 m_md_bottom_5 d_mxs_none">On All
<b>Sunglasses</b></span>
<span class="button_type_6 bg_dark_color tt_uppercase r_corners color_light d_inline_b tr_all_hover box_s_none f_size_ex_large">Shop Now!</span><a class="d_block banner wrapper r_corners type_2 relative" href="#"><span class="banner_caption d_block vc_child t_align_c w_sm_auto">
</span>
</a>

</div>
</section><!--product brands-->
<div class="clearfix m_bottom_25 m_sm_bottom_20">
<h2 class="tt_uppercase color_dark f_left heading2 animate_fade f_mxs_none m_mxs_bottom_15">Product Brands</h2>
<div class="f_right clearfix nav_buttons_wrap animate_fade f_mxs_none"><button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large t_align_c bg_light_color_1 f_left tr_delay_hover r_corners pb_prev"><i class="fa fa-angle-left"></i></button>
<button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large t_align_c bg_light_color_1 f_left m_left_5 tr_delay_hover r_corners pb_next"><i class="fa fa-angle-right"></i></button></div>
</div>
<!--product brands carousel-->
<div class="product_brands m_bottom_45 m_sm_bottom_35"><a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a>
<a class="d_block t_align_c animate_fade" href="#"><img src="images/brand_logo.jpg" alt="" /></a></div>
<!--blog-->
<div class="row clearfix m_bottom_45 m_sm_bottom_35">
<div class="col-lg-6 col-md-6 col-sm-12 m_sm_bottom_35 blog_animate animate_ftr">
<div class="clearfix m_bottom_25 m_sm_bottom_20">
<h2 class="tt_uppercase color_dark f_left">From The Blog</h2>
<div class="f_right clearfix nav_buttons_wrap"><button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large bg_light_color_1 f_left tr_delay_hover r_corners blog_prev"><i class="fa fa-angle-left"></i></button>
<button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large bg_light_color_1 f_left m_left_5 tr_delay_hover r_corners blog_next"><i class="fa fa-angle-right"></i></button></div>
</div>
<!--blog carousel-->
<div class="blog_carousel">
<div class="clearfix"><!--image-->
<a class="d_block photoframe relative shadow wrapper r_corners f_left m_right_20 animate_ftt f_mxs_none m_mxs_bottom_10" href="#">
<img class="tr_all_long_hover" src="images/blog_img_1.jpg" alt="" />
</a>
<!--post content-->
<div class="mini_post_content">
<h4 class="m_bottom_5 animate_ftr"><a class="color_dark" href="#"><b>Ut tellus dolor, dapibus eget, elementum vel</b></a></h4>
<p class="f_size_medium m_bottom_10 animate_ftr">25 January, 2013, 5 comments</p>
<p class="m_bottom_10 animate_ftr">Aliquam erat volutpat. Duis ac turpis. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna.</p>
<a class="tt_uppercase f_size_large animate_ftr" href="#">Read More</a>

</div>
</div>
<div class="clearfix"><!--image-->
<a class="d_block photoframe relative shadow wrapper r_corners f_left m_right_20 animate_ftt f_mxs_none m_mxs_bottom_10" href="#">
<img class="tr_all_long_hover" src="images/blog_img_2.jpg" alt="" />
</a>
<!--post content-->
<div class="mini_post_content">
<h4 class="m_bottom_5 animate_ftr"><a class="color_dark" href="#"><b>Cursus eleifend, elit aenean set amet lorem</b></a></h4>
<p class="f_size_medium m_bottom_10 animate_ftr">30 January, 2013, 6 comments</p>
<p class="m_bottom_10 animate_ftr">Aliquam erat volutpat. Duis ac turpis. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna.</p>
<a class="tt_uppercase f_size_large animate_ftr" href="#">Read More</a>

</div>
</div>
<div class="clearfix"><!--image-->
<a class="d_block photoframe relative shadow wrapper r_corners f_left m_right_20 animate_ftt f_mxs_none m_mxs_bottom_10" href="#">
<img class="tr_all_long_hover" src="images/blog_img_3.jpg" alt="" />
</a>
<!--post content-->
<div class="mini_post_content">
<h4 class="m_bottom_5 animate_ftr"><a class="color_dark" href="#"><b>In pede mi, aliquet sit ut tellus dolor</b></a></h4>
<p class="f_size_medium m_bottom_10 animate_ftr">1 February, 2013, 12 comments</p>
<p class="m_bottom_10 animate_ftr">Aliquam erat volutpat. Duis ac turpis. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna.</p>
<a class="tt_uppercase f_size_large animate_ftr" href="#">Read More</a>

</div>
</div>
</div>
</div>
<!--testimonials-->
<div class="col-lg-6 col-md-6 col-sm-12 ti_animate animate_ftr">
<div class="clearfix m_bottom_25 m_sm_bottom_20">
<h2 class="tt_uppercase color_dark f_left f_mxs_none m_mxs_bottom_15">What Our Customers Say</h2>
<div class="f_right clearfix nav_buttons_wrap f_mxs_none"><button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large bg_light_color_1 f_left tr_delay_hover r_corners ti_prev"><i class="fa fa-angle-left"></i></button>
<button class="button_type_7 bg_cs_hover box_s_none f_size_ex_large bg_light_color_1 f_left m_left_5 tr_delay_hover r_corners ti_next"><i class="fa fa-angle-right"></i></button></div>
</div>
<!--testimonials carousel-->
<div class="testiomials_carousel">
<div>
<blockquote class="r_corners shadow f_size_large relative m_bottom_15 animate_ftr">Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor, dapibus eget, elementum vel, cursus eleifend, elit. Aenean auctor wisi et urna. Aliquam erat volutpat. Duis ac turpis.</blockquote>
<img class="circle m_left_20 d_inline_middle animate_ftr" src="images/testimonial_img_1.jpg" alt="" />
<div class="d_inline_middle m_left_15 animate_ftr">
<h5 class="color_dark"><b>Marta Healy</b></h5>
Los Angeles

</div>
</div>
<div>
<blockquote class="r_corners shadow f_size_large relative m_bottom_15">Integer rutrum ante eu lacus.Vestibulum libero nisl, porta vel, scelerisque eget, malesuada at, neque.</blockquote>
<img class="circle m_left_20 d_inline_middle" src="images/testimonial_img_2.jpg" alt="" />
<div class="d_inline_middle m_left_15">
<h5 class="color_dark"><b>Alan Smith</b></h5>
New York

</div>
</div>
<div>
<blockquote class="r_corners shadow f_size_large relative m_bottom_15">Aenean nec eros. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse sollicitudin velit sed leo. Ut pharetra augue nec augue. Nam elit agna,endrerit sit amet, tincidunt.</blockquote>
<img class="circle m_left_20 d_inline_middle" src="images/testimonial_img_3.jpg" alt="" />
<div class="d_inline_middle m_left_15">
<h5 class="color_dark"><b>Anna Johnson</b></h5>
Detroid

</div>
</div>
</div>
</div>
</div>
<!--banners-->
<div class="row clearfix">
<div class="col-lg-4 col-md-4 col-sm-4"><a class="d_block animate_ftb h_md_auto m_xs_bottom_15 banner_type_2 r_corners red t_align_c tt_uppercase vc_child n_sm_vc_child" href="#">
<span class="d_inline_middle">
<img class="d_inline_middle m_md_bottom_5" src="images/banner_img_3.png" alt="" />
<span class="d_inline_middle m_left_10 t_align_l d_md_block t_md_align_c">
<b>100% Satisfaction</b>
<span class="color_dark">Guaranteed</span>
</span>
</span>
</a></div>
<div class="col-lg-4 col-md-4 col-sm-4"><a class="d_block animate_ftb h_md_auto m_xs_bottom_15 banner_type_2 r_corners green t_align_c tt_uppercase vc_child n_sm_vc_child" href="#">
<span class="d_inline_middle">
<img class="d_inline_middle m_md_bottom_5" src="images/banner_img_4.png" alt="" />
<span class="d_inline_middle m_left_10 t_align_l d_md_block t_md_align_c">
<b>Free Shipping</b>
<span class="color_dark">On All Items</span>
</span>
</span>
</a></div>
<div class="col-lg-4 col-md-4 col-sm-4"><a class="d_block animate_ftb h_md_auto banner_type_2 r_corners orange t_align_c tt_uppercase vc_child n_sm_vc_child" href="#">
<span class="d_inline_middle">
<img class="d_inline_middle m_md_bottom_5" src="images/banner_img_5.png" alt="" />
<span class="d_inline_middle m_left_10 t_align_l d_md_block t_md_align_c">
<b>Great Daily Deals</b>
<span class="color_dark">Shop Now!</span>
</span>
</span>
</a></div>
</div>
</div>
</div>

Problem is it doesn't show anything when I load the frontpage...but it does see all the sections and stuff - just doesnt appear on the screen (as if there is nothing at all). this is the current url: www.lifecoachkathleen.com/wp-practice

Thanks for any help and let me know if you need anything else
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
DaisyOntas
post Aug 5 2014, 02:07 AM
Post #2





Group: Members
Posts: 4
Joined: 17-June 14
Member No.: 21,102



if you have buying theme from other sources then definitely you will have to configure theme by yourself like pages, content etc.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
illegit
post Aug 11 2014, 08:39 AM
Post #3


Newbie
*

Group: Members
Posts: 11
Joined: 3-July 14
Member No.: 21,197



There's a high chance it's an issue with your theme or maybe conflicting plugins. I don't think it's a problem with the code you posted.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Aug 11 2014, 10:06 AM
Post #4


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I see the content (Safari/Mac).
Do you have some AdBlocker plugin installed and ads on the page? One of those may set opacity: 0 !important; to the BODY selector, causing the problem you mentioned.

Your page also reports the following errors in my console:
CODE
[Error] Blocked a frame with origin "http://www.facebook.com" from accessing a frame with origin "http://lifecoachkathleen.com". Protocols, domains, and ports must match.
[Error] TypeError: 'undefined' is not an object (evaluating 'itemobj.length')
    add_validation (html_form_validator.aspx, line 210)
    loader (wp-practice, line 435)
[Error] TypeError: '[object Window]' is not a function (evaluating 'ud("k")')
    eval code (undefined, line 38)
    eval
    main (main.js, line 52)
    (anonymous function) (main.js, line 25)
    (anonymous function) (main.js, line 12)
    (anonymous function) (main.js, line 25)
    M (main.js, line 11)
    (anonymous function) (main.js, line 25)
    bf (main.js, line 24)
    Xc (main.js, line 25)
    Zf (main.js, line 25)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (favicon.png, line 0)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 05:06 AM