Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #986407

    Hi
    As i understand you would like to change the position of banner to the Top and below The more news section .
    For this
    Go to /templates/ja_teline_v/acm/news-featured/tmpl/style-1.php

    Find and cut this code

    
            <!-- Banner -->
            <div class="banner">
                <?php
                $document = JFactory::getDocument();
                $renderer = $document->loadRenderer('modules');
                $position = "banner-1";
                $options = array('style' => 'T3xhtml');
                echo $renderer->render($position, $options, null);
                ?>
            </div>
            <!-- // Banner -->

    Paste it after line 165
    as in my screenshot

    Regards


    1. Screenshot_4
    capys77 Friend
    #986424

    Look at the result


    1. deformado
    Pankaj Sharma Moderator
    #986436

    Hi
    maybe you did something wrong . Here i tested the same on fresh package : http://prntscr.com/d7h2tj
    You can send me a temp super user login details using Private reply , i will take a look on your changes .

    capys77 Friend
    #986440
    This reply has been marked as private.
    capys77 Friend
    #986447

    ya lo solucione gracias

    Pankaj Sharma Moderator
    #986468

    Hi
    the changes are working fine on your site I can see the banner is in the Top : http://prntscr.com/d7i2uz

    orff Friend
    #986872

    Hi Sharma,

    I made a change, what you have noted and I have a question. How can I remove the empty box that is there now displays the figure (marked in red)?

    Thanks


    1. Prazdny_box
    Pankaj Sharma Moderator
    #986879

    Hi @orff
    Kindly post your working site URL here .

    orff Friend
    #986899

    Hi,

    It is shown in the picture. Site is http://www.kovoprumysl.cz

    Pankaj Sharma Moderator
    #986903

    Hi
    Add below code in custom.css file to remove the border from bottom

    .magazine-featured-links .magazine-links {
        border-bottom: none!important;
    }

    Regards

    orff Friend
    #986917

    Hi,

    I donĀ“t have this code in custom.css file?
    I attach a file to the attachment.

    Thanks a lot

    orff Friend
    #986918

    Custom.ccs


    1. custom-1.zip
    Pankaj Sharma Moderator
    #986930

    Hi
    Kindly add the code again : /templates/ja_teline_v/css/custom.css
    II have not found the code in the running site .
    Save file , clean Joomla and browser cache and check .
    Regards

    orff Friend
    #987043

    It is resolved.

    Thanks

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

This topic contains 14 replies, has 3 voices, and was last updated by  orff 7 years, 10 months ago.

The topic ‘change Positions’ is closed to new replies.