egorman
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Image Generator] Doesn’t work with WP 5.3Yes we are having the same or similar issues.
thanks!
We are experiencing this with our site also. Our version of php is 7.3.
We are not allowed to install the plugin. Error: “This plugin doesn’t work with your version of PHP. Learn more about updating PHP.”- This reply was modified 5 years, 6 months ago by egorman.
Forum: Plugins
In reply to: [PDF Image Generator] JPG Images not showing upOn thing I realized this week is that the easy fancy box plugin was conflicting with my theme navigation dropdowns – I tested this by deactivating plugins to see which was causing the issue. When I deactivated easy fancy box plugin, this pdf image generator plugin started working.
Forum: Plugins
In reply to: [PDF Image Generator] JPG Images not showing upI am considering rolling back to use an older version of wordpress, just to get the images working.
Forum: Plugins
In reply to: [PDF Image Generator] JPG Images not showing upSo lets look at this post again. It was created and working several weeks ago:
https://assumptionregional.org/rams-review-3-13-2018/The jpg image path that is being used in the code is:
https://assumptionregional.org/wp-content/uploads/2018/03/RAMS-Review-3.13.18-pdf-791×1024.jpg
But this is a 404.I looked in my uploads folder for /wp-content/uploads/2018/03
And all of the pdfs uploaded do have jpgs in various sizes. BUT! They now show created in march now show a “-1” added after the pdf in the file name. So I found the image here:
https://assumptionregional.org/wp-content/uploads/2018/03/RAMS-Review-3.13.18-pdf-1-232×300.jpgWhy did this -1 getting added in the file name?
Or why is it not updating to add the -1 in the code?
The jpg file was last modified 3/13 so the file wasn’t changed recently.
Forum: Reviews
In reply to: [Flickr Justified Gallery] Needs to be fixedThank you! I will test it out.
Forum: Plugins
In reply to: [Flickr Justified Gallery] Slows down the siteDid anyone figure this out?
Forum: Plugins
In reply to: [Flickr Justified Gallery] negative score against Google Page SpeedDid you figure out a solution for this?
Forum: Reviews
In reply to: [Flickr Justified Gallery] Needs to be fixedHi! Can you be more specific?
Do I add some code to the functions.php of my theme?
I am thinking it would be something like this, but do you know EXACTLY which file to be called and which code to use and where to put it?
wp_enqueue_script(‘test’, plugin_dir_url(__FILE__) . ‘test.js’);