Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • Adam M Moderator
    #556256

    Hi @matheus305,

    In this case, please provide your site url with temporary FTP account via private reply, I will update the code for you.

    matheus305 Friend
    #556507

    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.

    Adam M Moderator
    #556724

    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; ?>

    matheus305 Friend
    #557888

    @adam

    It worked like a charm!
    Thank you so much!

    A+!

    itprisma Friend
    #559497

    superb…i had the same problem, and worked, in fact, like a charm.

    thank you

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 5 voices, and was last updated by  itprisma 9 years, 3 months ago.

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