bdy143
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Tag Manager] Meta Decsription DoublingGot solved from my backend by uninstalling it. Thanks for the late reply. Good job keep on like this and you will attract a lot more visitors to your plugin. Happy business day.
problem solved
problem solved
Forum: Reviews
In reply to: [AMP] Version 1.0.2 good but above version bad in the senseThis is problem I am having:
FOR NON-AMP I USE THIS CODE:
@media (min-width:250px) { .cityv { width : 49%; /*for amp set 48%, non-amp 49%*/ } } @media (min-width:500px) { .cityv { width : 24%; /*for amp set 23.5%, non-amp 24%*/ } }
BUT FOR AMP I USE THIS CODE
@media (min-width:250px) { .cityv { width : 48%; /*for amp set 48%, non-amp 49%*/ } } @media (min-width:500px) { .cityv { width : 23.5%; /*for amp set 23.5%, non-amp 24%*/ } }
But previously
Only using one code was enough:
e.g:
@media (min-width:250px) { .cityv { width : 49%; } } @media (min-width:500px) { .cityv { width : 24%; } }
ONE ANOTHER ISSUE IS THAT
It’s creating unnecessary space between topmost image i.e featured image at the top and it’s below the text of the post. i.e. space getting created between featured image and post topmost text or anything added in topmost page of the post. Fix this most important.NOTE:
I add code in amp plugin in head section from ‘html-start.php‘. I think you should suggest users add their non-amp CSS code to add here so that their website looks almost the same for the amp and non-amp.
Forum: Reviews
In reply to: [AMP] It broke my blogMost important
Before updating any plugin make the backup (Updraft plus back up plugin is the best as a free tool) and restore (if plugin updated then restore only plugins, not a whole site to do faster recovery) if the problem exists.
Or
Use “WP rollback” wp plugin to roll back to the previous version of any updated plugin. that’s what prevents me from breaking up my site. (Using this restoring from the backup plugin is not need)
- This reply was modified 5 years, 7 months ago by bdy143.