bronking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding header,sidebar,footer to slider pagesorry to have been a pain, thankyou
sorry to WPyogiForum: Fixing WordPress
In reply to: Adding header,sidebar,footer to slider pagecan anybody please offer a suggestion, how I get the sidebar in front of slider
<?php get_header(); get_sidebar(); if(have_posts()) : while(have_posts()) : the_post(); the_content(); get_footer(); endwhile; endif; ?>this is the best I got
Forum: Fixing WordPress
In reply to: Adding header,sidebar,footer to slider pageHey don’t get me wrong, believe me I really do appreciate, I’m graphic designer and anytime anyone’s needed help I’ve always been happy to help.
but I’ve been messing with this for days now and you know how frustrating it can get,
I asked theme developer the reply was..
The problem is not with the z-index. Such elements as header, sidebar, etc. are not called in your new template. Please take a look at /dt-chocolate/home.php:
get_header();
get_sidebar();get_footer();
Please try to include these functions into your new template or to call it ‘home-[your new template name].php’. For exam
ple, home-zoomslider.phpfrom slider develpoer reply came
To include the shortcode in a template page,
For example:
<?php echo do_shortcode(“[lbg_zoominoutslider settings_id=’1′]”);?>neither worked,
so I apologize for my frustration
Forum: Fixing WordPress
In reply to: Adding header,sidebar,footer to slider pageyou can only see the slider, because every time I add the other elements, it either breaks or is above or below not overlaid on top
Forum: Fixing WordPress
In reply to: Adding header,sidebar,footer to slider pagethanks for quick response
I’m using chocolate theme and have zoom in out slider
Forum: Fixing WordPress
In reply to: moving menu/navigation barits okay I’ve out a way to do it