Okay
  Public Ticket #2166677
Just Installed The Theme SSL issue + Mobile
Closed

Comments

  • DrDoll started the conversation

    Hello,

    Hope you doing well..
    i just bought the theme and i have wordpress running with nginx

    * had installed a SSL certificate and redirected all traffic to https
    the site was secure until theme was activated~! umm .. 
    the green lock is gone "you connection to this site is not fully secure"

    * for the footer can i show the Copyright word on mobile ? it's a hover over effect on desktop cool, but in mobile it just show the words without the Copyright

    * can i allow comments on portfolio pages ?

    many thanks ¬! 

  •  1,823
    Support replied

    Hi there, what is the site url? is it also possible to provide wp admin access for points number 2 and 3?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   DrDoll replied privately
  • DrDoll replied

    no i can't provide admin access :3
    i can understand some codes

  •  1,823
    Support replied

    Hi,

    the reason you have the icon you mentioned (site is not fully secured) is because some images are delivered via http:

    https://d.pr/free/i/4AYD1w

    to add comments to portfolio page follow the model from page.php

    <?php
    // any comments?
    if ( comments_open() || get_comments_number() ){
    ?>
    <div id="page-with-comments">
    <?php
    comments_template();
    ?>
    </div>
    <?php
    }
    ?>

    and add the code to single-munio_portfolio.php

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy