Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • cbc575 Friend
    #680305

    Hi there,

    How do I place the “Miscellaneous Information” to the top, followed by the contact info and then the links. Please take a look of the attached picture with the current/original condition.

    CURRENT
    – Contact
    – Links
    – Miscellaneous

    NEEDED
    – Miscellaneous
    – Contact
    – Links

    While we are on this topic, where do I change the “Miscellaneous” text for something else…?

    Site is not live yet, but you can see this at “Contact us” form in your demo.

    Thank you.

    jooservices Friend
    #680359

    Hi there
    Please check com_content layout file.
    If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu

    jooservices Friend
    #746845

    Hi there
    Please check com_content layout file.
    If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu

    cbc575 Friend
    #680373

    <em>@jooservices 489448 wrote:</em><blockquote>Hi there
    Please check com_content layout file.
    If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu</blockquote>

    Could you please be more specific of what is needed to be done.

    Site is in local host, but as I said, this could be easily spotted on your quick-start template.

    Thank you.

    cbc575 Friend
    #746859

    <em>@jooservices 489448 wrote:</em><blockquote>Hi there
    Please check com_content layout file.
    If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu</blockquote>

    Could you please be more specific of what is needed to be done.

    Site is in local host, but as I said, this could be easily spotted on your quick-start template.

    Thank you.

    Ninja Lead Moderator
    #680374

    @cbc575: You can find and change it from templates/ja_techzone/html/com_contact/contact/default.php file

    find and see script


    <!-- Contact other information -->
    <div class="box-contact contact-miscinfo">
    <h3><?php echo JText::_('COM_CONTACT_OTHER_INFORMATION');?></h3>
    <dl class="dl-horizontal">
    <dt>
    <span class="<?php echo $this->params->get('marker_class'); ?>">
    <?php echo $this->params->get('marker_misc'); ?>
    </span>
    </dt>
    <dd>
    <span class="contact-misc">
    <?php echo $this->contact->misc; ?>
    </span>
    </dd>
    </dl>
    </div>
    <!-- End other information -->

    and move it like as my screenshot

    Ninja Lead Moderator
    #746860

    @cbc575: You can find and change it from templates/ja_techzone/html/com_contact/contact/default.php file

    find and see script


    <!-- Contact other information -->
    <div class="box-contact contact-miscinfo">
    <h3><?php echo JText::_('COM_CONTACT_OTHER_INFORMATION');?></h3>
    <dl class="dl-horizontal">
    <dt>
    <span class="<?php echo $this->params->get('marker_class'); ?>">
    <?php echo $this->params->get('marker_misc'); ?>
    </span>
    </dt>
    <dd>
    <span class="contact-misc">
    <?php echo $this->contact->misc; ?>
    </span>
    </dd>
    </dl>
    </div>
    <!-- End other information -->

    and move it like as my screenshot

    cbc575 Friend
    #680375

    @jooservices

    Where is the com_content file, what is the root…?

    DO YOU GET PAY BY MESSAGE YOU SEND…? Because every time you make a comment, you forget to mention very obvious info.

    cbc575 Friend
    #746861

    @jooservices

    Where is the com_content file, what is the root…?

    DO YOU GET PAY BY MESSAGE YOU SEND…? Because every time you make a comment, you forget to mention very obvious info.

    cbc575 Friend
    #680376

    Dear @ninja Lead,

    Thank you so much, this is what I needed. Let me try it and let you know if it worked.

    Kind regards.

    cbc575 Friend
    #746862

    Dear @ninja Lead,

    Thank you so much, this is what I needed. Let me try it and let you know if it worked.

    Kind regards.

    jooservices Friend
    #680377

    Hi there
    It’s a part of Joomla! override. You can check it in Joomla! Document site ( none JA issues )

    https://docs.joomla.org/How_to_override_the_component_mvc_from_the_Joomla!_core

    https://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

    https://docs.joomla.org/Understanding_Output_Overrides

    You are asking about component com_contact and view contact.
    By follow above and combine with Joomla! Document you can easily locate override location
    /templates/<template>/html/com_contact/default.php . That’s path answered by Ninja .

    Use search string to just simply check that layout file and modify it as your need.

    It should be simple just follow logic

    Thank you,
    Viet Vu

    jooservices Friend
    #746863

    Hi there
    It’s a part of Joomla! override. You can check it in Joomla! Document site ( none JA issues )

    https://docs.joomla.org/How_to_override_the_component_mvc_from_the_Joomla!_core

    https://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

    https://docs.joomla.org/Understanding_Output_Overrides

    You are asking about component com_contact and view contact.
    By follow above and combine with Joomla! Document you can easily locate override location
    /templates/<template>/html/com_contact/default.php . That’s path answered by Ninja .

    Use search string to just simply check that layout file and modify it as your need.

    It should be simple just follow logic

    Thank you,
    Viet Vu

    cbc575 Friend
    #680380

    Dear @ninja Lead,

    It did work perfect, thank you again.

    Any idea in how to change the titles text, particularly “Miscellaneous”…?

    Thank you.

    cbc575 Friend
    #746866

    Dear @ninja Lead,

    It did work perfect, thank you again.

    Any idea in how to change the titles text, particularly “Miscellaneous”…?

    Thank you.

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 3 voices, and was last updated by  cbc575 9 years, 2 months ago.

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