joycegrace
Forum Replies Created
-
Hi Jody! Thanks for this!
Sooo…I was reading this response: https://optimisation.io/knowledge-base/offload-ga-work/
And if you don’t mind, I would have some feedback. Right now, it doesn’t explain a lot to someone who has no idea what you’re talking about 🙂
Also, I’m not clear how the 2-hour refresh is useful, since I’m pretty sure that’s a default setting for the GA script? Only, it would not be local…
Anyway, it’s a bit confusing what the intent is for this, or the ‘why’ for why anyone would want to use the feature. Also, it’s not clear what you mean by “google stats” vs “analytics” and so on. That can be confusing. Maybe even just linking to articles about what those things are would help.
And what are the “limitations”?
It also doesn’t answer the question of how you update the GA script when Google releases a new version. Is it included in the plugin updates?
You may have plans to answer all these questions.
I have so many more questions. Like when you select to compress images, and there are different options – does that affect your current images? Or just future ones? And what is the difference between the different levels of “automatic” compression? And do you need a paid account to get the compression? How is it different or better than Smushit (being the most popular image compressor for WP)?
I feel like right now, I’d have no idea if I want to set up a setting because it doesn’t say anywhere what that actually does after you click the button or set the setting.
I know you know this. Just giving some extra feedback and opinions you didn’t ask for 🙂
Anyway, it would be great to have the FAQs up as you go along! I think it would totally help your users see the benefit of this plugin!
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] Conditions not workingYou know what, today it’s working. This is strange. will continue to monitor if things go awry again. Sorry. I truly don’t know why, but don’t think I was crazy when I started this thread.
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] Conditions not workingHi, I checked and we are on PHP 7.0.24
Is this plugin compatible with PHP 7?
By “many” conditions what I mean is, all the conditions I’ve tried. But I realize there are more possible scenarios and combinations, so I didn’t want to say “all” conditions.
Here are three screenshot examples: https://cloudup.com/cc6g5_A27Ul
In these cases, I’m trying to get scripts and styles not used on the home page to not show up on the home page. Or to only show up on pages and posts. And so on. I’ve tried different variations of rules to get the end result I want, and none seem to take effect on the site.
I’ve used this plugin on other sites, with its past versions, and didn’t have this problem. I’m curious if it’s a result of the latest update?
Or a PHP 7 compatibility issue?
I dunno…just asking.
Thanks for helping.
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] Conditions not workingHi, the conditions do save. They don’t take effect on the site though. Meaning, if I set up a file to load on the “front page”, it still does. And so on – many conditions just don’t ‘happen’ on the actual site. But they appear ‘saved’ in the admin panel.
Forum: Plugins
In reply to: [Featherweight — formerly WP Disable] Multisite settings?Thanks for the update!
Thank you for replying.
Can I make a suggestion? Using the word “Loop” is a bit misleading, no? I was confused by it. If possible, it would have saved so much time to just have a description in the widget area, below the title, to say it only works on the home page. Or to rename the title to “Homepage before loop” or something like that.
Thanks for clarifying though.
Also, is there a solution for getting site-wide content in the plugin’s pages?
Dankjewel! (as the Dutch would say)
Forum: Plugins
In reply to: [Featherweight — formerly WP Disable] Multisite settings?Thank you so much! it would have saved me like an hour tonight! But still in love with your plugin – so worth the hour I spent on it.
Forum: Plugins
In reply to: [Featherweight — formerly WP Disable] Heartbeat Control@ryanllogan as a freelancer myself, I know it’s frustrating to deal with buggy plugins, but like you said, it’s free, so nothing is to be expected – zilch. And also as a freelancer, I feel downtime is important to productivity, and no one should be stalked and judged for it. If Facebook is your thing, enjoy it, Mr. Plugin Author.
And by the way, I haven’t seen a plugin this awesome in a loooong time. And updates and feature requests are fast, comparatively speaking. I’ve had much slower responses from PAID plugins or apps.
- This reply was modified 8 years, 10 months ago by joycegrace.
Forum: Plugins
In reply to: [Constant Contact Forms] Load resources on every page?Hi, it sounds like you may be unaware of how this type of thing is handled in WordPress plugins? Or maybe I’m wrong? Do you think you could find out from anyone else who developed the plugin, or with more experience reading the code? This is really a ‘yes or no’ answer. It’s not a ‘maybe if someone tells us about it’ type of answer. Computers and code are not vague about this sort of thing…as I’m sure you know. Not trying to be rude…just hoping to shed light on the situation and try to find out what the case is.
- This reply was modified 8 years, 10 months ago by joycegrace.
Hi, I discovered this has to do with the issue I discovered here:
https://wordpress.org/support/topic/images-are-distorted-2/#post-9348723
That is, if a width and height are not defined in the HTML of the img tag, the image will not show up. I also am curious if .png files are a problem?
Anyway, this is not right. An img tag shouldn’t need width and height in the HTML to show up, or to work. And if only width or height are defined, the image should scale properly and not be distorted.
Either way:
Will you be fixing the image issue?
Will you be adding a ‘clear cache’ feature?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Images are distorted.Hi again, I think what’s happening is that if BOTH a width and height are not defined in the HTML of the img tag, then the image won’t show. The problem with that is the need for these images to adapt to different screen sizes and within divs, including this plugin’s wraps and size limits on a page. So then they become distorted because this plugin (or perhaps the other AMP plugin?) is ‘forcing’ them to exist at certain sizes, instead of allowing them to maintain just width, or just height, or to simply exist without width or height defined (so to take original image size or percentage sizes at least). I hope that makes sense…I realize it may be confusing, sorry.
- This reply was modified 8 years, 10 months ago by joycegrace.
- This reply was modified 8 years, 10 months ago by joycegrace.
I added Genesis column classes (which I think are just bootstrap css) to the custom CSS area of the design settings, then used the appropriate html to create the columns.
I saw somewhere on the wp forums that Tablepress was working with AMP, but maybe not fully…sorry don’t know where the link is.
Just some suggestions.
- This reply was modified 8 years, 10 months ago by joycegrace.
Hi, I’m not that advanced technically, but making my way around some basic CSS and HTML and reading what I can.
Can someone tell me if this issue I reported earlier is related to what’s being said here? https://wordpress.org/support/topic/blog-template-for-archives-doesnt-show-posts-in-amp/
Will the //blog code above work as a solution?