-
AuthorPosts
-
March 31, 2011 at 3:21 pm #162197
Hello …
I have some questions about menu bar:
1. How can I remove the “WELCOME TO THE FRONTPAGE” text on the front page? (See Attached Image)
2. And can I extend the width of menu bar? (See Attached Image)
3. And the last question is how to move menu bar from right to the left side of my site?
my site address: http://www.itvision.ir/
Thanks a lot … 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 31, 2011 at 5:47 pm #384318Hi,
To solve:
– Problem 1: delete this code in <joomla url>templatesja_socialhtmlcom_contentfrontpagedefault.php file
<?php if ($this->params->get('show_page_title',1)) : ?>
<h1 class="componentheading"><?php echo JText::_('Home page title'); ?></h1>
<?php endif; ?>
– Problem 2: goto Extensions–>Template manager–>ja_social. Choose layout tab, edit default layout and find code
<blocks name="middle" colwidth="22"> <--change value
<block name="content-mass-top" style="jaraw">content-mass-top</block>
<block name="content-top" type="spotlight">user1,user2,user3</block>
<block name="inset2">left</block>
<block name="right2">right</block>
</blocks>
– Problem 3: goto Extensions–>module manager. Find “User menu” module and set its position is left1 user says Thank You to khoand for this useful post
March 31, 2011 at 7:57 pm #384334Thanks a lot for your response, 🙂
Problem 2 has solved. but problems 1 & 3 are still remaining.
in problem 1, I had renamed the “frontpage” folder to something else, in my case, “old_frontpage” to show full screen images on frontpage instead of 200*200px thumbnail pictures. so because of that, editing the “default.php” has no effect. Is there another solution to change or remove this text?
and in problem 3, both “right” and “left” positions are on the right side of my site. I attached the image of this. is there any way to put menu on the right side of my site?
Thanks a lot … 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 1, 2011 at 6:01 am #384391Hi,
To solve problem 3, goto extensions–>template manager–>ja_social.Choose layout tab, edit default layout
<blocks name="middle" colwidth="22">
<block name="content-mass-top" style="jaraw">content-mass-top</block>
<block name="content-top" type="spotlight">user1,user2,user3</block>
<block name="inset2">left</block> <-- replace inset2 with inset1
<block name="right2">right</block>
</blocks>
– problem 1: Is <joomla url>templatesja_socialhtmlcom_contentfrontpag edefault.php file existing on your website?1 user says Thank You to khoand for this useful post
April 1, 2011 at 8:39 pm #384484<em>@khoand 231617 wrote:</em><blockquote>- problem 1: Is <joomla url>templatesja_socialhtmlcom_contentfrontpag edefault.php file existing on your website?</blockquote>
Thanks again Dear khoand. this address existing in my site: “templatesja_socialhtmlcom_contentold_frontpagdefault.php” but not this: “templatesja_socialhtmlcom_contentfrontpag edefault.php”
I had renamed “frontpag” to “old_frontpag” because of full screen images on front page. When I restore “old_frontpag” to default name “frontpag”, all images disorganized and because of this problem, I forced to rename the “frontpag” folder to “old_frontpage”
is there another way to delete “WELCOME TO THE FRONTPAGE” text?
Thanks a lot. 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 2, 2011 at 6:20 am #384546Hi
You try delete code in <joomla url>pluginssystemjat3base-themesdefaulthtmlcom_contentfrontpagedefault.php file
<?php if ($this->params->get('show_page_title',1)) : ?>
<h1 class="componentheading"><?php echo JText::_('Home page title'); ?></h1>
<?php endif; ?>1 user says Thank You to khoand for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by hossein ri 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum