Forum Replies Created
-
AuthorPosts
-
September 21, 2013 at 2:05 am in reply to: Portfolio Thumbnails don’t always load + sizing issues #2402You must have valid license to access this content.
FocuxTheme Support
KeymasterI checked the source code, it’s the code pasted problem, the code you pasted is different from the orignal codes, try again with following code.
jQuery(document).ready(function($){
function resetMain(){
var sidebarWidth=$(‘#sidebar’).width();
var mainWidth=$(window).width()-sidebarWidth-60;
if($(window).width()> 1023){
$(‘#main’).css(‘width’,mainWidth+’px’);
}else{
$(‘#main’).css(‘width’,’auto’);
}
}
resetMain();
$(window).resize(function(){
resetMain();
});
});Or send me your wordpress login information, I will do that.
FocuxTheme Support
KeymasterHi
Just go to “Posts > categories”, edit the category which you don’t want the grid view template, then, you will find an option for the category page template, just select normal blog template.
Thanks!
FocuxTheme Support
KeymasterIt’s a customization question that is not include in the support service, because you have to customize the page template.
By the way, if you only want to add some sub page link there, why not add the links or button shortcodes into page content directly? I think this is the easiest way to do that.FocuxTheme Support
KeymasterYes, I have already recorded this issue on the update list.
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.September 18, 2013 at 5:58 pm in reply to: Portfolio Thumbnails don’t always load + sizing issues #2361You must have valid license to access this content. -
AuthorPosts
