Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • ilgar rzazade Friend
    #429131

    Hi Jooservice

    In the video i cant see sometimes which files your editing. Isnt possible to describe a easy way to create this modul positions?

    Cheers

    jooservices Friend
    #429135

    Arrrgggg !!!!! Sorry but i’m really confuse why don’t user can’t watch my video ??? I have checked in both of my monitor and very high quality like HD xxx movie 😐
    In this case please just simply update me FTP than i can help you apply new module position.

    Thank you for understand.

    ilgar rzazade Friend
    #429137

    🙂 jooservice. Your video is to0 long, your video has no voice, and sometimes it is mystic which files your are editing i.e your index.php is full of code. my index.php is almost empty. And also youre working on ja purity not on ja rave. This factors are very confusing. I need really a documented solution. I have a development environment, i will test it before there, afterwards i will implement the solution in the production site. Which files i have to edit?

    Cheers

    ilgar rzazade Friend
    #429659

    Hi all

    i tried with the suggestions from the thread

    http://www.joomlart.com/forums/topic/new-module-position-10/

    Unfortunaltly the modul position is under the slideshow it should be next to the logo.

    Can someone help?

    The site is demo.haqq-adalet.com

    Cheers

    jooservices Friend
    #430345

    Hi
    Please just simply update me your FTP i’ll do it on your site.
    And after that you will check how about code.

    Thank you

    TomC Moderator
    #431833

    Was this issue resolved?

    ilgar rzazade Friend
    #431941

    Hi Tom

    On the Demosite it looks like it is done, i didnt receive any update, so i saw it right now, and i have no idea how implement this on the production site.

    demo.haqq-adalet.com is the site.

    Cheers

    pixelzombie Friend
    #434372

    Hi ilgar rzazade,

    Tom kindly asked me to have a look into this and here’s the answer in a understandable way.

    Step 1

    Copy the file
    pluginssystemjat3jat3base-themesdefaultblocksheader.php
    to
    templatesja_raveblocksheader.php

    Step 2

    Edit the header.php and look at the bottom. We need to insert your custom module positions between the logo and the search bar. the new module positions will be called custom-left and custom-right. Insert the code block as shown below:


    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>

    <?php if($this->countModules('custom-left')) : ?>
    <div id="custom-left">
    <jdoc:include type="modules" name="custom-left" />
    </div>
    <?php endif; ?>

    <?php if($this->countModules('custom-right')) : ?>
    <div id="custom-right">
    <jdoc:include type="modules" name="custom-right" />
    </div>
    <?php endif; ?>

    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>
    <?php endif; ?>

    Okay, now the modules you put there will get loaded.

    Step 3

    Publish a module in custom-left and another one in custom right. You may now see that your modules will show with each other. To make them align side by side follow step 4.

    Step 4

    Edit your templates main css file templatesja_ravecsstemplate.css and paste the following code blocks anywhere you like:


    #custom-left {
    float: left;
    margin-right: 20px;
    }
    #custom-right {
    float: left;
    }

    You can extend the css as you wish of course. This is just for the alignment.

    I hope everything was understandable and if you don’t get this done in under 13 minutes I’ll have to punch myself into the face :laugh:

    Cheers

    Frank

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 4 voices, and was last updated by  pixelzombie 12 years, 9 months ago.

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