mobilewebexpert
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Fatal error with v2.3.12Yes, it’s working. Thanks.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Major Issue (Causing Fatal Error)He’s not the only one. Upgrading this plugin (the only upgrade I have performed today) has brought my site down:
Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in /home/public_html/example.com/wp-content/plugins/woocommerce-pdf-invoices/functions.php:19) in /home/public_html/example.com/wp-content/themes/function/functions/deprecated.php on line 1571
…I’m using the Function theme from WooThemes which appears to be causing a clash. Probably not the best idea to name a function
file_get_contents_curl
…I’ve deleted the plugin to get my site back up and running.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Spam subscribers / No honeypotHarish, Thanks for your response, but I don’t think you read my message properly.
Trined and Harish, This problem seems to have gone away since I updated the plugin from v2.x to v3.0.2 – as I can now see the honeypot field in my form.
Harish, It doesn’t look like the best honeypot in the world – wrapping it in a div with style=”display: none;”… bots won’t need to be that smart to figure it out. How about putting the honeypot as the first input in the
div.signup-form-contents
container, but giving the honeypot a css class that hides it. I think this would help the reliability of the honeypot. (Your current code is inviting a spam issue – that’s if there isn’t one there already.)Cheers,
JamesPS – I love the plugin too, BTW! ??
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] How to only show the number of days?Thanks for the quick reply.
It dawned on me that, as a quick fix, I could just increment my event date by one day.
However, it would great to see some settings so we can control which fields are displayed (with the displayed numbers modified accordingly, as per my requirement).
Forum: Plugins
In reply to: [SendPress Newsletters] Links not workingI have solved this issue with the help of this article: https://docs.sendpress.com/article/63-emails-and-links-404-page-not-found
I think the plugin would be much better if it could automatically perform a simple check to see if the redirections work and, if not, update the settings automatically.
Forum: Reviews
In reply to: [WP-Polls] Far far better than YOP PollHiya Lester,
Thanks for such a good plugin, first of all.
Yes, I found the setting, but it’s just not as straightforward/user-friendly to customise the Vote button as it is to customise the bars in the poll results.
For users with less technical ability, that could make things a bit trickier.
Cheers,
JamesForum: Reviews
In reply to: [Coming soon and Maintenance mode] Works!It possibly happens so often from a combination of disappointment and annoyance. But also convenience and, of course, to let others know of the problem.
In this case, however, it was due to an error on my part as I hadn’t realised the browser I was testing with was also logged in as an admin. I will change my rating, accordingly.
MinimoBaby, maybe you have the same issue?
Forum: Fixing WordPress
In reply to: Woocommerce Store Notice Covering Top Bar in MystileI had the same problem (using the Canvas theme from WooThemes). My code to solve:
.woocommerce-demo-store #top, .wocommerce-demo-store .nav-toggle { margin-top: 4em !important; } p.demo_store { z-index: 8999; } @media screen and (max-width: 767px) { p.demo_store { top: 70px; } } @media screen and (max-width: 500px) { p.demo_store { top: 60px; padding: 5px; } } @media screen and (max-width: 400px) { p.demo_store { top: 50px; padding: 2px; } }
Hiya,
It is fine now since I upgraded from MailPoet Newsletters v2.6.8 to v2.6.11. ??
Thanks for the reminder!
Cheers,
JamesI was having this same problem. If you install and activate the ‘W3 Total Cache’ plugin then go to ‘Performance’ > ‘General Settings’ and tick the box to enable ‘Minify’, then Save – that should fix the validation error. ??
OK, thanks for the reply.
I have added that line of code just before my </head> tag in my header.php file.
The result is that this page – https://www.chemtrailsprojectuk.com/take-action/directive/ – now shows the AddThis icons.
But the other page – https://www.chemtrailsprojectuk.com/evidence/rainwater-test-kit-results-map/ – still does not show the AddThis icons. And if you look at the source code for this page, you will see that addthis_widget.js script is now called twice for this page.
Something has just dawned on me, but I’m not sure if it would/should be an issue…
The AddThis settings may have been tied to my facebook account, but I came off facebook fairly recently.
That said, the AddThis icons are showing fine on news posts – e.g., https://www.chemtrailsprojectuk.com/petition-ban-geoengineering-delivered/ .
Hiya Srijith,
Thanks for your reply.
I know it is not a recommended solution. I just tried it to check the AddThis icons would actually show.
Incidentally, when I leave the “|| true” clause in, the AddThis icons do not show on this aforementioned page – https://www.chemtrailsprojectuk.com/take-action/directive/ . However, they do show on this aforementioned page – https://www.chemtrailsprojectuk.com/evidence/rainwater-test-kit-results-map/ – but with the number-of-shares values all zero (whereas they were previously all above zero before).
And, yes, I have gone into AddThis advanced settings and the Pages checkbox is ticked. I have also unticked it, saved, reticked it, saved… but your code change is still not working for me.
Thanks,
JamesCan also confirm that my shortcode script doesn’t override $post – see my code snippet, above.
As mentioned in the comment in my code snippet, it is the presence of the loop that appears to be causing the problem.
Hiya Srijith,
Thanks for your reply.
That doesn’t work, but when I change that line to…
elseif ( is_page($post->ID) || get_query_var(‘page_id’) || true )
…then it does work, but what is the proper solution?Also, the social buttons do not show on another page where I use a shortcode. The two pages in question are:
https://www.chemtrailsprojectuk.com/evidence/rainwater-test-kit-results-map/
https://www.chemtrailsprojectuk.com/take-action/directive/Thanks,
James