joycegrace
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Images are distorted.This happens to me also. If I try to adjust the width in the HTML, or take out width or height in the img tag, the image disappears. I can’t get it back in again, even if I manually put back the HTML. Images only appear at all if using the “Add media” button in WP.
Is this all related?
Forum: Plugins
In reply to: [Constant Contact Forms] Load resources on every page?When you say “we do our best” does that mean in some instances the resources load where the plugin is not used on a URL?
Or does it not do that at all?
Yes, here you go:
https://www.ampproject.org/docs/reference/components/amp-form
You may want to google some info on AMP. It’s a big deal as far as the future of SEO. AMP pages will be given priority in SERPs.
May want to check out the AMP project with Automattic and AMP for WP plugin. They released an integration with Contact Form 7 already.
https://en-ca.wordpress.org/plugins/amp/
https://www.ampproject.org/support/faqs/
https://en-ca.wordpress.org/plugins/accelerated-mobile-pages/
https://ampforwp.com/contact-form-7/
https://moz.com/blog/google-amp-search-results
https://www.searchenginejournal.com/how-will-googles-amp-pages-affect-seo/159741/
https://moz.com/blog/how-googles-amp-will-influence-your-online-marketing
https://www.linkedin.com/pulse/voice-search-local-serp-amp-schema-2017-priorities-seos-chris-drinkut
And I’m sure you can find plenty more on a google search…
Knowing this information now, can you let me know if you plan to add support for this in your plugin?
- This reply was modified 8 years, 10 months ago by joycegrace.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] YouTube video sizing not working?Thank you and sorry also for the delay. I have sent this now.
Sorry for the delay. This is now sent.
Is there a way to send this privately?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] YouTube video sizing not working?May I send it privately? If I use your support button in the plugin, will you receive it?
Can you confirm this does not happen for you and is not about the plugin?
Ok I may have spoken too soon, but there is definitely a problem with the CSS and getting the menu and phone links to work.
I figured out custom css here, which removes the ‘phone’ shape and replaces it with a phone number (my preference). But others can leave the ‘shape’ in I guess.
This seems to fix both elements so they are both clickable and both show. Not perfect when aligning responsively, but too many media queries to fix probably beats the point of AMP anyway. I’d love if plugin creators had a better solution.
.amp-wp-header .nav_container { right:inherit; position:relative; top:0px; } .toggle-text:before { content: "MENU"; position: absolute; right: 42px; font-family: 'Droid Sans', sans-serif; */ --> My theme fonts but others can customize here /* } .amp-wp-header .ampforwp-logo-area { padding: 1.5em 16px; } .callnow { position: relative; top: 0px; font-family: 'Droid Sans', sans-serif; */ --> My theme fonts but others can customize here /* } .callnow a:before { content: "123-456-789"; position: relative; left: 88px; */ --> would much prefer this be controlled by margins and divs - this gets it to align with the text on the AMP page /* right: 0px; width: 0px; height: 0px; border-width: 6px 0 6px 3px; border-style: none; border-color: inherit; background: transparent; transform: none; box-sizing: inherit; border-top-left-radius: 0px; border-bottom-left-radius: 0px; font-family: 'Droid Sans', sans-serif; }I added “Menu” to before the hamburger menu toggle, but I realize that may be added CSS which may surpass AMP limits. I still think it’s necessary to get in there somehow. Others can pick. An HTML way to do this in your plugin settings would be great.
- This reply was modified 8 years, 11 months ago by joycegrace.
- This reply was modified 8 years, 11 months ago by joycegrace.
I ended up going with this plugin, which makes things much easier, and seems to work (though it can give an error depending on server conditions, but that can be solved):
Its much simpler than the plugin organizer linked to in this thread. That one confused me incredibly. I had no idea what was going on or what to do with that plugin. Maybe I just didn’t give it enough time. But the one I found works a lot more ‘dummy proof’ to me.
Great thanks for letting me know.
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] an error is occured: 0 errorOk an update, if I use the following path (which I copied from staging), the global scripts show up…
/wp-admin/admin.php?page=wpso_global&qs=Z2xvYmFsIs that weird? Do you think previous attempts to load the global scripts were just taking a long time? The string of characters at the end – is that dynamic or dependent on anything important?
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] an error is occured: 0 errorHi, I’m also having this problem.
Updated WP and all plugins and themes.
Running on WP Engine.
If I use your solution with my home page and “?wpso=check” right after the slash, I just get taken to the home page.
It works on WP Engine staging, which is not cached. Live site also uses ssl, whereas staging site does not, but not sure if that matters.
Can you tell me what url paths need to be removed from their cache for this to work?
Are there known incompatibilities for this plugin to work on WP Engine hosting?
Also, sorry to be grammar police, but the error grammar is wrong. It should say “An error HAS occurred.” Not “is”. Of course don’t all-caps the “has” in that sentence.
Forum: Plugins
In reply to: [Fast Secure Contact Form] reCaptcha just not showingHi Mike, thanks. yes I did red your page. We had this on our footer.php file:
<?php wp_footer(); ?> </body> </html>And I tried changing it o
</body> <?php wp_footer(); ?> </html>Which is what it’s at right now (latter version). It still doesn’t show.
any ideas?
Thanks for that. That resource is from 2010 though. Are you sure it’s still relevant? I think I tried some of it but without success. The problem is, since I’m not a coder, it’s hard for me to know if it was my mistake or not.
Yes I see it is, thanks! One drop down (province select on checkout) seems to lose styling until you click on it, but that may just be my own css file or something going on. Let me know if you notice it on other sites… 🙂 Mentioning just in case.