Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Greg, first I want to say thanks for all the hard work you put into all great things you produce.

    I got your recent email introducing SiteOrigin CSS. I couldn’t wait to get home and take it for a a spin.

    Installed it on a site I just got started on. I went to Appearance > Custom CSS then clicked the (eyeball icon ) and the site will not display in the inspector. Decided to deactivated a few pluging and the one that fixed it was “SlickNav Mobile Menu”

    Thanks Chuck from Las Vegas

    Keep up the great work.

    Thread Starter chuckhunsucker

    (@chuckhunsucker)

    the Container did the trick

    thanks

    Thread Starter chuckhunsucker

    (@chuckhunsucker)

    This is the code from the header.php from the Custom Community theme

    <div id=”access” class=”span12″>
    <div class=”menu”>

    <?php do_action(‘bp_menu’) ?>

    <?php /* Our navigation menu. If one isn’t filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    <?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’,’container’ => ”) ); ?>
    </div>
    </div>

    the link to the site/page is

    https://defiantwind.com/wordpress/sea-projects/

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