alevith
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Braintree Add-On] Update ComingThis is great news!!!
Any update on this bug?
Thanks
Forum: Plugins
In reply to: [WordPress Popular Posts] template tag rangePerfect! Thanks for the help and doc references.
Bump!
Any update on the update? ??
Yes, thank you for your recommendation. However, This is not the setup we want. I have a necessity to have my visitors not in https except for the one page that requires it.
If i have my admin in https and my front end in http, does your plugin break when trying to upload images?
If so, then thats fine, i will work around it. Just needed some incite.
@cais – Also, all of my other plugins work with this setup. My themes too.
Just extra info
@cais – Thanks for the response.
Just the visitor viewable pages are being forced to HTTP from HTTPS. Those pages are running just fine.
The whole site is https. The server is forcing the http on the front end, before files load. But the settings show https. So when the admin loads, its https. When the visitor vieable pages load, its http.
Will this still effect photocrati_ajax? Even if its only throwing errors in the admin, where its fully secure with no force.
Thanks for the help
Aaron@cais – No, when i put the whole site into HTTPS, it works. My hosting gives us the ability to force the site into HTTP for pages that do not need the security. When I turned that off, the admin worked.
Any idea why the front end https would effect the backend admin? Do we need to keep the whole site in HTTPS? I would rather not if we can avoid it. I only have one page that needs the SSL and the admin.
Side note, the Home url and the site url are both https.
Thanks
AaronForum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps AppearingJerry, Is this plugin still supported? Its ok if it is not, i just want to know if I should look into fixing it myself, or if you are going to be updating your plugin?
I know you are probably busy and this is a free plugin. I just want to know if the users of this plugin should wait, or not.
Thanks much
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps AppearingI am also having this issue. I noticed this about a month ago myself, looked at the support and saw this thread just starting out. So i assumed the author would get it taken care of.
It notifies me on every page. The cookie is showing up on the browser and has an expire date of 24 hours. So maybe check to see if there is an issue in checking the cookie.
If anyone needed it. I did this as a temp fix.
There are 4 files that could be used for the albums, depending on if you are using legacy templates or not. If you don’t know, i would suggest you just do these steps to all of them.
File locations
– /products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php
– /products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php
– /products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php
– /products/photocrati_nextgen/modules/ngglegacy/view/album-compact.phpSetps
1. go to each file and locate this line of code:
<?php foreach ($galleries as $gallery) { ?>
2. Paste this line of code right under it:
<?php $pagelink = str_replace('&p=','&page_id=',$gallery->pagelink); ?>
3. For the next 10 – 15 more lines of code, locate $gallery->pagelink, and replace with $pagelinkI hope this helps some people. Do not try this if you are unsure or are working on any site in production.
I have the same issues.
PS, Im not locked out. I know how to disable plugins through my ftp. But i still need the resolution. Thanks
What was the resolution to this question? I am also getting blank screens when i switch to mobile version.
Sure did, Thanks juangotoh!