Okay
  Public Ticket #1021499
[403] Direct download is not allowed!
Closed

Comments

  •  2
    ipecarneiro started the conversation

    Hi there,

    1- I'm not the first one with this problem, but the solution was not visible anywhere.

    I'm trying to download the Function Pro Fonts, but it gives me "'[403] Direct download is not allowed!'"

    2- I'm facing a possible bug: when sticky menu its activated, the entire menu disappears on mobile devices. I would like to activate it, but then the mobile menu is gone.

    Could you guys please help me?

    Thanks a lot in advice!
    Felipe

    {"wp":{"use":false,"adminUrl":"http://ipecarneiro.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  •   ipecarneiro replied privately
  • [deleted] replied

    Hi,

    1. This problem seems to be related to license information which is being displayed wrong


    (view large version)

    I have deactivated the license, just activate again and this problem will be solved because you need to login with your Envato account to activate the domain.

    2. To fix this issue just replace this file:

    Download this file and replace it in this directory (of the theme): /assets/js

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.

  •  2
    ipecarneiro replied

    Thanks Arlind, It solved my problem :-)

    I have another question: 
    Please, I would like to have my recent posts in the homepage more like I have them in the blog page. I have used the "blog posts" element. I would like to have it without the excerpt, just with centred Title and without border. Would that be possible?

    Thanks a lot for the nice Theme and the excellent Support. 

    Regards
    Felipe

  • [deleted] replied

    Hi Felipe,

    Can you please add the code below to Custom CSS

    .lab-blog-posts .blog-post-content-container .blog-post-excerpt {
        display: none;
    }
    .lab-blog-posts .blog-post-content-container .blog-post-title {
        text-align: center;
    }
    .wpb_wrapper .lab-blog-posts .blog-post-entry {
        display: block;
        position: relative;
        border: none;
    }
    

    Will set this ticket as solved from here.

    Have a great week!