Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter denniscking

    (@denniscking)

    It definitely does. Thank you. I will submit my trials and errors as I go because I think this is something that comes up fairly often with themes that represent data (posts) with images as Pictorico does. I really don’t want to “get the page” because, obviously, I’m already on a page. I want to loop through the site’s seven pages in menu-order which I see is a supported (arg) and then embed the permalink. I know, easier said than done.
    Thanks again for spreading your Automatic Happiness

    Forum: Plugins
    In reply to: Pictorico theme PHP help

    Two things:

    1. In the theme customizer, Dashboard => Appearance => Customize, make sure the “Display Header Text” is unchecked under Site Title and Tagline. That opens up the space…

    2. Add your image to the site-branding class of the header.php file, like this:
    `<div class=”site-branding”>
    <a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel=”home”><img alt=”birkdale_logo” src=”/wp-content/uploads/2014/08/birkdale_logo.png” /></a>
    <!– Removed search box temporarily until menu is set –>
    <!– <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2> Hide text to show logo–>
    </div>`

    Note that I also commented out, probably temporarily, the search box which may not be necessary or even desireable in your case.
    Hope this helps.

    Forum: Plugins
    In reply to: Pictorico theme PHP help

    Two things:

    1. In the theme customizer, Dashboard => Appearance =>

    2. Add your image to the site-branding class, like this:
    `<div class=”site-branding”>
    <a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel=”home”><img alt=”birkdale_logo” src=”/wp-content/uploads/2014/08/birkdale_logo.png” /></a>
    <!– Removed search box temporarily until menu is set –>
    <!– <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2> Hide text to show logo–>
    </div>`

    Note that I also commented out, probably temporarily, the search box which may not be necessary or even desireable in your case.
    Hope this helps.

    Thread Starter denniscking

    (@denniscking)

    tried to solve this the hard way when there’s an easy solution right at the top of the plug-ins interface. …Never Mind.

    denniscking

    (@denniscking)

    Have a similar problem on a WAMP server running in Windows 7. Standard themes (Tenty-elevan and Twenty-ten 1.3) work fine but when I activate the DarkSky theme, I get a series of parse and syntax errors both on preview and visit website – see below:

    ( ! ) Parse error: syntax error, unexpected $end in C:\wamp\www\Faces_of_Evanston\wp-content\themes\DarkSky\header.php on line 125
    Call Stack
    # Time Memory Function Location
    1 0.0143 673856 {main}( ) ..\index.php:0
    2 0.0293 678840 require( ‘C:\wamp\www\Faces_of_Evanston\wp-blog-header.php’ ) ..\index.php:17
    3 1.4812 23680064 require_once( ‘C:\wamp\www\Faces_of_Evanston\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16
    4 1.4932 23713688 include( ‘C:\wamp\www\Faces_of_Evanston\wp-content\themes\DarkSky\index.php’ ) ..\template-loader.php:43
    5 1.4932 23713688 get_header( ) ..\index.php:1
    6 1.4932 23714296 locate_template( ) ..\general-template.php:34
    7 1.4935 23714480 load_template( ) ..\theme.php:1091

    Any ideas out there?

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