• Hi Sultenhest:

    How are you? So many thanks for your assistance with limaproduction.com. Clients and contacts are now using the site, and we reference it extensively for film business for productions. Our Mac users are having problems with the slideshow reloading on the homepage from other pages.

    The slideshow loads initially when the url is typed into the address location, or when the link is selected, but does not reload if users navigate away from HOME and try to return. A blank line or other image(s) shows in place of the slideshow.

    Please let me know of any solutions for this, or suggestions to correct this problem.

    Thank you so much again
    limaproduction

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Sultenhest

    (@sultenhest)

    Hello Limaproduction,

    I’m glad to hear you are enjoying the theme. ??

    But you seem to have edited the header.php file (and other files) which makes it very difficult for me to locate the error, since the original version of the theme that i use, is different from yours. When visiting my own sites using the Voltata theme i am not encountering any issues, therefore it is difficult for me to pinpoint where and what is causing it. Remember to always use child themes and avoid editing the original theme files if possible.

    Kind regards,
    Simon

    Thread Starter limaproduction

    (@limaproduction)

    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://developer.www.ads-software.com/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=”https://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

    Thread Starter limaproduction

    (@limaproduction)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage Reload Error on Mac’ is closed to new replies.