Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • stevomigas Friend
    #1035675

    Hi I would like to set orderind of map module to be above the copyright text, how to make it please? See attached file. Thanks for any help


    1. 2017-05-21
    pavit Moderator
    #1035709

    Hello

    Could you share as private reply a temp super user account to your backend ?

    I will have a look at it and suggest a solution.

    stevomigas Friend
    #1035714
    This reply has been marked as private.
    pavit Moderator
    #1035717

    Your backend page shows a 403 page at my end , if you have IP restrictions then temporarly remove them to allow me to access.

    stevomigas Friend
    #1035718

    try now, seems to be blocked by hosting provider

    pavit Moderator
    #1035719

    try now, seems to be blocked by hosting provider

    Nothing yet, still 403 forbidden.

    stevomigas Friend
    #1035722
    This reply has been marked as private.
    pavit Moderator
    #1035751

    I have no idea, what should block access from other countries.

    Please ask to your hosting provider to remove restritions, teamviewer is not a good solution to provide support.

    Contact us again when it is done

    Regards

    stevomigas Friend
    #1035757

    I think, I got this. Send me your country code and I’ll add it to .htaccess:
    http://dev.maxmind.com/geoip/legacy/codes/iso3166/

    pavit Moderator
    #1035764

    I think, I got this. Send me your country code and I’ll add it to .htaccess:

    IT Italy

    stevomigas Friend
    #1035765

    OK, try now to login…

    pavit Moderator
    #1035766

    OK, try now to login…

    It doesn’t works, anyway you can solve adding a new block between footer and copyright

    1) Create a new php file in this folder /templates/ja_mono/tpls/blocks/ i copied the content-mass-bottom block and named file content-mass-bottom-2.php

    2) add below code to it

    <?php
    /**
     * ------------------------------------------------------------------------
     * JA Mono Template
     * ------------------------------------------------------------------------
     * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
     * @license - Copyrighted Commercial Software
     * Author: J.O.O.M Solutions Co., Ltd
     * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
     * This file may not be redistributed in whole or significant part.
     * ------------------------------------------------------------------------
     */
    
    defined('_JEXEC') or die;
    ?>
    
    <?php if ($this->countModules('content-mass-bottom-2')) : ?>
      <!-- Content Mass Bottom -->
      <div class="content-mass content-mass-bottom col-xs-12<?php $this->_c('content-mass-bottom') ?>">
        <jdoc:include type="modules" name="<?php $this->_p('content-mass-bottom-2') ?>" style="T3xhtml" />
      </div>
      <!-- //Content Mass Bottom -->
    <?php endif ?>

    3) Edit your footer.php file in this folder /templates/ja_mono/tpls/blocks/ and add the new block immediatly above the copyright section.

    <?php $this->loadBlock('content-mass-bottom-2') ?>

    4) Publish your module in the new position after you added position in templateDetails.xml file

    Regards


    1. Screenshot-at-mag-21-22-16-20
    2. Screenshot-at-mag-21-22-19-34
    3. Screenshot-at-mag-21-22-20-07
    stevomigas Friend
    #1035774

    Works like a charm. Good job. Anyway, in third picture get in touch, there are 3 links to Facebook… Where are they located-lost in code?

    pavit Moderator
    #1035856

    Where are they located-lost in code?

    They are in contact links => Contacts => Your default contact => Display tab.

    Regards


    1. Screenshot-at-mag-22-07-21-06
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 6 years, 11 months ago.

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