Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • hossein ri Friend
    #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 … 🙂


    1. Capture
    khoand Friend
    #384318

    Hi,
    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 left

    hossein ri Friend
    #384334

    Thanks 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 … 🙂


    1. Capture2
    khoand Friend
    #384391

    Hi,
    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?

    hossein ri Friend
    #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 Friend
    #384546

    Hi
    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; ?>

    hossein ri Friend
    #384629

    Thanks a lot dear khoand for Guides and response.

    I hope you a good new year! 🙂

    Thanks.

Viewing 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