1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Help with the configuration of Matrix #405

Discussion in 'General' started by aahermosa, Aug 14, 2014.

?

How can i change the pics and configure the email?

  1. Have no more ideas

    0 vote(s)
    0.0%
  2. Im not expert, but i try all I know

    2 vote(s)
    100.0%
  1. aahermosa

    aahermosa New Member

    Hi guys

    Firstly I would like to say Thanks for all this amazing templates... I will use one for my CV, so i don't need to have more than 3 pages.

    I installed the template 405 matrix, but I have a issue changing the pics from the homepage. There is 4 pics and when I change the html with the same name on my picture, or just doesn't show or not even fit the space.

    http://www.templatemo.com/preview/templatemo_405_matrix

    Now i have all my 4 pics with the same size and name as your template, but I still can not changed.

    Is there a way to change this, modifying some code? and in which file?

    Thanks a lot for your template, and for your help.

    Regards

    Albert.
     
  2. Dawn

    Dawn Community Manager

    Hi and welcome to FWT, Albert!

    I'm not an expert, but you can try all the things I know ;)
    • Ensure that your new images are placed in the correct directory. Going by the original template file, this would be the images folder.
    • Ensure that the image path in the HTML corresponds with the location of your images. For example, for the leftmost image, this is the portion of the code you are looking for (in index.html):
      HTML:
      <div class="templatemo_mainimg"><img src="images/templatemo_home1.jpg" alt="home img 01"></div>
      If you are not sure what you are doing, don't change this path.
    • Ensure that your images are named correctly. So to change the leftmost image, you want your new image's name to be templatemo_home1.jpg. Follow this name exactly – all lower case letters, and the same file extension (.jpg).
    • If you have uploaded your website to your server, make sure you have uploaded all the necessary files and folders, and in this case especially the images folder. Basically, everything that came with your .zip download.
    • Empty your browser cache. Sometimes that's all you need to do.
    Hope this helps! If not, do post more details of your problem up here and maybe someone else will be able to help you figure it out. :)

    PS. I don't think this is one of our templates. Did you perhaps find it in our Free HTML Templates forum? Those templates are shared with our community by our members. :p
     
  3. aahermosa

    aahermosa New Member

    Great stuff... thank you for your help. Was so easy at the end... i have to clean the cache and there I can see all my pics replacing the original ones.

    Thanks again for this very helpful webiste.

    ;):)
     
  4. Dawn

    Dawn Community Manager

    Good to hear you've solved your problem, Albert! I'm glad to be able to help. Do stick around and help out on FWT; we'd love to have you around :)
     
  5. siqve006

    siqve006 New Member

    Does anyone know how to configure the homepage in the css so that it looks right in IE8 and lower? I can get it to look ok in IE9, but am struggling with the block images and logo image going full-width on me in IE8 and lower. Thanks!
     
  6. Jalakara

    Jalakara New Member

    i want to create a text only menu... at the bottom (in the Copyright line) - but i'm not able to link it to the original menu links. I'm trying to use the 'id' of the DIV to connect to

    <a href="#menu-2">Services</a>

    but it does not work
     
  7. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    Hi Jalakara,

    Can you copy past your code on the forum, will be easier to help you out that way.
     
  8. Jalakara

    Jalakara New Member

    PL. check http://jalakara.com/v3/

    I'm trying to get the text links menu at the bottom of the page to work the same as the other links.

    Thanks for offering to help



     
  9. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    That template is really really bad for ranking on Google and really bad for building links.
    The template uses JavaScript for linking just to make some animations work.

    If your really want to use this as is, just copy past the links in your source code for example:
    HTML:
    <a class="show-3 templatemo_page3" href="#">What we've done</a>
    For the What we've done link and so on...
    You may have to add a third class style to the link to remove the styling and make it look like a text link and not a box.

    But it's bad....

    What happens when you want to send someone a link to your "What we've done" page?
    You can't for now. You can add HTML anchors to make it work like this #whatwedone and change the JavaScript code which I don't have the time to do for you now.

    But even that isn't a good thing.
     
  10. Jalakara

    Jalakara New Member

    I tried what you suggested... but it does not seem to work.... i'll just let it go.

    thanks for trying to help.... much appreciated.