GetWebCreative
Forum Replies Created
-
Agree with this. It’s extremely frustrating! Please turn it off!
Forum: Plugins
In reply to: [Easy ACF Connect For Themer] Dynamic Term ID shortcodeScratch that!
I created a shortcode to retrieve the hero image url directly and changed my source from ‘Media Library’ to ‘URL’. Works great. ??
Forum: Plugins
In reply to: [Download Monitor] Fatal Error: Unable to insert log itemSOLVED AGAIN.
Deleted the .htaccess file. Not sure if that’s the best solution but at least I can access the downloads.
Forum: Plugins
In reply to: [Download Monitor] Fatal Error: Unable to insert log itemNow getting 403 errors for the pdfs stored in the dlm_uploads folder. PDFs uploaded via the media library work fine. Folder permissions are 755, files are 644 and the folder’s .htaccess contains:
# Apache 2.4 and up
<IfModule mod_authz_core.c>
Require all denied
</IfModule># Apache 2.3 and down
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from all
</IfModule>Forum: Plugins
In reply to: [Download Monitor] Fatal Error: Unable to insert log itemRESOLVED.
The logging database table wasn’t installed on activation. I installed the plugin via ManageWP initially. When I deactivated then reactivated the plugin within WordPress it worked.
Thanks. I was waiting to hear when that was released but received no notice of it and I checked the website a fair few times too. Would’ve bought it had I known!
Hi @danieliser, I actually did end up getting this working however it’s quite strange – it only works when the popup auto-open delay is 500ms or less. Any idea what would cause that to happen?
Any news on this? I couldn’t get the code to work so waiting on the extension.
Sounds awesome, thank you!
Hi again @danieliser. Would love to get that link from you if you still have it on hand. Thank you!
Thanks guys, I was just about to delve into this. The link would be great @danieliser! (thanks @waltmesser)
Hi @danieliser,
I appreciate you getting back to me about this. The video is embedded via an iframe. Is there another way to embed it that would make it possible? Could I upload the file to WP and make it work?
I thought about the timed close initially but then there’s the issue of it closing prematurely if the user pauses the video at some stage. I’m already using the auto open and play code which is working beautifully.
Could this code be adapted perhaps? These guys do it here too.
Thanks @waltmesser and @danieliser !
Done! Thanks again. ??
Thanks Daniel,
I found a bunch of settings in the Boilerplate settings this theme is using and lo and behold that was the culprit. Unfortunately I inherited this site so I don’t what changing those settings will break but at least I know the culprit!
Thanks for your help.