Davide Prevosto
Forum Replies Created
-
Forum: Plugins
In reply to: [Codup Woocommerce Promotional Banner] CSS – Body fontHello @codup,
yes, once again. You load your style.css file also in the backoffice area (I mean wp-admin) and it seems you override in that way the standard font-family used by WordPress.
Forum: Plugins
In reply to: [Codup Woocommerce Promotional Banner] [Bug] – wrong quotesHello @codup,
I am really sorry for my bad english, anyway I assume I was quite clear:
looking in your code you should see
;"
after theheight
CSS style property… in that way background-color can’t work.Hope it helps.
- This reply was modified 4 years, 11 months ago by Davide Prevosto.
Forum: Plugins
In reply to: [Broken Link Checker] Local image links show broken when using CDNHi there,
the same happens here.
We are using WP Offload Media plugin and we are removing image files from our local storage.
All images are hosted on an external storage (S3 bucket for example, but it happens with any kind of storage of course) and linked in this way: https://cdn.example.com/wp-content/uploads/2020/02/mypic.jpg
https://cdn.example.com/wp-content/uploads/2020/02/mypic.jpg EXISTS
https://www.example.com/wp-content/uploads/2020/02/mypic.jpg DOES NOT EXISTBroken link checker reports thousand of 404 errors. (not 403 or 5xx, just a 404 not found).
Forum: Plugins
In reply to: [Easy Google Adsense and Banner Ads Manager - AdsforWP] Custom Code in AMPHello @shreen2008,
I think you’ll be able to solve your issue in this way:
1) open the file ./output/functions.php
2) find' . strip_tags( $custom_ad_code, '<amp-ad><amp-embed>' ) . '
, ~807 row (not sure about right row number)
3) replace with' . strip_tags( $custom_ad_code, '<amp-ad><amp-embed><amp-iframe>' ) . '
I hope it will help.
Kind regards
- This reply was modified 5 years, 5 months ago by Davide Prevosto.
Forum: Plugins
In reply to: [Redirection] Can’t assign Nginx or Apache to groupSorry for posting again, maybe it will useful for others. It was about my service worker, I blacklisted this URL from my caching policy:
/wp-json/redirection/v1/group/
It was my fault.
- This reply was modified 5 years, 9 months ago by Davide Prevosto.
Forum: Plugins
In reply to: [Redirection] Can’t assign Nginx or Apache to groupI understand problem is relative to:
Table 'xxx.wp_redirection_groups' doesn't exist
It is a new website and a fresh installation of Redirection, it’s quite strange o_OForum: Plugins
In reply to: [WP Sitemap Page] Exclude pages@sarumbear yes. Look in the settings option plugin page.
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Private TaxomyIt was me @helgatheviking!
Your code works like a charm. Thank you
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Private TaxomyI did try but without success. I will give another try, maybe I’d miss something.
Thanks for your fast reply.
Forum: Plugins
In reply to: [Target Video Easy Publish] AMP issueThis sounds so good. Thanks for support and fast reply.
Have a nice day
Forum: Plugins
In reply to: [Target Video Easy Publish] AMP issueHello @sovica
we are using your last version: 2.9.1 and ampforwp.com plugin, to manage AMP (it uses official AMP plugin out of the box) => https://it.www.ads-software.com/plugins/accelerated-mobile-pages/
Unfortunately I can’t publish here the example page (but I will do in a private thread, of course).
I didn’t find a hook to override your
public static function amp_brid_script() {}
function,in BridShortcode.php, so I did comment your:
<script type="text/javascript" src="https://cdn.ampproject.org/v0/amp-brid-player-0.1.js" async custom-element="amp-brid-player"></script>
inclusion, and I did request an AMP validation on Google Search Console. Mine is a workaround, I would like to fix with you the issue.
Thanks
- This reply was modified 6 years, 1 month ago by Davide Prevosto.
Hello Gaby,
as I wrote in my post we are using 3.1.6 version.
I appreciated your suggest but it doesn’t works, unfortunately.
Thanks for support
Forum: Plugins
In reply to: [Redirection] Plugin Seems to Disable Automatic Redirect With URL Changes@thetasteofbliss it seems issue is solved with 5.0.3
Forum: Plugins
In reply to: [Schema] Recent update showing AMP errorsThank you for reply @hishaman. I thought I was crazy, then GIT clarified to me something… files modified were 3, not just 1 (just to say).
My very best
- This reply was modified 6 years, 4 months ago by Davide Prevosto.
Forum: Plugins
In reply to: [Schema] Recent update showing AMP errorsHello @hishaman,
I don’t understand what’s happening ??
It seems version number of your plugin (1.7.2) still remains the same before your last update (8 hours ago right now).
I did download your fresh version… and yes: the warning (not a notice, but a warning) gone away.
May you help me to understand what’s up with versioning?
Cheers