Title: limaproduction's Replies | WordPress.org

---

# limaproduction

  [  ](https://wordpress.org/support/users/limaproduction/)

 *   [Profile](https://wordpress.org/support/users/limaproduction/)
 *   [Topics Started](https://wordpress.org/support/users/limaproduction/topics/)
 *   [Replies Created](https://wordpress.org/support/users/limaproduction/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/limaproduction/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/limaproduction/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/limaproduction/engagements/)
 *   [Favorites](https://wordpress.org/support/users/limaproduction/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Homepage Reload Error on Mac](https://wordpress.org/support/topic/homepage-reload-error-on-mac/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/homepage-reload-error-on-mac/#post-7551422)
 * Hi Sultenhest:
 * I created the child theme and enqueued the style.css, but when I activated it
   the following error occurred. So the child theme is not activated.
 * Internal Server Error
 * The server encountered an internal error or misconfiguration and was unable to
   complete your request.
 * Please contact the server administrator, and inform them of the time the error
   occurred, and anything you might have done that may have caused the error.
 * More information about this error may be available in the server error log.
 * Any ideas about what may cause this error?
 * The functions.php file looks like this:
 * <?php
    add_action( ‘wp_enqueue_scripts’, ‘voltatalima-child’ ); function voltatalima-
   child() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/
   style.css’ );
 * }
    ?>
 * Thank you
    limaproduction limaproduction.com
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Homepage Reload Error on Mac](https://wordpress.org/support/topic/homepage-reload-error-on-mac/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/homepage-reload-error-on-mac/#post-7551419)
 * Hi Sultenhest:
 * Thank you for your response. The slideshow reloads after editing its code slightly,
   but only for Chrome, Firefox, not Safari. I will work on the child themes as 
   suggested, but if you think of any other reasons why Safari may be the only main
   MAC browser having an issue, please let us know.
 * The following code is the Voltata header.php that we have for limaproduction.
   Is there somewhere online to access the original code for the header, index and
   main Voltata files? I saved most of the originals, but in the busy of creating
   the site and customizing, may have overlooked edits to some of it. Here is the
   header.php file for limaproduction.
 * <?php
    /** * The header for our theme. * * This is the template that displays
   all of the <head> section and everything up until <div id=”content”> * * [@link](https://wordpress.org/support/users/link/)
   [https://developer.wordpress.org/themes/basics/template-files/#template-partials](https://developer.wordpress.org/themes/basics/template-files/#template-partials)**
   [@package](https://wordpress.org/support/users/package/) voltata */ ?> <!DOCTYPE
   html> <html <?php language_attributes(); ?>> <head> <meta charset=”<?php bloginfo(‘
   charset’ ); ?>”> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta 
   name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”profile”
   href=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt); <link rel=”pingback”
   href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
 *  <?php wp_head(); ?>
    </head>
 * <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site container”> <
   header id=”masthead” class=”site-header row” role=”banner”> <div class=”site-
   branding col-md-12 wow animated fadeInDown”>
 *  <?php
    if ( get_theme_mod( ‘voltata_logo_image’ ) ) : echo ‘[‘; echo ‘<img class
   =”logo-image img-responsive” src=”‘ . esc_url( get_theme_mod( ‘voltata_logo_image’)).‘”
   >’; echo ‘‘; endif; ?> <?php if( get_theme_mod( ‘voltata_display_title’ ) != ‘
   hide’ ) : ?> <?php if ( is_front_page() && is_home() ) : ?> <h1 class=”site-title”
   >” rel=”home”><?php bloginfo( ‘name’ ); ?></h1> <?php else : ?> <p class=”site-
   title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></p> <?php endif; ?> <?php endif;?
   >
 *  <p class=”site-description”><?php bloginfo( ‘description’ ); ?></p>
    </div><!–.
   site-branding –>
 *  <nav id=”site-navigation” class=”main-navigation row” role=”navigation”>
    <?
   php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_id’ => ‘primary-
   menu’, ‘container_class’ => ‘col-md-12’ ) ); ?> </nav><!– #site-navigation –>
 *  <!– Mobile nav –>
    <div id=”mobile-site-navigation” class=”main-navigation row”
   role=”navigation”>
 *  <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_id’ => ‘secondary-
   menu’) ); ?>
    </div> </div><!– #mobile-site-navigation –> </header><!– #masthead–
   >
 *  <div id=”content” class=”site-content row wow animated fadeIn” data-wow-delay
   =”1s”>
 * Sultenhest, thank you so much again.
 * Kindest regards
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Center and Size Videos:Voltata](https://wordpress.org/support/topic/center-and-size-videosvoltata-1/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/center-and-size-videosvoltata-1/#post-7315171)
 * Hi Sultenhest:
 * Thank you for your assistance with the videos! The Vimeo code works to size and
   embed, and the class alignment CSS works to center them.
 * Thank you so much!
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Navigation Menu Not Showing on Handheld/Phone](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/#post-7315170)
 * Hi Sultenhest:
 * Thank you. For now, I selected the Voltata option to display the top level page
   links in the footer for navigation, and the social media links. However, they
   are only showing on the home page. How do we display them on all of the top level
   main pages (bio, about, media, movies, contact)?
 * If we resolve the horizontal menu for mobile, I can forward it as an option for
   future release. Please us know if you do.
 * Thank you so much for all of your assistance…
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Navigation Menu Not Showing on Handheld/Phone](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/#post-7315153)
 * Hi Sultenhest:
 * Thank you so much again. I will take a look at creating the child theme ASAP.
   I tried the code, it works, but it displays the entire menu on the page. How 
   do we make it a pulldown menu for secondaries, and a horizontal menu for main
   page titles? Also, company prefers a black background for film industry. May 
   we code black background with gray text instead?
 * Thank you so much
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Navigation Menu Not Showing on Handheld/Phone](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/#post-7315148)
 * Hi Sultenhest:
 * I disabled the menu option on the “customize” tab to have the menu displayed 
   as is. How do we display the menu on mobile, the same way?
 * [http://www.limaproduction.com/](http://www.limaproduction.com/)
 * Thank you so much
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Navigation Menu Not Showing on Handheld/Phone](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/navigation-menu-not-showing-on-handheldphone/#post-7315147)
 * Hi Sultenhest:
 * Thank you so much for assisting. What is the in browser inspector?
 * Apologies for modifying theme, however, uncertain how to create a child theme.
   I did replace the following code, and a click menu shows on mobile but I prefer
   the displayed menu that we have instead of the vertical click menu. Is there 
   a workaround to display the horizontal menu that we have on mobile? Also adding
   these changes, changes the format of our pages placing side margins on the full
   width page. Please help.
 * Thank you so much
    limaproduction
 * <div class=”col-md-12″>
    <button type=”button” id=”menu-button” class=”btn btn-
   default” aria-label=”<?php echo __(‘Left Align’, ‘voltata’); ?>”> <?php echo 
   __(‘Menu’, ‘voltata’); ?> <span class=”glyphicon glyphicon-menu-hamburger” aria-
   hidden=”true”></span> </button>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Center and Size Videos:Voltata](https://wordpress.org/support/topic/center-and-size-videosvoltata-1/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/center-and-size-videosvoltata-1/#post-7315049)
 * Hi Sultenhest:
    Thank you so much. I have installed the plugin CodeFlavors Vimeo
   Video Post Lite to use for the videos. Does Voltata work with this plugin, or
   can you recommend another vimeo video plugin that will be more compatible?
 * Thank you so much again.
    Kindest regards limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Voltata Navigation Menu Not Centered](https://wordpress.org/support/topic/voltata-navigation-menu-not-centered/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/voltata-navigation-menu-not-centered/#post-7310793)
 * Thank you Sultenhest. I included the code in the CSS. The navigation menu is 
   centeted now.
 * Thank you
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Voltata Page Text Color](https://wordpress.org/support/topic/voltata-page-text-color/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/voltata-page-text-color/#post-7272287)
 * Hi Sultenhest:
 * Thank you so much again. I included the code, and the menu is centered now.
 * Kindest regards.
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Voltata Page Text Color](https://wordpress.org/support/topic/voltata-page-text-color/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/voltata-page-text-color/#post-7272285)
 * Hi Sultenhest
    Thank you so much. It looks great!
 * I posted a new thread about centering the navigation menu under the main title-
   not sure if you see it. Thank you for assisting us with Lima Production…
 * Best,
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Voltata Customization](https://wordpress.org/support/topic/voltata-customization-1/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/voltata-customization-1/#post-7236522)
 * Hi Sultenhest:
 * Yay!! Thank you SOOOOO much! We appreciate all of your assistance. So far, so
   good.
 * Best to you
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] Voltata Customization](https://wordpress.org/support/topic/voltata-customization-1/)
 *  Thread Starter [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/voltata-customization-1/#post-7236483)
 * Hi Simon:
 * Thank you so much! I added the css to several templates, but the page titles 
   and the line are still showing. Which template should I add it to?
 * Thank you for your patience.
 * Kind regards
    limaproduction
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[voltata] update to version 1.1.2](https://wordpress.org/support/topic/update-to-version-112/)
 *  [limaproduction](https://wordpress.org/support/users/limaproduction/)
 * (@limaproduction)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/update-to-version-112/#post-7205921)
 * Hi Sultenhest:
 * Thank you for Voltata. Love the theme, but need assistance with customization.
   How do I remove the navigation link/page title and the line from site pages? 
   I submitted a post about 6 days ago, but no replies. Please help
    Thank you so
   much…

Viewing 14 replies - 1 through 14 (of 14 total)