pixelworker
Forum Replies Created
-
The above fix that @lafaucon mentioned didn’t work for me. We’re using the “hamburger only” option which disappeared after update. I ended up rolling back to the previous version. If there is any new info on this, please advise. We’re using WordPress Version 6.6.2, and PHP 8.2 with Genesis Theme.
Forum: Plugins
In reply to: [WP Add Custom CSS] Plugin is not working into https sitesIt’s working fine for us with SSL, no issues. Wonder if you’re having a plugin conflict with some other plugin you’re using? Did you clear out all your website caches?
This is a great plugin, hopefully it will be updated regularly, it’s been almost a year since the last update.
Update: We are not using the Gutenberg editor, so that may also be an issue if you’re using that. I see some others are having issues.
- This reply was modified 4 years, 5 months ago by pixelworker.
…I’m looking through the template files and comparing to the latest version in the plugin, seems there have been some changes. My template files are from July of 2015, would that cause this issue? I set this up awhile ago, but the project was put on the back burner. We’re picking it up again, maybe the template files just need updating?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Issues with Dropbox & CurlYes, that’s correct, David. When I click the link in the settings to authenticate Dropbox, it gives that same error:
Dropbox/Curl error: Failed to connect to api.dropbox.com port 443: Connection timed out (Dropbox_CurlException) (line: 135, file: /…/…/…/wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php)
Same thing if I try to do a backup with Dropbox, that was before I tried clicking the auth link.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Issues with Dropbox & CurlThanks, David. I did see that it was retrying, but never was able to complete. In my settings, it used to say that it was connected and had my name on there, that is not the case anymore. When I click the link to try and reconnect it, I get that same error after about 20 seconds of trying to connect.
Does the version of PHP that I’m using have anything to do with this? Think I’m using 5.5.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Issues with Dropbox & CurlI’m getting the same error, is there a solution to this?
Forum: Plugins
In reply to: [Contact Form 7] email To: field has validation errosI think the validation may not be working correctly, my contact form works perfectly. No matter how I change the code it still says there’s a syntax error. I’m going to ignore it, form works, that’s all that matters.
Forum: Plugins
In reply to: [Contact Form 7] email To: field has validation erros@buzztone I’m a little confused. My contact form has been working fine, now with this update it’s showing this same error. Isn’t the To: field the person it’s going to (me) and the From: field the person that is sending it? Seems like what you’re indicating is the opposite, am I wrong?
Thanks for the responses. I did check my permissions via FTP, didn’t find anything wrong there.
I’ll check with the W3 Total Cache folks to see what settings to change. Thanks!
Forum: Plugins
In reply to: [Gravity PDF] HTML field data not sent on submit?Ah, that would make sense, wouldn’t it :/ Thanks for your help!
You may want to update this page to reflect that change, if it’s supposed to be $template, it says $name.
Thanks!
JohnForum: Plugins
In reply to: [Gravity PDF] HTML field data not sent on submit?It doesn’t seem to be working, what does the $lead mean in the gfpdfe_template filter script?
if($lead['form_id'] == 17)
I’m trying to pick up a hidden field that has the ID of 60, it has the value of 487 that I need.
if($lead[60] == 487)
Should that work? Here’s the whole code:
function gfpdfe_template_alteration($template, $form, $lead) { if($lead['form_id'] == 17) { /* * Change the PDF template based on input - $lead[60] */ if($lead[60] == 487) { $name = 'name-487-template.php'; } else { $name = 'name-template.php'; } } return $template; } add_filter('gfpdfe_template', 'gfpdfe_template_alteration', 10, 3);
Forum: Plugins
In reply to: [Gravity PDF] HTML field data not sent on submit?Thanks for that. I think I’m going to use the gfpdfe_template filter that you have documented. We have a hidden field I forgot about that has the ID that I need. I’ll just create 2 HTML fields and then set up a template that calls the right HTML field for that condition.
Just to clarify, I never asked for “displaying featured videos on the homepage”, not sure where the confusion came from, sorry if I wasn’t clear. We don’t use this on the homepage, just on pages.
Thank you for the code, I’ll see if that works for us.
Hi,
You are talking in circles. I’m already using the above mentioned shortcode, you suggested using the [videohome] shortcode, but that doesn’t do what we need, neither does this shortcode.
[hdvideo playlistid=2 relatedvideos=on]
So, what you’re saying is that the plugin doesn’t do what we need, right? Not even the paid version? Seems like the plugin is flawed, if that’s the case. What’s the point of having categories if you can’t use them and order the videos to the desired placement? Guess we will be using a different solution. Thanks for the help.
Thanks for the response! The problem with just using the [videohome] shortcode is that we have different players on different pages that need to pick up the videos for that page only. Can that be done with the [videohome] shortcode, it doesn’t appear that way in the settings.
Is this a function that is available in the paid version? Having categories is kind of pointless if you can’t use them and also order the videos in that category.
Thanks!