New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#893

uendi
Participant

Hello StartupWP,

Thank you for your help as at the meantime, I have not decided what styling do I need for the footer area yet.

Today, I have a few questions :

1. Is regarding of my footer menu, please refer to this http://prntscr.com/1bs11f ?

2. Jquery Mega Menu. I am trying to set up the navigation dropdown menu by using this plugin. As I follow their instruction menu by adding a code to this functions.php and
header.php, the code for :

Functions.php
<?php
add any new or customised functions here
if ( function_exists(‘register_sidebar’) ){
register_sidebar(array(
‘name’ => ‘my_mega_menu’,
‘before_widget’ => ‘<div id=”my-mega-menu-widget”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ”,
‘after_title’ => ”,
));
}
?>

Header.php
<?php /* Widgetized sidebar */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>

After adding in the code to this header.php and trying to save it, but it appears this sentence :

Warning: Cannot modify header information – headers already sent by (output started at /home/uendic5/public_html/wp-content/themes/startuppro-child/functions.php:16) in
/home/uendic5/public_html/wp-includes/pluggable.php on line 876

May I know what it’s mean ?

Thank you.