It is really hard to say without being able to look at your theme files directly. But you are most likely going to have to put
<div id="hbz_outer_container" style="position: relative;">
<div id="hbz_drop_shadow">
somewhere in your header.php and then put the closing tags:
</div><!-- hbz_drop_shadow -->
</div><!-- hbz_outer_container -->
in your footer.php
header.php and footer.php should be located in your wordpress installed themes folder.
ie:
yoursite/wordpress/wp-content/themes/header.php
and
yoursite/wordpress/wp-content/themes/footer.php
Related Posts:
- get_option() vs get_theme_mod(): Why is one slower?
- wp_editor() fields on Theme Options Page not saving
- Adding a checkbox to the theme customizer
- Adding a description to theme customizer controls
- Understanding wp_add_inline_style
- Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- Can I install Analytics before deciding on a theme?
- Options Framework options not being output
- Modify CSS via Theme Control Panel
- Using update_option() and get_option() is echoing escaped strings
- Two Ways Of Creating WordPress Options Pages
- Theme Options page with tabs
- Add a preview to a WordPress Control Panel
- WordPress Nonce and check admin referer help needed
- Outputting results from select box option in options panel
- Theme option : having the ability to select among several predefined headers
- Upload multiple images via theme options [closed]
- PageLines theme: how to change the background color of the main content vs. entire page?
- Using theme options to change link colours
- PHP stylesheet cannot use standard WP functions
- Display user HTML on website
- Need help understanding/coding with Settings API
- Setting up a members area
- WordPress: update_option, don’t update empty options?
- Can I use theme options to change two things at once?
- Displaying theme options in css
- How to create dependent field in Customizer?
- How can I insert some extra validation into the theme options’ validation function using add_filter?
- How to add an alternative style sheet as a theme option?
- Disable image resizing on specific upload fields
- Put standard wordpress options into a theme options panel?
- How to get a value for admin css color either gray or blue
- How can I get my options in json response?
- Why does the ‘wp_nav_menu’ function work only until a menu is created?
- Theme Options Page – User Updates Logo
- Removing \\\ from Saved Data
- Use of check_admin_referer with theme options and options.php
- Selectbox in admin panel function linking to CSS
- WordPress custom options storing?
- Using if/else statements with output from theme options
- Link theme options page using ACF to styles
- WordPress admin panel framework weird layout on server side
- get option framework options returns Call to undefined function of_get_option()
- Following Web Performance Optimization techniques to output static and dynamic css
- Theme Customizier sanitize_callback not working
- How to disable wordpress from overload my stylesheet styles with customizer styles
- Getting the ID of header image, even when set to random
- Theme Options page not saving data correctly
- Getting error to display radio button value in General Settings page
- Create an Options page with two image upload fields
- Only allow site url in text field using wp_kses/wp_filter_nohtml_kses?
- Style category link depending on category ID
- Additional custom header image
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Options Theme – WordPress [closed]
- How to reset (clear) theme settings
- Settings API settings section not appearing
- How do I use a color from theme options?
- Is there a function to add additional options to the Twentyeleven option page?
- How to I know the class or ID of my theme?
- How to set a default theme option after installing theme?
- How to get of_get_option() inside the inc folder file
- Retrieve uploaded image attibutes value from option tree theme options
- Passing dynamic options from backend to frontend
- WordPress theme options framework, I can’t read them in my templates
- Display and hide content using checkbox in Options Framework Theme
- How do I remove the page listing menu in the header in the Twenty Ten Theme?
- My title won’t update
- Multiple options in the options_value field of the wp_options table
- How to add drag and drop functionalities to a div inside option panel
- Shorter admin url for options page
- How to use WP Theme Option: Custom_Backgrounds on specific element?
- How can I create a rearrangeable list of items like OptionTree offers with the Theme Customization API?
- WordPress Theme Settings Page
- Theme options are they necessary
- Bring page from sub menu to admin menu in option tree
- The best place of the code for creating a robots.txt file
- Customize Option Framework
- How do I display a WP Option from an array?
- Blogname and Blogdescription in Pagelines DMS Options Panel
- Can Settings API setting generate other settings?
- Cannot modify headers
- How to get functions.php to talk to options.php
- Options Framework not saving options correctly
- How to use checked() function with multiple check box group? How to properly sanitize that checkbox group?
- Admin menus and submenus
- Theme Options Page – Select, Radio, Tabs
- WordPress Options Framework, add to main menu not appearance menu
- WordPress karma theme shortcodes not working
- WordPress built-in Custom Background
- Weird undefined index: id,std notices. How to fix it?
- Splitting an eCommerce store from the WordPress Theme
- Using theme options to change a border-radius value
- How do I have my widgets in a Sidebar for my http://localhost/wordpress/
- Theme options period being replaced
- Show multiple option in URL with Redux framework in front end
- Do not want to display random category. Want to exclude a few or make post show only the category I want [closed]
- Theme options on CPT
- Can’t save multiple sections on one page with register_setting