Raheel
Forum Replies Created
-
Forum: Plugins
In reply to: [File Manager] WP File Manager Pro – AMP Validation ErrorsFor Plugin author below might help to understand the issue:
Type: Plugin Name: WP File Manager - PRO (wp-file-manager-pro) Function: mk_file_folder_manager::fm_frontend_script() Action: wp_enqueue_scripts (priority 10) Enqueued Script: jquery Dependent Script: jquery-core Location: file_folder_manager_pro.php:95
Error code DISALLOWED_TAG Invalid markup <script … >
Forum: Plugins
In reply to: [File Manager] WP File Manager Pro – AMP Validation Errors@fodermester I disagree. We are using AMP since 1.5 years now and it turns out a great experience for us.
We did face traffic drop on start of our journey but not anymore. Regarding AMP validation errors I would strongly recommend you to go through their documentation first before doing any development in addition to that I would STRONGLY recommend you to use the OFFICIAL AMP plugin but not the third party’s.
Forum: Plugins
In reply to: [File Manager Pro - Filester] AMP Validation Errors with WP File Manager ProHey Kelly,
My apologies for the misunderstanding. I will contact the relevant author.
This thread just made me look into Filester plugin. ??
Thanks again!
R.
Forum: Plugins
In reply to: [File Manager Pro - Filester] AMP Validation Errors with WP File Manager ProHi Kelly,
Thank you for the quick response!
I can’t find an option to upload screenshot here… Below might help to track down the issue?
File: jquery.min.js
id jquery-core-jsError code DISALLOWED_TAG Invalid markup <script … >
Type: Plugin Name: WP File Manager - PRO (wp-file-manager-pro)
============
Another file: jquery-migrate.min.js
id jquery-migrate-jsError code DISALLOWED_TAG Invalid markup <script … >
Type: Plugin Name: WP File Manager - PRO (wp-file-manager-pro)
Thanks,
R.Well, that makes perfect sense to me! Thank you for the explanation on this!
Maybe creating Pro (paid) version of this plugin might encourage users to purchase a license if they want extra features/ support while leaving this plugin as is? ??
Hi Bill,
Thank you very much for you response in this regards!
Did you mean this is the wordpress recommended way? /blog/?dps_paged=2
and this is not: /blog/2
I’m sorry but I think that I’m missing something here… As per codex first one seems the recommended way but if I read your response above that made me bit confused here.
https://codex.www.ads-software.com/Function_Reference/paginate_links#Source_File
Regarding changing settings to “Blog” page as the Posts Page that doesn’t work in my scenario because my home page is the blog listing page along with numbered pagination hence the reason I’m using Display Posts plugin and required pagination inside custom-template.php file.
Thanks!
I’m facing same issues, I’ve posted a question almost month before which hasn’t been answered yet, luckily I was able to figure out and fix that part by myself. There is lack of support + plugin hasn’t been updated since 8 months and WORDPRESS has put notice on this plugin main page.
Warning: This plugin has not been tested with your current version of WordPress.
If there is any pro version where we can get timely support + get assurity regarding the compatibility of future WP versions that would be great!
There is no doubt this is a great plugin and Mr. Bill has done tremendous job!
- This reply was modified 5 years, 3 months ago by Raheel.
Forum: Plugins
In reply to: [Lazy Loader] Stopped working for style background-imageHi Florian,
Thank you for your support! ??
I was able to fix that error, as I mentioned before I had doubt on similar class names + Field IDs /names in ACF as well. So I changed them to totally different then everything starts working. Its weird but it does worked for me. ??
classnames:
mobile_banner320
mobile_banner425
mobile_banner600Changed to something like:
mobile-banner
medium
medium-largeThanks,
RaheelForum: Plugins
In reply to: [Lazy Loader] Stopped working for style background-imageHey, I think that I’ve found the fix, its about ACF field names which were similar (as shown above). I’m still investigating on this. Will comeback tomorrow and post my final findings.
Cheers! ??
Forum: Plugins
In reply to: [Lazy Loader] Stopped working for style background-imageHi Florian,
Its on localhost right now. I’ll try to setup staging or something to show you the outcome. But meanwhile if you can give an idea what it could be the reason behind unexpectedly stopped working would be appreciated.
I mean what could be the scenarios when class “lazyloaded” is presented on all of the elements?
Thanks,
Raheel- This reply was modified 6 years, 8 months ago by Raheel.
Forum: Plugins
In reply to: [Lazy Loader] Stopped working for style background-imageBy the way, this is the code inside .php file:
<div class="lazyload banner mobile_banner320" data-bg="<?php the_field('mobile_banner_320'); ?>"></div> <div class="lazyload banner mobile_banner425" data-bg="<?php the_field('mobile_banner_425'); ?>"></div> <div class="lazyload banner mobile_banner600" data-bg="<?php the_field('mobile_banner_600'); ?>"></div> <div class="lazyload banner tablet_banner768" data-bg="<?php the_field('mobile_banner_768'); ?>"></div> <div class="lazyload banner desktop_banner992" data-bg="<?php the_field('tablet_banner_992'); ?>"></div>
- This reply was modified 6 years, 8 months ago by Raheel.
Héctor,
You are right about popular posts and it should come up based on views/comments of users but our idea was exactly what you understand it was featured post option inside popular posts because this is what client asked us to do! Before they needed popular posts to show on home page but suddenly they requested that they want to select posts to display on home page rather its showing automatically so their users/ readers would read the best posts.
I know there are plugins available for featured posts but your plugin is more stable and good that’s why I suggested to add that option so if users are using this plugin then they shouldn’t need to go anywhere.
Thanks,
RaheelPlease check now! I just uploaded .zip as well.
Just right click on file name and click on “save link as / save file as” it will give you option to save it on your local computer. ??
Hi watermelonkid,
Code is up there now lets wait for Hector to implement it. ??
Thanks,
RaheelP.S. @héctor, I developed this feature to enable “manual popular” posts so admin can set whatever post they want to show on frontend as popular post.