M Media
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit font size in whole websiteHey! It looks like your question is specific to Elementor; you’ll get better support asking the Elementor team directly. https://www.ads-software.com/support/plugin/elementor/
Forum: Plugins
In reply to: [Coronavirus COVID-19 Watch] Pulling stats in textHey Estelle,
you could use our shortcodes as described in the plugin description, such as
[covid-watch country="France" status="confirmed"]
, which will just render a number that you can use mid-sentence in your posts. In terms of “rates”, we don’t have those stats but they could be computed using the historical data; you’d likely need to do so in PHP code.Warm regards,
M Media Support TeamForum: Plugins
In reply to: [Coronavirus COVID-19 Watch] Filter country MéxicoHey @webdev8 – unfortunately our data provider does not provide state level data for Mexico.
Warm regards,
M Media Support TeamForum: Plugins
In reply to: [Coronavirus COVID-19 Watch] Vaccines in USHey @aboixet,
much like our other shortcodes, you can pass “All” to the
country
attribute to get a table. More on our docs: https://blog.mmediagroup.fr/post/coronavirus-covid-19-watch-wordpress-plugin/If you have some development experience, you can easily calculate percentages as needed by calling our functions in PHP and doing the calculations in code.
Regards,
M Media team- This reply was modified 3 years, 7 months ago by M Media.
Forum: Plugins
In reply to: [Coronavirus COVID-19 Watch] Vaccines in USHey @aboixet,
thanks for letting us know! You can use country=”United States” for vaccine data.
This is indeed not-standard as the other short-codes use “US”, as you’ve noticed. We will look at resolving this issue in due course.
Regards,
M Media teamForum: Reviews
In reply to: [Coronavirus COVID-19 Watch] Updation issueHappy to hear the issue has been resolved on your end @ankit21500!
If you should run into any more issues, the best way to raise a concern with us (or any plugin) is by writing on the Support thread dedicated for this – for our plugin you can find it here: https://www.ads-software.com/support/plugin/coronavirus-covid-19-watch/.
Have a great day!
Forum: Reviews
In reply to: [Coronavirus COVID-19 Watch] Updation issueHey @ankit21500! Thanks for your kind words!
I’ve taken a look at your website, and it seems that your numbers match exactly what the current data is providing. You can see the raw data here: https://covid-api.mmediagroup.fr/v1/cases?country=India, and compare it to what is shown on your site.
In order to make sure that your website visitors have a very fast experience, this plugin caches the data and updates it every hour – so sometimes it’s a case of just waiting a bit – though the discrepancy you mention does seem a bit odd. Could you be also using additional caching plugins?
Warm regards,
M Media Team- This reply was modified 4 years, 4 months ago by M Media.
Hey @rshary!
Great question! A couple of us were able to reproduce the issue – this seems to be a known issue with Gutenberg. We’re waiting for a fix which comes with version 8.
In the meantime, you can install the Gutenberg plugin (which has version 8) which fixes this issue.
Warm regards!
Forum: Developing with WordPress
In reply to: How to Return in WordPress Function php file?Hey @dobeweb!
Great question!
Have you tried just wrapping it around?
$html .= '<div class="post">'; $html .= get_post_field('post_content', $post_id); $html .= '</div>';
Warm regards!
Forum: Fixing WordPress
In reply to: Where can I safely download WAMP?Hey @confusionreigns!
No worries, I know technology can be frustrating. Please rest assured you haven’t wasted any time as I’m sure you learned a few new things along the way – and that is time well spent in my book :)!
You are right, MAMP is more for the tech oriented and I misunderstood your level of computer understanding :P.
You can try to follow this guide for MAMP: https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/ (it says Mac but most of the steps should be similar) and/or https://athemes.com/tutorials/install-wordpress-locally-using-mamp/
As a side note, why are you trying to install WordPress offline? It might be easier to work on your site directly online and limit its visibility to admins only (while it’s in development) with a plugin that shows a coming-soon page.
Warm regards!
- This reply was modified 4 years, 7 months ago by M Media.
Forum: Fixing WordPress
In reply to: Where can I safely download WAMP?@confusionreigns MAMP is available for Windows too: https://www.mamp.info/en/downloads/ ??
Forum: Fixing WordPress
In reply to: CSS not working for (main) menuHey @vojaa!
Maybe a silly question, but can you check that your website is not on WordPress.com? WordPress.com and www.ads-software.com are different: https://www.ads-software.com/support/article/wordpress-vs-wordpress-com/
Edit: my apologies, it seems that your website is hosted locally so you are not using WordPress.com
Warm regards!
- This reply was modified 4 years, 7 months ago by M Media. Reason: Re-read your question :)
Hey @12321312w!
Great question! We are not the plugin author but we’ll try to help. It’s possible this plugin was installed as a Must Use plugin: https://www.ads-software.com/support/article/must-use-plugins/
Be careful around must-use plugins, a lot of them are really must-use. Also, be sure that it is indeed this plugin that’s causing the issue.
Warm regards!
Forum: Fixing WordPress
In reply to: Issues with LinkedIn Profile BadgeHey @heresjonnie!
Great question! You are following these embed steps, right? https://www.linkedin.com/pulse/how-create-linkedin-badge-your-website-brynne-tillman
If so, it’s likely your IP is being throttled for too many requests. Are you on a shared hosting?
Warm regards
Forum: Fixing WordPress
In reply to: Where can I safely download WAMP?Hey @confusionreigns!
Great question! We use MAMP extensively for building our WordPress sites locally/offline. MAMP should get you the same results and possibilities as WAMP.
Warm regards!