jaredtwilcox
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityI am using
- Advanced Custom Fields Pro
- WP All Import Pro
- WP All Import – ACF Add-on
- WP-Stateless
- WPS Hide Login
The theme is my own and very basic. This image won’t even have any live pages. It is simply used as an intermediary site for managing images for a much large car dealership site.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityThe definition of the constant in wp-config.php fixes the force cache-busting issue, but the media library issue with gray box placeholders is still the same. For now I have reverted my site so that I can continue working on it.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks Functionalityhttps://www.autowebing.com/autowebing-images-media-issue/
Here is the link. It wasn’t working when I wrapped it in a tags.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityAdding the constant definition to wp-config.php works, but isn’t exactly an ideal solution. I would prefer to not have to do that to every install that I install WP Stateless on.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalitySorry, my link wasn’t working in the last post.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks Functionalityhttps://www.autowebing.com/autowebing-images-media-issue/
- This reply was modified 7 years, 10 months ago by jaredtwilcox.
- This reply was modified 7 years, 10 months ago by jaredtwilcox.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityForum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityI’ve added this to my functions.php file:
define('WP_STATELESS_MEDIA_CACHE_BUSTING', FALSE);It doesn’t fix the problem. I also tried ‘TRUE’.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityAlso, this was not enabled prior to this update. Again, why would you change the plugin to force something that wasn’t prior to this update and change the way people have been using it?
- This reply was modified 7 years, 10 months ago by jaredtwilcox.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Latest Update Breaks FunctionalityI am using the Stateless mode. Prior to this update, that was not an issue. I am renaming all of my images on import with unique names so caching is not an issue. The whole reason I am using WP Stateless is to use the stateless mode and save space on my server.
Why would you force cache-busting?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Create Table from Another TableTobias,
That actually sounds like it will work.
Is there a way that I can use formulas on all cells in a column? So it will import the data, then use the formula?
When hiding columns, does it actually not send that data to the page via html or is the column or row simply not displayed using CSS? I ask because I just want to be sure the page is as light as possible.
Thank you,
JaredForum: Fixing WordPress
In reply to: Styling Footer Area TitlesThis was actually replied to and corrected by Elegant Themes. For anyone else out there, you must change the css to the following:
‘#text-2 .title {color: rgba(255,38,38,1) !important;}
#text-3 .title {color: rgba(255,210,77,1) !important;}
#text-4 .title {color: rgba(77,255,122,1) !important;}
#text-5 .title {color: rgba(38,201,255,1) !important;}’Jared