cmsnext
Forum Replies Created
-
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] not working@stevenew2019 I quickly checked your site and find this : your site has errors with https
You have a few items which show url as http rather than https like icons/images. If you change the URL or use some plugin to force https content then I think Progressive should work fine on your site.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] add to home screenHi @jannetto96 and @nico_martin
I think you are having a sub folder installation. Even I had the same issue. I had even provided a fix which you can see here – https://wordpress.org/support/topic/wordpress-subfolder-install-pwa-manifest-site-icon-error-and-add-button/
The thing is that Progressive WP does not seem to get the subfolder URL installation but instead gets the root url which causes the icon error and in turn causes the manifest error. I was able to get Progressive WP running after I manually modified the code that I have suggested above. Hope it helps.
@bradvin Ok figured out the issue. This line
.fbx-modal .fbx-error-msg>span, .fbx-modal .fbx-loader>div, .fbx-modal a.fbx-close, .fbx-modal a.fbx-next, .fbx-modal a.fbx-prev { font-family: foobox; }I changed it to
font-family: foobox !important;and now the icons show up fine.
Thanks for the help.
Hi @bradvin
I updated to the latest version but this issue is still not fixed. https://wordpress.org/support/topic/load-foobox-js-css-and-lightbox-files-only-on-gallery-pages-2/#post-12024775
If we Exclude FooBox Assets and call it only on the gallery page, when we have light box on individual gallery photos, the lightbox which popups up does not show the previous next and close buttons but shows weird characters (as it seems font files dont load)
So any quick fix how I can solve this issue?
@yotuwp Hi. Just wanted to know if you have found any fix to the issue? When WP Fastest Cache and YotuWP are installed together there is some conflict because of which automatic cache clearing rules dont show up correctly on WP Fastest Cache. Thanks
Forum: Plugins
In reply to: [WooCommerce] Error trying to add new product or duplicate product@jricketts4 Thanks. I found one issue. If I uncheck Jetpack Publicize Auto Posting for Woocommerce Products then I was able to successfully able to publish the post. So may be some conflict with Jetpack Publicize? I did not disable Jetpack. Only under Products when we add/edit a product there is an option below Published > Publicize and I unchecked auto posting check box for all social media accounts and it works fine. So looks like some conflict with Jetpack Publicize auto posting? And for your reference under Publicize I have connected accounts of Facebook, Linkedin and Twitter only.
- This reply was modified 6 years, 6 months ago by cmsnext.
Hi @3sonsdevelopment – Thanks a lot for your suggestions. Will definitely try and let you know which worked for my requirement. Best Wishes
@yotuwp . Thanks have sent you a message via the contact form explaining the issue in detail. Kindly check and let me know. This happens with the default wordpress installation with only WP Fastest Cache and YotuWP installed. Thanks
@bradvin Thanks ya I had tried that. But once you go to individual gallery and when we click on the images a lightbox opens but the loading icon, arrows and closing button fonts are missing on that page. Any reason why that would happen? And is there no way to say change fonts to fontawesome as most themes come with the fonts as default so we can reduce number of files/css/font files in the requests.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Delete Cache – Timeout Rules@emrevona Thanks have sent you an email with description of which plugin causes this issue. Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Delete Cache – Timeout Rules@emrevona Thanks. Ok I did a default installation of wordpress + wp fastest cache the different options show up. But on the actual site with a theme and other plugins – the options disappear only 7 and 15 day options show up. So just to reconfirm according to you some plugin is changing options for WP Fastest Cache?
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Incompatible with WP Fastest Cache ?I use this with WP Fastest Cache works fine.
Hi @nico_martin as there was no response from you I did some code digging and find this
in Classes/class-manifest.php
line 124
$manifest['icons'][] = [ 'src' => $new_image[0],Changing this to
$manifest['icons'][] = [ 'src' => get_site_icon_url($size),This fixes the issue
Now even add to home page shows up successfully.
I am not sure if the code I used is correct but that seems to fix the issue.
So can you confirm if its right?
Hi @nico_martin – any update on this? Because your plugin is the most easiest to use to waiting for a fix. Because even Add to Home does not work I think mostly due to this error. Thanks
Any help? Or is there any plugin which would be helpful?