Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Scot

    (@scotcondry)

    That did the trick, thanks!
    For the record it is not just .cff-where if you remove the location from the event whatever the next line is gets cut off too, if that makes sense. But that works for me, thanks again.

    SC

    Thread Starter Scot

    (@scotcondry)

    Hi David,

    It is an Internet Explorer thing. Facebook ID is 111479618872375 you can see it on our site landmarksaloon.com or just put the ID in the DEMO part of the Smash Balloon page. When viewed in Internet Explorer, the first letter or two are pushed off to the right side. You can see it on the Dust and Thirst shared event.

    SC

    Thread Starter Scot

    (@scotcondry)

    Scot

    (@scotcondry)

    Is this fix for the current 3.13 version? I don’t see a beta version.

    thanks,
    SC

    Scot

    (@scotcondry)

    I have the same issue and have been searching the forum for this. I dont mind using Auto_post or Shortcode but I want the images it pulls from a Facebook page to be full size not the thumbnail. Any solution would be appreciated. Thanks for your work on this great plugin though!!

    SC

    Thread Starter Scot

    (@scotcondry)

    Ok it was in the page.php file

    Thread Starter Scot

    (@scotcondry)

    So when I add the info back into my header.php file it works fine on the latest posts page, which is now the front page. But the other pages have two menus, where do the other pages get the menu info?

    SC

    Thread Starter Scot

    (@scotcondry)

    So the original header file from twenty-thirteen had this near the bottom (this is obviously what is missing but I don’t understand why it works without it on the other pages). I think I was trying to get rid of the Search icon in the menu of the theme and when this worked I left it:

    <div id="navbar" class="navbar">
    				<nav id="site-navigation" class="navigation main-navigation" role="navigation">
    					<h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3>
    					<a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentythirteen' ); ?>"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a>
    					<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    					<?php get_search_form(); ?>
    				</nav><!-- #site-navigation -->
    			</div><!-- #navbar -->
    Thread Starter Scot

    (@scotcondry)

    OK it is something in the header.php file I placed in my child theme, if I remove it the menu is there. But why would it work on all the other pages and not this one?

    <?php
    /**
     * The Header template for our theme
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Thirteen
     * @since Twenty Thirteen 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 7]>
    <html class="ie ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html class="ie ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<meta name="viewport" content="width=device-width">
    	<title><?php wp_title( '|', true, 'right' ); ?></title>
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    	<!--[if lt IE 9]>
    	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
    	<![endif]-->
    	<?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    	<div id="page" class="hfeed site">
    		<header id="masthead" class="site-header" role="banner">
    			<a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    				<center><h1 class="site-title"><?php bloginfo( 'name' ); ?></h1></center>
    				<center><h2 class="site-description"><?php bloginfo( 'description' ); ?></h2></center>
    			</a>
    
    		</header><!-- #masthead -->
    
    		<div id="main" class="site-main">
    Thread Starter Scot

    (@scotcondry)

    Doesn’t it use same php file as other pages? I am pretty sure it is not the CSS, although the only thing I have in there does involve menu but it is:

    .main-navigation {
    text-align: center;
    }

    OK, I just removed it and it had no effect.

    SC

    Thread Starter Scot

    (@scotcondry)

    I have made some progress with the help of this site.

    https://wp.tutsplus.com/tutorials/theme-development/getting-visual-editor-styles-to-work-with-post-formats/

    Step 1 : Adding Support for Post Formats
    I had already done this adding the code to my functions.php so the Post formats show up in the posting dashboard.

    Step 2: The Quote Content File
    Although for me it is the Status content file. I created a file called content-status.php but just used the same code as the webpage suggested for content-quote.php

    Added the code to index.php that calls it.

    Step 3: Creating the CSS
    Currently stuck on this. My Status posts are now one line without the title, but I just want to style it using CSS. Added style code from twenty-twelve theme but so far not working.
    The instructions also says to add a file called editor-style.css but I don’t know what to put in it and don’t really understand why it needs to be made.

    SC

    Thread Starter Scot

    (@scotcondry)

    OK I’ll try it, that does sound easier.

    Do you have a personal preference over WAMP or Bitnami?

    SC

    Thread Starter Scot

    (@scotcondry)

    Thanks for the reply. So if I copy a live online site to my local computer and get that going I can play around with the theme and content and when I am done I just have to upload WP-Content folder?

    SC

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