limaproduction
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [voltata] Homepage Reload Error on MacHi 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.comForum: Themes and Templates
In reply to: [voltata] Homepage Reload Error on MacHi 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://developer.ww.wp.xz.cn/themes/basics/template-files/#template-partials
*
* @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″>
<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
limaproductionForum: Themes and Templates
In reply to: [voltata] Center and Size Videos:VoltataHi 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!
limaproductionForum: Themes and Templates
In reply to: [voltata] Navigation Menu Not Showing on Handheld/PhoneHi 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…
limaproductionForum: Themes and Templates
In reply to: [voltata] Navigation Menu Not Showing on Handheld/PhoneHi 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
limaproductionForum: Themes and Templates
In reply to: [voltata] Navigation Menu Not Showing on Handheld/PhoneHi 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/
Thank you so much
limaproductionForum: Themes and Templates
In reply to: [voltata] Navigation Menu Not Showing on Handheld/PhoneHi 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
In reply to: [voltata] Center and Size Videos:VoltataHi 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
limaproductionForum: Themes and Templates
In reply to: Voltata Navigation Menu Not CenteredThank you Sultenhest. I included the code in the CSS. The navigation menu is centeted now.
Thank you
limaproductionForum: Themes and Templates
In reply to: [voltata] Voltata Page Text ColorHi Sultenhest:
Thank you so much again. I included the code, and the menu is centered now.
Kindest regards.
limaproductionForum: Themes and Templates
In reply to: [voltata] Voltata Page Text ColorHi 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,
limaproductionForum: Themes and Templates
In reply to: [voltata] Voltata CustomizationHi Sultenhest:
Yay!! Thank you SOOOOO much! We appreciate all of your assistance. So far, so good.
Best to you
limaproductionForum: Themes and Templates
In reply to: [voltata] Voltata CustomizationHi 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
limaproductionForum: Themes and Templates
In reply to: [voltata] update to version 1.1.2Hi 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…