Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • mile1950 Friend
    #705473

    Hi,

    I would like to put masthead on my Contact us page. I copied the masthead which is originally assign to the all categories etc… and add my menu id 660 and image from Filezila. It looks like this:

    [Masshead Itemid=”660″ title=”Contact us” background=”templates/ja_hotel/images/masthead/masthead1.jpg”]
    [/Masshead]

    Also put menu assignment but still I have module on my page without the back picture.

    Please could you help me?

    pavit Moderator
    #705522

    Hi there

    You added wrong image name correct name is templates/ja_hotel/images/masthead/masthead-1.jpg

    Check now

    pavit Moderator
    #751955

    Hi there

    You added wrong image name correct name is templates/ja_hotel/images/masthead/masthead-1.jpg

    Check now

    mile1950 Friend
    #705523

    Again Pavit you are the man! Thanks few more questions.

    Now I would like to change that is not written double time Contact us but only in masthead.

    Also I would like to remove the info about the author, htis etc.

    How I can change from this url http://essenceofcroatia.com/index.php/contact-us to this essenceofcroatia.com/contat-us?

    thanks

    mile1950 Friend
    #751956

    Again Pavit you are the man! Thanks few more questions.

    Now I would like to change that is not written double time Contact us but only in masthead.

    Also I would like to remove the info about the author, htis etc.

    How I can change from this url http://essenceofcroatia.com/index.php/contact-us to this essenceofcroatia.com/contat-us?

    thanks

    pavit Moderator
    #705525

    Hi

    <blockquote>Now I would like to change that is not written double time Contact us but only in masthead.</blockquote>

    You should edit contact us menu item -> Options tab -> Show Title -> Hide

    <blockquote> Also I would like to remove the info about the author, htis etc.</blockquote>

    Same place as above

    i already edited them for you

    <blockquote>How I can change from this url http://essenceofcroatia.com/index.php/contact-us to this essenceofcroatia.com/contat-us?</blockquote>

    Take a look HERE

    pavit Moderator
    #751958

    Hi

    <blockquote>Now I would like to change that is not written double time Contact us but only in masthead.</blockquote>

    You should edit contact us menu item -> Options tab -> Show Title -> Hide

    <blockquote> Also I would like to remove the info about the author, htis etc.</blockquote>

    Same place as above

    i already edited them for you

    <blockquote>How I can change from this url http://essenceofcroatia.com/index.php/contact-us to this essenceofcroatia.com/contat-us?</blockquote>

    Take a look HERE

    mile1950 Friend
    #705527

    Thanks,

    Is it good like this made?

    And my logo which is written essence of croatia is in two rows in the home page.. can I change it?

    mile1950 Friend
    #751960

    Thanks,

    Is it good like this made?

    And my logo which is written essence of croatia is in two rows in the home page.. can I change it?

    pavit Moderator
    #705530

    It should be

    RewriteBase / and not RewriteBase /Ja_Hotel

    <blockquote>And my logo which is written essence of croatia is in two rows in the home page.. can I change it?</blockquote>

    I changed it in this file templatesja_hoteltplsblocksheader.php

    from :

    <!-- LOGO -->
    <div class="col-xs-4 col-sm-2 logo">

    To ;

    <!-- LOGO -->
    <div class="col-xs-4 col-sm-3 logo">

    In this way i enlarged block for logo space from 2 to 12 to 3 to 12 and it has more space and is not cutted on 2 lines

    pavit Moderator
    #751963

    It should be

    RewriteBase / and not RewriteBase /Ja_Hotel

    <blockquote>And my logo which is written essence of croatia is in two rows in the home page.. can I change it?</blockquote>

    I changed it in this file templatesja_hoteltplsblocksheader.php

    from :

    <!-- LOGO -->
    <div class="col-xs-4 col-sm-2 logo">

    To ;

    <!-- LOGO -->
    <div class="col-xs-4 col-sm-3 logo">

    In this way i enlarged block for logo space from 2 to 12 to 3 to 12 and it has more space and is not cutted on 2 lines

    mile1950 Friend
    #705552

    HI again,

    thank you for your help.

    I was trying to learn something in:/ja_hotel/templates/ja_hotel/tpls/blocks file header.php and I was changing values from 10 to 1 in both parameters

    Example1:
    <!– LOGO –>
    <div class=”col-xs-10 col-sm-1 logo”>

    Example:
    <!– LOGO –>
    <div class=”col-xs-1 col-sm-1 logo”>

    …and everything was the same. In the end I put it back 4 and 3. Did I configure something wrong?

    I would like to decrease the header size. You can see it in the picture below:

    One other thing, I had changed the file as you said:

    You can see how now looks my contact us page. It look s different on the demo.

    Kind regards

    mile1950 Friend
    #751985

    HI again,

    thank you for your help.

    I was trying to learn something in:/ja_hotel/templates/ja_hotel/tpls/blocks file header.php and I was changing values from 10 to 1 in both parameters

    Example1:
    <!– LOGO –>
    <div class=”col-xs-10 col-sm-1 logo”>

    Example:
    <!– LOGO –>
    <div class=”col-xs-1 col-sm-1 logo”>

    …and everything was the same. In the end I put it back 4 and 3. Did I configure something wrong?

    I would like to decrease the header size. You can see it in the picture below:

    One other thing, I had changed the file as you said:

    You can see how now looks my contact us page. It look s different on the demo.

    Kind regards

    pavit Moderator
    #705563

    <blockquote>I would like to decrease the header size. You can see it in the picture below:</blockquote>

    Changes of grid size should be done in another file /templates/ja_hotel/tpls/blocksmainnav.php

    I changed from:

    <nav id="t3-mainnav" class="navbar navbar-default t3-mainnav col-sm-10 pull-right">
    To :

    <nav id="t3-mainnav" class="navbar navbar-default t3-mainnav col-sm-8 pull-right">

    as you can see header height is changed

    <blockquote>One other thing, I had changed the file as you said:</blockquote>

    Sorry about this , i only now noted you installed website in a subfolder of your public_html so the correct path for the .htaccess file is

    RewriteBase /ja_hotel

    as you did already before

    pavit Moderator
    #751989

    <blockquote>I would like to decrease the header size. You can see it in the picture below:</blockquote>

    Changes of grid size should be done in another file /templates/ja_hotel/tpls/blocksmainnav.php

    I changed from:

    <nav id="t3-mainnav" class="navbar navbar-default t3-mainnav col-sm-10 pull-right">
    To :

    <nav id="t3-mainnav" class="navbar navbar-default t3-mainnav col-sm-8 pull-right">

    as you can see header height is changed

    <blockquote>One other thing, I had changed the file as you said:</blockquote>

    Sorry about this , i only now noted you installed website in a subfolder of your public_html so the correct path for the .htaccess file is

    RewriteBase /ja_hotel

    as you did already before

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

This topic contains 23 replies, has 2 voices, and was last updated by  mile1950 9 years, 1 month ago.

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