altjx
Forum Replies Created
-
No problem and yep! Agreed!
Marking this as resolved. 🙂
I think I figured it out. I looked in the folders on G Drive and noticed that a few pictures did not upload successfully – they were corrupt. So I guess if you have one corrupt file in the folder, then the thumbnail doesn’t display.
Hi @genabitu, I’ve verified that the that photos should actually be there and nothing else exists in those folders that should conflict with what the plugin is doing, at least from what I can see (just all jpg pictures).
I haven’t been able to try re-uploading the photos just yet, but I’ve tried to rename the folders and see if that would do anything.
I’ll share the pictures with you as well.
Hi there, @genabitu . I do have a caching plugin on and deleting the cache is actually one of the first things that I did. I also uninstalled and re-installed the plugin and revoked/re-granted permissions.
Any other things that I may be able to try during the meantime?
Forum: Plugins
In reply to: [Image and video gallery from Google Drive] Plugin doesn’t display picturesIs there a chance you’d be able to post the URL publicly? I’m wondering if I have the same issue as you. Are the pictures showing, but just not their thumbnails on the page?
Here’s the URL: https://www.vonahi.io/exposurescout/
If you don’t mind, another thing that would be great if we could take a look at afterwards is the gap where it shows “Free” and “Contact for quote” in the top of the columns. Not sure if we can adjust that.
- This reply was modified 7 years, 5 months ago by altjx.
Hi there.
That seems to have adjusted it, but it still looks like it may be a tad bit off centered. Seems that it needs to move over to the right a little bit. I can only notice this though because I have some other things that are centered, and where both packages/columns meet is about an inch to the left of where my other centered content is.
- This reply was modified 7 years, 5 months ago by altjx.
This is resolved.
Nevermind. Figured out that my theme, Avada, had an option to enable/disable Open Graph Metadata
Got this issue narrowed down to one of my optimization plugins. Not sure which one in particular but after disabling all of them, everything is working fine. Thanks again for your help. Hopefully I can figure this out really soon.
So I tried adding
wp-content/plugins/wpforms-liteinto my Autoptimize’s “Exclude scripts from Autoptimize:” section. Saved and reloaded the page and nothing has changed.
One thing that’s a little confusing to me is that the source code shows that it’s trying to load recaptcha even though it was not enabled on the contact form. Looking at the source code now (I just re-enabled reCAPTCHA from this plugin), it doesn’t look any different other than the HTML used to build out the UI for reCAPTCHA — nowhere else is it being loaded. So it’s like the reCAPTCHA is trying to load despite whether or not it’s enabled on the contact form.
I checked the theme and it appears that reCAPTCHA isn’t enabled (at least it’s blank — there’s no way to explicitly disable it unless you just simply don’t use a Contact form template).
Another thing that I should mention is that I used Contact Form 7 prior to this and the reCAPTCHA worked perfectly fine, so I’m having a hard time trying to pinpoint exactly where what’s going wrong. The only reason I got rid of that plugin was because my drop down menus weren’t working as long as I was visiting the Contact Us page.
Any additional assistance would be greatly appreciated.
- This reply was modified 8 years ago by altjx.
Forum: Fixing WordPress
In reply to: Permalinks change not working?🙂
Forum: Fixing WordPress
In reply to: Permalinks change not working?Got it working. Here are the steps I had to tak
1. I had to enter “a2enmod rewrite” in terminal to get Apache2 to enable the rewrite module.
2. I had to add the following to my virtualhost file:<Directory /var/www/wordpress> AllowOverride all </Directory>Restarted apache after committing those changes and all is working perfectly fine now.
Thanks again for your help.
Forum: Fixing WordPress
In reply to: Permalinks change not working?It always works when it’s set to Default. I’ve tried deleting the .htaccess files before coming here too and letting WordPress re-create it, but that didn’t help either.