firstpage

  • Posted in : cvCard
  • Jagoda
    Participant

    hi
    I change a little your template, I have only the portfolio page and I don’t have a menu.
    but as soon as I delete the “NAV MENU” gives me this error by firebug:
    “path = firstPage.slice(2,firstPage.length);”

    where I can write that “” is my first and only page?

    thanks in advance

    ahmetsali
    Keymaster

    Hi, try this;

    change the class “one-page-layout” of html tag to “single-page-layout”.

    Jagoda
    Participant

    hi
    if I change html tag to “single-page-layout” the ajax call does not work :(

    I tried to make some changes, now I get this error on the console of firebug:
    – cannot call methods on isotope prior to initialization; attempted to call method ‘reLayout’
    – cannot call methods on isotope prior to initialization; attempted to call method ‘option’

    could you help me to fix this bug?
    I will have an interview on Monday and I should do to see my website.
    I could send you the url of the test in private?

    Should you need any further information, please do not hesitate to contact me.
    thanks in advance

    Jagoda
    Participant

    I do not know if a screenshot of firebug can help you to understand
    http://i.imgur.com/l1Vbo0N.jpg

    thanks in advance

    Jagoda
    Participant

    maybe I fixed it, with this code

    $container.isotope({
    itemSelector : ‘.hentry’,
    layoutMode : $(this).attr(‘data-layout’)
    });

    before this:
    $container.isotope( ‘reLayout’ ).isotope( ‘option’, { masonry: { columnWidth: columnWidth } } );

    ahmetsali
    Keymaster

    about your first question, you can prevent the javascript error by not deleting menu markup but hiding it via css;

    .vs-nav {
        display: none;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register