Pawan Bagra
Forum Replies Created
-
Forum: WordPress Mobile App
In reply to: WordPress App unable to upload mediasame issue with Jetpack app too. WordPress and Jetpack app both showing Failed to insert media . Please tap to retry.
Is it possible of the media type is creating issue ??
Forum: Plugins
In reply to: [CM Pop-Up Banners for WordPress] plugin not working with slider revolutionPlease check the website https://tcass.com.au/demo/
It is not working on this website, i have no idea what and where i am doing wrong.
Forum: Plugins
In reply to: [Pretty Simple Popup Builder] plugin not working with slider revolutionon another websites it is working fine, also the code is showing in html. The code on homepage as below
<div id="psp-overlay-wrap">
<div id="psp-overlay" style="background-color: transparent;">
<img class="psp-logo-nolink" alt="Popup Image" src="https://tcass.com.au/demo/wp-content/uploads/2022/04/about.png" /> <form id="psp-verify-form"></form><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" viewBox="0 0 12 12" data-testid="PSPCloseButton" id="psp-close-x" style="fill:black;"><defs><path id="psp-close-tiny" d="M7.426 6.001l4.278-4.279A1.008 1.008 0 1010.278.296L6 4.574 1.723.296A1.008 1.008 0 10.295 1.722l4.278 4.28-4.279 4.277a1.008 1.008 0 101.427 1.426L6 7.427l4.278 4.278a1.006 1.006 0 001.426 0 1.008 1.008 0 000-1.426L7.425 6.001z"></path></defs><use fill-rule="evenodd" xlink:href="#psp-close-tiny"></use></svg>
</div>
</div>is there anything wrong ?
Forum: WordPress Mobile App
In reply to: WordPress App unable to upload media3 websites getting same error :
[ Many redundant links deleted ]
Forum: Themes and Templates
In reply to: [Newsmatic] Site logo & site title not working on mobileany one from developer side of theme can help me ?
Forum: Themes and Templates
In reply to: [Curver] Website Logoalready found the way
Forum: Plugins
In reply to: [WooCommerce] Latest ProductForum: Themes and Templates
In reply to: [Everest News] Subcetegory in PermalinkI am still waiting, Please help me
Forum: Themes and Templates
In reply to: [ScrollMe] How to apear Blog more than 10Thanx for your reply, I installed wordpress and use ScrollMe theme and its demo, also disabled all plugins but still same issue. if needed URL and credential, it is ok for me.
Regards
Forum: Themes and Templates
In reply to: [MedZone Lite] FooterOnly first 2 part working Instead of 4 parts in footer Also submitted same issue at https://www.machothemes.com/contact-us-now/
- This reply was modified 4 years, 6 months ago by Pawan Bagra.
Forum: Plugins
In reply to: [Coronavirus (COVID-19) Outbreak Data Widgets] NOT WORKINGHi, It is already stop working once again
https://www.coronanewsline.com/
- This reply was modified 4 years, 7 months ago by Pawan Bagra.
Forum: Plugins
In reply to: [Coronavirus Cases Tracker - COVID-19 Stats] Php CodeForum: Plugins
In reply to: [Coronavirus Cases Tracker - COVID-19 Stats] Php CodeIs it possible that I able to change in CSS like font size for mobile device
Regards
Forum: Plugins
In reply to: [Coronavirus COVID-19 Watch] PHP codeHi @mmediagroup
Thank you for encouraging.
The code
<?php echo MMedia_Covid::shortcode_map(['sort' => 'confirmed']); ?>
is working perfect.Once again thank you your plugin and support.
Forum: Plugins
In reply to: [Coronavirus COVID-19 Watch] PHP codehi @mmediagroup thanx for your support.
The code you provide is not working
<?php MMedia_Covid::shortcode_map(['sort' => 'confirmed', 'height' => '250px']); ?>
But I found the code, which is working
<?php //echo do_shortcode( '[covid-live-map sort="confirmed" height="700px"]' ); ?>
Isnt it possible if i use simply
<?php MMedia_Covid::shortcode_map(['sort' => 'confirmed']); ?>
or<?php //echo do_shortcode( '[covid-live-map sort="confirmed"]' ); ?>