ultimatec profile

Home Forums ultimatec

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • ultimatec
    Participant

    Solution for this topic

    Solved, it’s not the best way to do it but it works :), here the code

     

    Javascript:

    jQuery(document).ready(function($) {
    $(‘.blog-grid-item1’).click(function() {
    var url = $(“.blog-grid-item1>.blog-grid-item-container>.blog-slider-container>.blog-slider-content>.blog-slider-content-details>a”).attr(‘href’);
    window.location.href=url;
    });
    $(‘.blog-grid-item2’).click(function() {
    var url = $(“.blog-grid-item2>.blog-grid-item-container>.blog-slider-container>.blog-slider-content>.blog-slider-content-details>a”).attr(‘href’);
    window.location.href=url;
    });
    $(‘.blog-grid-item3’).click(function() {
    var url = $(“.blog-grid-item3>.blog-grid-item-container>.blog-slider-container>.blog-slider-content>.blog-slider-content-details>a”).attr(‘href’);
    window.location.href=url;
    });
    });

     

    CSS:

    .blog-grid-item1, .blog-grid-item2, .blog-grid-item3:hover{cursor:pointer};

     

    ultimatec
    Participant

    Okay, thank you

     

    I appreciate it

    ultimatec
    Participant

    I just checked the id’s I put in the fields and are correct, I tried to delete one by one every field and refresh to see if happens something, still not showing up.

     

    Right now I left only instagram ID and still not working.

     

    Thanks

    ultimatec
    Participant

    Hello again, today I changed the hosting to a better one, now it should work fine ^^

    Thanks

    ultimatec
    Participant

    Yeah of course, maybe there is something that increased load time too because it takes more than 3 sec to load the website πŸ™

     

    Thanks πŸ˜€

Viewing 5 posts - 1 through 5 (of 5 total)