Forum Replies Created

Viewing 10 posts - 5,461 through 5,470 (of 6,341 total)
  • Author
    Posts
  • in reply to: Portfolio Thumbnails don’t always load + sizing issues #2402
    You must have valid license to access this content.
    in reply to: Mobile Menu Not Working #2401

    I 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.

    in reply to: Excerpts only on category pages #2389

    Hi

    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!

    in reply to: Is it possible to create a page Sub-Menu? #2388

    It’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.

    in reply to: Embedding a Video in a Page #2387

    Yes, I have already recorded this issue on the update list.

    in reply to: Team not alaigned #2386
    You must have valid license to access this content.
    in reply to: site doesnt load correctly #2385
    You must have valid license to access this content.
    in reply to: Removing Navigation on Mobile #2384
    You must have valid license to access this content.
    in reply to: Sidebar #2362
    You must have valid license to access this content.
    in reply to: Portfolio Thumbnails don’t always load + sizing issues #2361
    You must have valid license to access this content.
Viewing 10 posts - 5,461 through 5,470 (of 6,341 total)