Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • infocubic Friend
    #1010529

    I need to change the font and remove links option in the contact page. Please give me the steps.


    1. contact-form-edit
    pavit Moderator
    #1010534

    Hello

    Could you share a link to your website too ?

    infocubic Friend
    #1010538
    pavit Moderator
    #1010553

    Hello

    Regarding your ja masshead title "ja nuevo" you should edit your ja masshead module and add the desired text for it adding your contact menu item id and your text .

    Regarding links you can look at THIS TOPIC


    1. Screenshot-at-feb-14-12-22-23
    infocubic Friend
    #1010921

    Hello Pavit,

    Thanks for your help. I am able to remove the links option.

    Please let me know how can I change the font in contact page, because some heading are different than the default font.


    1. contact-paga-font
    pavit Moderator
    #1010930

    Hello

    To change font type add this to your custom.css

    .plain-style h3 {
    font-family:your font!important;
    }
    .plain-style .page-header h2 {
    font-family:your font!important;
    }
    .btn-primary  {
    font-family:your font!important;
    }

    Regards

    infocubic Friend
    #1011236

    Hello Pavit,

    Thanks , I’ve changed to the default font now.

    Regards
    Nagesh

    infocubic Friend
    #1011308

    Hi I have one more query, How can I remove the contact details part keeping the contact form?

    Address for the site is http://cubic.freesite.host/index.php/contact

    I need to use the sidebar to customize this part.


    1. contact-page
    pavit Moderator
    #1011439

    Hello

    Edit this file /templates/ja_nuevo/html/com_contact/contact/default.php and find :

            <div class="col-md-8 col-sm-7 contact-left">
                <?php  echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>';  ?>
                <?php  echo $this->loadTemplate('form');  ?>
            </div>
            <!-- End Show form contact -->  
    
            <!-- Show Other information -->
            <div class="col-md-4 col-sm-5 contact-information">
                <div class="inner">

    Change to :

    <div class="col-md-12 col-sm-12 contact-left">
            <?php  echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>';  ?>
            <?php  echo $this->loadTemplate('form');  ?>
        </div>
        <!-- End Show form contact -->  
    
        <!-- Show Other information -->
        <div class="col-md-4 col-sm-5 contact-information" style="display:none;">
            <div class="inner">
    

    Regards

    infocubic Friend
    #1012507

    Hello Pavit,

    I have made the changes, but now the blank portion appears in the middle. Could you pls help me to expand the form to this area?


    1. contact-page-1
    pavit Moderator
    #1012514

    Hello

    Looking at your page i noted you haven’t changed the div class as i suggested above

     <div class="col-md-8 col-sm-7 contact-left">

    Should be changed to :

    <div class="col-md-12 col-sm-12 contact-left">
    infocubic Friend
    #1013265

    I have made the changes. Now looks good but the problem is the sidebar which has address does not appear if I resize the window to tablet or mobile size. And also the footer position 1,2,3 & 4 does not appear if I resize the window to tablet or mobile size. Please see the screen shot.


    1. contact-page-3
    pavit Moderator
    #1013267

    Hello

    Go to your template manager -> Layout tab -> responsive layout -> Extra-small and enable visibility for sidebar and footer positions.

    Regards


    1. Screenshot-at-feb-24-07-45-52
    2. Screenshot-at-feb-24-07-46-15
Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 7 years, 1 month ago.

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