Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • zdmdesignz Friend
    #193279

    Hello,

    I’m in desperate need of two redirects to complete my site but for some reason the default Joomla Redirect Component is not working with this template. This same trend is true of an untouched stock Fixel install as well.

    Because of this I was forced to use a 3rd party redirect plugin called ReDJ which seems to be working. Unfortunately the redirects I have in place are related to featured articles on the homepage, and the redirects use an iframe-type behavior to open the destination url inside the popup window, which in turn cuts of the social and printing bar on the left and also tries to fit the mainmenu inside the popup as well. This behavior only happens with a featured article redirect, and not with menu item redirects. I know that this behavior is not the result og the plugin because the same thing happens with a server-side redirect.

    How do I have the redirect not open in a popup, but instead completely navigate away from the featured popup window and open as a standard article like the one found here… http://utd.zmdesignsbranding.com/index.php/services

    I’m trying to do the following…

    1. Redirect index.php/blogspot-gateway to index.php/blogspot
    2. Redirect index.php/media-gateway to index.php/photos-and-videos

    Thanks

    Hayden A Friend
    #516661

    Hi zdmdesignz,

    In order to redirect without opening in a popup you navigate to Administrator=> Template Manager => Ja Fixel Default => click tab General and choose option: Popup view= Off (pls follow images) as seen in this screenshort:
    http://easycaptures.com/fs/uploaded/861/2068048236.png

    Hope that helps.

    zdmdesignz Friend
    #516697

    Hello,

    Thank you for the direction. Much appreciated 🙂

    Unfortunately, for some reason when I disable the popup view, the tiles become all but un-clickable— that is, they respond only to clicking directly on the article title (though the mouse cursor changes to a clickable status over the entire tile). This is very misleading to the visitor and is not user friendly at all. It basically makes the option to turn off popup view an un-usable option. I’ve tested this on my localhost and a live server.

    You’ll directly notice this behavior now on my website…

    http://utd.zmdesignsbranding.com

    How is the entire tile made clickable when popup is disabled? Having a solution to this problem would be an answer to multiple threads and workarounds I’ve posted on the forums. It’s the final key to a major solution to my website. A fix for this would be a tremendous help and enormously appreciated.

    Happy New Year.

    Best,
    Zechariah

    Hayden A Friend
    #516870

    Hi Zechariah,

    I will discuss with team and will be back to you with solutions

    zdmdesignz Friend
    #516891

    Hello Hayden,

    Hope you’re having a great holiday season.

    Thank you. I agree that this is something that really needs to be fixed.

    Best,
    Zechariah

    Wall Crasher Developer
    #516959

    Hi zdmdesignz,

    Kindly check again your credential. I can not log into your site.

    Meanwhile, you can use the below small snippet:

    (function(){
    if(!Fixel.popup){
    $('#fixel-grid').off('click.fixelpopup').on('click.fixelpopup', '.items', function(e){

    if(e && !$(e.target).hasClass('items')){

    if($(e.target).parentsUntil('.items').addBack().filter(function(){

    var events = $._data && $._data(this, 'events') || $(this).data('events');

    if(events && events.click){
    return true;
    }

    if(this.className.match(/article-link|readmore-link|video-link/)){
    return false;
    }

    if(this.tagName.toUpperCase() == 'A'){
    return true;
    }

    return false;

    }).length){
    return true;
    }
    }

    //does not contains link?
    if($(this).closest('.items').find('.article-link, .readmore-link, .video-link').length == 0){
    return true;
    } else {
    window.location.href = $(this).closest('.items').find('.article-link, .readmore-link, .video-link').eq(0).attr('href');
    }

    });
    }
    })();

    Please copy the above snippet and insert it into file …templatesja_fixeljsscript.js (just before the line ‘//extend theme magic’)

    Hope it helps,

    zdmdesignz Friend
    #517020

    Hope that helps?…

    You just solved my problem I’ve been having that has kept my site from progressing! I’d say this helped a WHOLE BUNCH!

    Thank you so much for your help. It is very greatly appreciated.

    Happy New Year!

    Best,
    Zechariah

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

This topic contains 7 replies, has 3 voices, and was last updated by  zdmdesignz 10 years, 10 months ago.

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