-
AuthorPosts
-
wolfemann Friend
wolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 16, 2010 at 12:03 pm #157520I tried to post this earlier but because of a browser issue, I don’t think it was posted.
Greetings and felicitations,
Thank you all for your help. The JA forum is half the reason I keep coming back to JA.
I implemented some changes to the JA Rave template based on some of the hints in the forum, and form some of the answers to my questions.
The problem is that I need a left column on my main page, but I would still like the default to be as I have it (main content, full width) whenever there is no left content.
Currently anything assigned to the left column appears at the bottom of the page, even though the space is reserved for it on the left side.
WTF?
Can someone please help me? I just need to know what I need to change.
URL: http://euromil-15.test4bugs.com/
Username: Dogbert
Pass:*********** – OBFUSCATED FOR SECURITY REASONSThe “EUROMIL Partners” should appear in the left column at the top.
Many thanks,
MicahPS – Since this is related, I thought I would add here that I also need to create a module position under the “content” area (same white background, etc…). In other words, where the “EUROMIL partners” module is currently showing up, but the full width of the content position. This T3 framework is much more difficult to work with than the old templates.
Thanks again
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 18, 2010 at 3:00 am #367432Dear wolfemann,
I am not sure but the issue might relate to your article contents,Please make sure that you did not copy your contents from word documents or something like that,you can submit a ticket into our ticket system,give me your FTP Info,I will have further checking for you.
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 18, 2010 at 10:40 am #367457Hi dathq,
Thank you for your reply. I was starting to thing no one would respond to this post.
I don’t use Word for anything. I use a text editor.
I’d rather not bother anyone with a ticket.
I’m just hoping that the problem is not from some alteration I’ve made from other posts on the forum.The left column is showing up correctly on other pages, just not on the home page (i.e. the first page of any Category Blog layout).
I sent you the ftp info in a private message. The other access info is in my last posting.
I really appreciate your help.
Thank you.
Best,
MicahSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 21, 2010 at 7:44 am #367894Dear wolfemann,
Ok, just open the file of templates/ja_rave_new/html/com_content/category/blog_item.php ,Looking for the Html codes
<div class=”article-content”>
<?php if (isset ($this->item->toc)) : ?>
<?php echo $this->item->toc; ?>
<?php endif; ?>
<?php echo $this->item->text; ?>
</div>
And change it to
<div class=”article-content”>
<table cellpadding=”0″ cellspacing=”0″ width=”100%” border=”0″>
<tr><td>
<?php if (isset ($this->item->toc)) : ?><?php echo $this->item->toc; ?>
<?php endif; ?>
<?php echo $this->item->text; ?>
</td></tr>
</table>
</div>wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 21, 2010 at 10:37 am #367931Thank you dathq,
It’s really helpful for me to see where the changes are being made. I’m having a lot of trouble adjusting to the T3 framework.
Also in the post I asked about adding two module positions under the “content” area (same white background, etc…) the full width of the content position (so I can properly center the items). Changing two of the footer located “user” positions to this location would work as well. I don’t plan on putting any content down there (in the gray area).
I read through the Wiki (which will take me some more time to understand fully) and have looked at similar posts, but I’m just not understanding how to do it.
I can start a new post if it’s necessary. This is also priceless info as well.
Best,
MicahSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 21, 2010 at 10:41 am #367933Dear wolfemann,
Regarding the issue of two module positions under the “content” area I think you should submit a ticket into our ticket system with details and i shall try to help you then
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 21, 2010 at 10:14 pm #368014I can’t seem to submit a ticket.
The captcha image does not show up.I have emailed customer service about the module positions question. Will that do?
Best,
Micah.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 21, 2010 at 11:46 pm #368027<em>@wolfemann 208989 wrote:</em><blockquote>URL: http://euromil-15.test4bugs.com/
Username: Dogbert
Pass:*********** – OBFUSCATED FOR SECURITY REASONS
</blockquote>I have edited out the Super Admin User details you posted on the forum. Please ASAP go into your Joomla back end and change this account.
Never post admin logon details on any live forum. I’m sure you realise how bad this can be. I spent half a day re-building someones server last week after they did the same on here. His entire server was compromised and sending out spam emails to the masses.
In addition, you are running a couple of versions of Joomla behind. Please upgrade this when you have changed your password.
1 user says Thank You to Phill for this useful post
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 22, 2010 at 11:32 am #368115Thanks Phill,
I don’t normally. I guess I just have a little too much trust in this forum.
It’s also a test site that I clean regularly and have security tested by a 3rd party security firm.Regardless, it was a stupid mistake on my part. Thanks.
Cheers!
Micah -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by wolfemann 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum