-
AuthorPosts
-
December 10, 2011 at 7:05 pm #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 10, 2011 at 7:24 pm #429135Arrrgggg !!!!! 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.
December 10, 2011 at 7:32 pm #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
December 14, 2011 at 8:33 pm #429659Hi 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 19, 2011 at 4:27 am #430345Hi
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
1 user says Thank You to jooservices for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 29, 2011 at 11:43 pm #431833Was this issue resolved?
December 30, 2011 at 8:41 pm #431941Hi 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 Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
January 19, 2012 at 12:19 am #434372Hi 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.phpStep 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
1 user says Thank You to pixelzombie for this useful post
-
AuthorPosts
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