Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter xenergie

    (@xenergie)

    Thanks for the info Gwheeler! The issue hasn’t been affecting me for the last few months, but I’m delighted you gave me an option to try if it returns.

    Thread Starter xenergie

    (@xenergie)

    Unfortunately not gwheeler, the issue seemed to go away of its own accord. It did come back again since, but has now resolved itself again. It is really annoying.

    Sorry not to be able to help!

    xenergie

    (@xenergie)

    Store URL: http://www.xenergie.com/products-page-2/management-training-workshops/
    WordPress version: 3.8.1
    WP e-Commerce version: 3.8.13.3
    Theme: Custom theme

    Hi misulicus,

    I am having the same problem with my install. I was wondering if you could explain the solution more? I don’t know what is meant by the Presentation page. I generally use ftp to download and upload changes to my theme files as opposed to editing them in Worpress.

    I have made the changes as described by Particlemaster, is there another css file that I need to edit or add the ‘overflow: hidden’ to?

    Sorry for my ignorance!

    Edit: I tried to change the same line in thickbox.css, but this didn’t change it either.

    Thread Starter xenergie

    (@xenergie)

    Great, thanks you finally cracked it!

    Turns out ‘Excerpt’ is one of the other ‘Screen options’ that you can choose to display in the same way as ‘Custom Fields’.

    For your own information, the <!–more–> tag wasn’t needed in the end, just needed to add in the excerpt!

    Thanks a million for all the help, I know I wouldn’t have been able to solve this without your help! Was actually driving me mad for ages but I kept putting it off!

    Thread Starter xenergie

    (@xenergie)

    I searched each of the files I listed above and couldn’t find a function definition for the_excerpt anywhere!

    I’m not sure where that function could be defined to be honest, sorry!

    Thread Starter xenergie

    (@xenergie)

    Ya sorry, I meant to say this is all the data that is associated with the image: http://i.imgur.com/rReT2Nh.jpg

    So it doesn’t seem to show up for the image.

    There isn’t a function called the_excerpt in the functions.php either (this is the full text of that file:

    <?php
    
    /* code to activate menus */
    
    add_theme_support( 'menus' );
    if ( function_exists( 'register_nav_menus' ) ) {
    register_nav_menus(
    array(
    'Top Nav' => 'Top Navigation Menu',
    'Main Nav' => 'Main Navigation Menu',
    'About us' => 'About us Navigation Menu',
    'What we do' => 'What we do Navigation Menu',
    'Inspiration store' => 'Inspiration store Navigation Menu',
    'Client area' => 'Client area Navigation Menu',
    ));}
    
    /* code for thumbnails and custom thumbnail sizes */
    
    if ( function_exists( 'add_image_size' ) ) add_theme_support( 'post-thumbnails' );
    if ( function_exists( 'add_image_size' ) ) {
    	add_image_size( 'thumb', 100, 100, true );
    	add_image_size( 'staff', 60, 40, true );
    }
    
    ?>

    Here is a list of all the files in the Appearance editor if its of any use:

    Templates

    Archives
    (archive.php)
    category-blog.php
    category-books.php
    category-coach-supervision-culture-change-programmes.php
    category-inspiration-store.php
    category-management-training-workshops.php
    category-profiles-psychometric-testing-tele_skype-coaching.php
    category-team-and-locations.php
    footer-home.php
    Footer
    (footer.php)
    Theme Functions
    (functions.php)
    Header
    (header.php)
    Main Index Template
    (index.php)
    About us Page Template
    (page-aboutus.php)
    Client area Page Template
    (page-clientarea.php)
    page-home.php
    Inspiration store Page Template
    (page-inspirationstore.php)
    Inspiration store (no related content) Page Template
    (page-inspirationstorecat.php)
    What we do Page Template
    (page-whatwedo.php)
    Page Template
    (page.php)
    Search Results
    (search.php)
    sidebar-aboutus.php
    sidebar-aboutuscat.php
    sidebar-blog.php
    sidebar-clientarea.php
    sidebar-inspirationstore.php
    sidebar-inspirationstorecat.php
    sidebar-search.php
    sidebar-staff.php
    sidebar-whatwedo.php
    single-aboutus-team.php
    single-aboutus.php
    single-blog.php
    single-clientarea.php
    single-inspirationstore.php
    single-whatwedo.php
    Single Post
    (single.php)

    Styles

    Stylesheet
    (style.css)

    Thread Starter xenergie

    (@xenergie)

    So it seems like ‘the_excerpt’ is what I’m trying to edit, I will see if this is related to the image or is a custom field of the post (although it looks like there are no custom fields filled in?)

    Thread Starter xenergie

    (@xenergie)

    I found the php file in the Appearance editor, here is the code for the staff-bio:

    <div id="staff-bio">
    
    <?php if ( has_post_thumbnail()) the_post_thumbnail('medium'); ?>
    
    <h4><?php the_title(); ?></h4>
    <p><?php the_excerpt(); ?></p>
    
    </div>

    Thanks a million for helping me so much!

    Thread Starter xenergie

    (@xenergie)

    Ah, OK. I enabled ‘Display Custom Fields’ and this is a screen shot of what shows up for the existing post: http://i.imgur.com/xmqrM5Q.jpg

    Here is where the text appears in the source of the page:

    <h1>Lorna McDowell (MIICH MMII)</h1>
    
    <div id="staff-bio">
    
    <img width="210" height="150" src="http://www.xenergie.com/wp-content/uploads/2012/07/Lorna.png" class="attachment-medium wp-post-image" alt="Lorna" title="Lorna" />
    <h4>Lorna McDowell (MIICH MMII)</h4>
    <p><p>Organisation Analyst & International Leadership Coach</p>
    </p>
    
    </div>
    Thread Starter xenergie

    (@xenergie)

    Hi GenericBox,

    Thanks for the quick reply!

    I have taken a screen shot of all the fields I can access when editing a post, here for the new post I am trying to create: http://imgur.com/8tiuofQ.jpg

    and here for the existing post: http://imgur.com/ujTtxlv.jpg

    and here is a screen shot of the image used in the existing post: http://imgur.com/PC7L6d7.jpg

    I don’t see any Custom Fields on the editing page, only what is in the screenshots.

    Thanks again, hope this is what you were asking for!

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