-
AuthorPosts
-
zdmdesignz Friend
zdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 27, 2013 at 2:38 am #193279Hello,
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-videosThanks
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 27, 2013 at 9:16 am #516661Hi 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.pngHope that helps.
1 user says Thank You to Hayden A for this useful post
zdmdesignz Friendzdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 27, 2013 at 6:41 pm #516697Hello,
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,
ZechariahHayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 30, 2013 at 11:45 am #516870Hi Zechariah,
I will discuss with team and will be back to you with solutions
1 user says Thank You to Hayden A for this useful post
zdmdesignz Friendzdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 30, 2013 at 5:49 pm #516891Hello Hayden,
Hope you’re having a great holiday season.
Thank you. I agree that this is something that really needs to be fixed.
Best,
Zechariah1 user says Thank You to zdmdesignz for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 31, 2013 at 3:29 am #516959Hi 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,
1 user says Thank You to Wall Crasher for this useful post
zdmdesignz Friendzdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 31, 2013 at 5:50 pm #517020Hope 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,
Zechariah1 user says Thank You to zdmdesignz for this useful post
-
AuthorPosts
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