Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • synapsis Friend
    #163262

    When I create an article on my site right now, any pictures that I put in get put at the top of the article, above even the title. I need the title to appear first, and then have the content appear in the order it’s placed in the WYSIWYG editor.

    My site is currently set to offline, so I can’t show you an example of this, but has anyone else experienced this? How can it be corrected?

    What is it about this template that’s causing this to happen?

    Thank you for your swift response.
    Matt

    aman204 Friend
    #388476

    Go to templates/ja_community_plus/html/com_content/frontpage/default_item.php file and move this code::

    <?php if ($image) : ?>
    <?php echo $image ?>
    <?php endif; ?>

    below this::

    <a href=”<?php echo $this->item->readmore_link; ?>”>
    <?php echo $this->escape($this->item->title); ?>
    </a>
    <?php else : ?>
    <?php echo $this->escape($this->item->title); ?>
    <?php endif; ?>
    </h2>
    <?php endif; ?>

    chavan Friend
    synapsis Friend
    #388735

    aman204, you are awesome. Thank you!
    आप अपनी तरह की मदद के लिए धन्यवाद.

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

This topic contains 4 replies, has 3 voices, and was last updated by  synapsis 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum