Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 15 posts - 1 through 15 (of 15 total)

No Post Formatting Options

Home Forums Free Theme Support Theron Lite No Post Formatting Options

  • #90950

    Patrick

    I recently started having problems with the display of Post Titles using Theron-Lite, after months of it working without issue.
    Now when I type a Post Title in the add new post screen, it will not display once the post is published.
    I researched this problem and the most common issue is using “Quite” or “Aside” as the post-type. I have “Standard” selected in the ‘Settings’/’Writting’ – ‘Default Post Format’ section, but as my research indicates, this selection needs to be done on the ‘Add New Post’ page. I have no menu or radio buttons for selecting post-format on my ‘Add New Post’ page, so I cannot change the type to/from standard/quote/aside etc.
    Further research indicated that the code for these radio buttons needs to be added to the theme – is this true? what code? and where?
    Thank you for your assistance

    #91475

    Towfiq I.

    administrator

    so your post titles are not being displayed?

    #91571

    Patrick

    That is correct, the title used to appear – I am not sure if the problem began with the update to WP 3.8.1 or not. But yes, all new posts do not show titles upon ‘publishing’.

    #91944

    Towfiq I.

    administrator

    send me a page link where the title is missing…

    #92144

    Patrick
    #92287

    Towfiq I.

    administrator

    open up page.php from Appearance> Editor and see if this tag is present or not:

    <?php the_title(); ?>

    #92317

    Patrick

    Yes that tag is present on the page.php file:

    <?php get_header(); ?>

    <!–Content–>
    <div id=”content”>
    <div class=”single_wrap”>
    <div class=”single_post”>
    <?php if(have_posts()): ?><?php while(have_posts()): ?><?php the_post(); ?>
    <div <?php post_class(); ?> id=”post-<?php the_ID(); ?>”>

    <div class=”post_content”>
    <h1 class=”postitle”><?php the_title(); ?></h1>

    the tag is also present in the page-blog.php – I believe I have an appropriate excerpt here:
    <?php
    $args = array(
    ‘cat’ => ”.$zn_blog = of_get_option(‘blog_cat’).”,
    ‘post_type’ => ‘post’,
    ‘paged’ => ( get_query_var(‘paged’) ? get_query_var(‘paged’) : 1),
    );

    query_posts($args);

    while (have_posts()) : the_post();?>

    <div <?php post_class(); ?> id=”post-<?php the_ID(); ?>”>
    <div class=”single_post”>
    <div class=”post_content”>
    <h2 class=”postitle”>” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
    <div class=”single_metainfo”> href=”<?php the_permalink(); ?>

    #92481

    Towfiq I.

    administrator

    can you replace all the <?php the_title(); ?> with <?php echo get_the_title(); ?>

    #92516

    Patrick

    I have replaced the <?php the_title(); ?> with <?php echo get_the_title(); ?> in both the page.php and the page-blog.php files (separately, then both together) – no change!
    he is the link to the page again:
    http://www.ccarechiro.com/title-test-34/

    I greatly appreciate all your help trying to straighten this out.

    #92769

    Towfiq I.

    administrator

    can you disable all the plugins and see if that changes anything?
    and also try switching to another theme and see if the title shows up or not..

    #93806

    Patrick

    I de-activated all plug-ins: no change.
    I changed the theme to ‘dusk to dawn’ and that resolved the problem – allowing for display of post-titles on all pages.
    We really like the Theron-Lite

    #93807

    Patrick

    theme and would like to continue to use it as long as we can resolve the issues with display of post-titles.
    Thank you again for all your assistance.

    #93808

    Towfiq I.

    administrator

    can you delete the theron lite that you are using and install a fresh copy?

    #94069

    Patrick

    In the ftp server, I changed the name of the theron-lite folder to theron-lite-old and then downloaded a new copy of theron-lite 2.0 and uploaded to the ftp. Immediately upon completion – all post titles are visible on all pages.
    Issue resolved.
    Thank you for your patience and assistance in this process. We love theron-lite – thank you for creating a supporting a great theme.

    #94079

    Towfiq I.

    administrator

    great!

You must be logged in to reply to this topic.