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
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 ¬!
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
no i can't provide admin access :3
i can understand some codes
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