Article text not showing when picture added in "images and links" tab
Forums Joomla Templates Club JA Fixel Article text not showing when picture added in "images and links" tab
Hi @matheus305,
In this case, please provide your site url with temporary FTP account via private reply, I will update the code for you.
Is there a way you can post here the changes? So if in the future I need to fix it myself I will know how to.
Just post where should I copy the code. I appreciate the help.
Hi,
First, open file root_foldertemplatesja_fixelhtmlcom_contentarticledefault_popup_images.php and look for this code :
<?php if ($params->get('access-view')):?>
then update as below :
<?php if (isset($urls) && ((!empty($urls->urls_position) && ($urls->urls_position=='0')) || ($params->get('urls_position')=='0' && empty($urls->urls_position) )) || (empty($urls->urls_position) && (!$params->get('urls_position')))): ?>
<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
<?php if ($params->get('access-view')):?>
Next, look for this part :
<div class="popup-image item-image">
and update as below :
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image">
Last step is to find this code :
<section class="article-content clearfix">
Update as below and check the result :
<section class="article-content clearfix" <?php if(!$this->item->event->beforeDisplayContent): echo 'style="margin-left: 0"'; endif; ?>>
<?php echo $this->item->text; ?>
1 user says Thank You to Adam M for this useful post
This topic contains 20 replies, has 5 voices, and was last updated by itprisma 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum