cmsnext
Forum Replies Created
-
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Add to homescreen not working@nhattinh Ya now its a png file. But hope you have selected under Progressive WP > Add to Homescreen > in that
Show “add to homescreen” banner > On element click
then in the text box below it (Element) here write the class you have given the button
Also have you custom coded the footer popup section for the button click?
As it seems to hide the display and secondly in your header there is some extra code which shows extra" />Also footer section card icons are not being displayed.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Add to homescreen not working@nhattinh – there are a few errors on your site the easiest to update being a ico file for the site icon. You can try replacing the same to a png file via WordPress Admin section > Appearance > Customize – upload a 512X512 px file and see. Hopefully your issue should be resolved.
@heinperu – Yes when a PWA push notification user subscribes to notification what I have found is that you can see the device and send notification to specific user if you know their device. But currently I am not able to send notifications as it seems the Firebase API has changed and I am no longer able to send notifications via Progressive WP as it gives an error.
@fresatomica Ok thanks for the update. But then I think I will need to install the classic editor plugin too and then hopefully I can change just the description no other options? Well in that case I think I may continue with the old plugin as I was already paying for Jetpack Premium I though why not use features, but I think you need to add these features as they are required. Another feature request which I had made was for re Publicize to social media accounts for custom post types almost a year back but nothing seems to have been done in that regard too. Just a suggestion if the features could be improved for paying members. Thanks
Forum: Fixing WordPress
In reply to: PHP 7.4 – WordPress 5.4.1 – media.php errorThanks @corrinarusso. Ya I think will create a staging site and test one plugin after another. Will get back if I find what is causing this. Thanks for the help
- This reply was modified 6 years ago by cmsnext.
Forum: Fixing WordPress
In reply to: PHP 7.4 – WordPress 5.4.1 – media.php error@corrinarusso Thanks for the response. Ya I want to know why this warning is coming up. Hence wish to know which plugin/code is responsible. Any idea how to find what is causing this warning? This issue was not present earlier. Seems to have started after I updated to WP 5.4.1 before this the error was not present. So may be either that or some plugin incompatibility. But its a live site and cant keep site down to test by disabling each plugin as the warning is being added to error log every 10-15 minutes
Forum: Plugins
In reply to: [WooCommerce] is_shop PHP Warning: Use of undefined constantok found the issue was a minor coding error
if (is_shop){should be
if (is_shop()){Then error is not displayed.
- This reply was modified 6 years ago by cmsnext. Reason: issue resolved
@kokkieh Thanks. On the link @supernovia shared – https://jetpack.com/support/seo-tools/ I find this
Search and Social Previews
Before you publish your new post or page, you can use the SEO preview tool to see how it will look on search engines and social media.The previews will use the custom description you set in the SEO Description box so you can see how it will look on the WordPress.com Reader, Google, Facebook, and Twitter. To view the SEO Preview, click Preview under the SEO Description box.
So will it show auto preview or there is an option to edit the description via the preview tool?
@kokkieh Thanks for your response. No for Yoast we use the free version and what it automatically generates for each post.
But yes, is this feature available in Jetpack SEO? – We use Modern Calendar Events
so can we modify the title/description and keywords for individual events that we upload in Jetpack SEO? Like does it allow us the option to modify individual event title/description to our requirement? Thanks@supernovia Hi. As mentioned in the opening post I am on a Paid Premium plan offered by Jetpack. Ya I read about the SEO tools in the post but any comparative analysis would be great.
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN Links not getting updated for a couple of sectionsHi @andyuk2005 No I have still not updated to the latest version as I read some users complaining about issues they are facing on this forum, hence my version is 2.9.9.2
@yotuwp – not sure if you received my email after you sent me the new version. The issue has been fixed and the settings of WP Fastest Cache show up perfect if I use the updated version that you sent. Thanks
hi @yotuwp – Had sent you my details last week. Still waiting for you to send me the new version. Thanks
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] add to home screen@nico_martin I am not really sure how it works, but my code modification worked and fixed the issue for sub folder installation. May be my code may need refinement. I think you need to see how you call WordPress Address (URL) and Site Address (URL)
The WordPress Address is the one that you usually have in a sub folder so image path should have WordPress URL. For links we have to use Site Address.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] add to home screen@jannetto96 Good to know my code resolved the issue. @nico_martin would really appreciate if subfolder urls are correctly detected by Progressive and you modify the code for such installations.