elmechu
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery by FooGallery] FooGallery images return 401 error in wp-jsonHi Elvis. The issue IS indeed caused by FooGallery. This 401 error is ocurring ONLY with the images loaded with the plugin. everything else is working properly.
There are no security constraints in my site, there are no credentials we use to access anything, what is happening is that when we use an image uploaded via FooGallery as the main image of an article, the wp-json will get a 401 trying to retrieve it.
If we upload a new image, or use an image that was not uploaded via the plugin, the wp-json works correctly. What we need to know is how to change those permissions of those images, or if there’s something we can do in the plugin to correct this error.
Since an image uploaded in foogallery won’t work, if you then upload that same image without the plugin will work then. So I guess there’s something going on when you upload the images in FooGallery at a permission level, don’t know if it’s something related with the db
Thanks again, please help me. You can try on your own if you like.
Forum: Plugins
In reply to: [Gallery by FooGallery] Galleries not loading after WP UpgradeThanks Bradvin!
Forum: Plugins
In reply to: [Timeline Express] Thumbnails not shownYes, the issue still remains
Forum: Plugins
In reply to: [Timeline Express] Thumbnails not shownall announcement images are hosted in my site, also in the media library.
Forum: Plugins
In reply to: [Timeline Express] Thumbnails not shownYes, it is the last version of the plugin. when inspecting, I see this:
img width=”912″ height=”608″ src=”” alt=”Campeón Súper Liga”
What’s weird is that it takes correctly the alt but don’t do it well with the source of the image.
- This reply was modified 7 years, 9 months ago by elmechu.
Forum: Plugins
In reply to: [Timeline Express] Thumbnails not shownHi, They’re added in the announcent image field. The images had been displaying correctly before. Now I don’t know what happened
Forum: Plugins
In reply to: [Timeline Express] Show the year in the circleThank you!!! now it’s working again 🙂
Forum: Plugins
In reply to: [Timeline Express] Show the year in the circleHi
Date format is d/m/Y
Forum: Plugins
In reply to: [Timeline Express] Show the year in the circleHi. The code is in the functions.php file, did not change it.
Here’s the link
Forum: Plugins
In reply to: [Timeline Express] Show the year in the circleHi
This was working fine for me until I updated the plugin version today. Now only the circles without the year is shown. Can you help me please?
Forum: Plugins
In reply to: [Timeline Express] Remove "announcement date" in single postsThanks Evan, you rock!
Forum: Plugins
In reply to: [Timeline Express] Timeline year in icon (doesn't work properly)Hi
I’m having the same problem: I’ve added a timeline that has 6 announcements: 1946, 1949, 1951, 1952, 1953 and 1988.
After adding define( ‘TIMELINE_EXPRESS_YEAR_ICONS’, true );
to functions.php, only the 1988 announcement has the right year in the icon. The others show 2016.Whay can this happen?