Noumaan Yaqoob
Forum Replies Created
-
Forum: Plugins
In reply to: [Blogger To WordPress] Fix for The Bug That Causes Failure to RedirectHello @pooja1210
Sorry for the confusion, it was <span style=”text-decoration: underline;”>my mistake</span> for not testing thoroughly. The plugin works as intended and there is no need to try this fix. I am marking this thread as resolved.
Hi,
Retested the plugin.
1. The inline comments do not appear where they should be. At some positions taking the cursor to the text where I left comment, doesn’t show the comment popup at all.
2. The opacity is incorrect. The comment popups appear on top of each other.
Here is a screenshot:
Forum: Plugins
In reply to: [Export WordPress Menus] Imports Nav Menus as PagesHi Moxajogani
Yes, this is exactly what I see.
Forum: Requests and Feedback
In reply to: Keyboard Shortcut for Link Button in Text EditorKeyboard shortcuts don’t work in the “text” editor, they only work in the “Visual” editor.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Regenerate PDF with WordPress 4.7I deleted all other images and left just one PDF document in the library. I then went to tools > Force regenerate Thumbnails page. When tried to generate thumbnails I got this error message:
Unable to find any images. Are you sure some exist?
I should have seen this error message:
Unable to find any images or files pdf. Are you sure some exist?
I thought there is something wrong with the way plugin is trying to detect imagemagick. I studied the code and found this line 250:
if (extension_loaded('imagick') && version_compare( $wp_version, '4.7', '>')) {
I think that since I am using 4.7 which is not greater than 4.7 the plugin fails to queue PDF files. So I replaced it with this:
if (extension_loaded('imagick') && version_compare( $wp_version, '4.7', '>=')) {
and this worked. Can you please double check it and update the plugin?
Thanks for sharing,
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Regenerate PDF with WordPress 4.7Hi RVOLA,
I am able to see the force regenrate thumbnail option under the PDF files on Media page now.
however, when running the tool to regenerate all thumbnails, it does not detect PDF files. I have 8 other images in Media library, the plugin detects them and regenerates thumbnails for them. It does not detect the two other PDF documents.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Regenerate PDF with WordPress 4.7Hi RVOLA,
I have imagemagick and 4.7 both installed. I can create thumbnail previews for new uploads. Still I can’t see the link to regenerate thumbnail for PDF file. I can see it for image files.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Regenerate PDF with WordPress 4.7Hi
I tried regenerating thumbnail previews for PDF files uploaded before WordPress 4.7. I used the fork from GitHub.
I was unable to generate thumbnails for PDF files.
Can’t figure out why.
It also does not show a regenrate thumbnail link below PDF file on the Media screen.
- This reply was modified 7 years, 10 months ago by Noumaan Yaqoob.
Forum: Plugins
In reply to: [Temporary Login Without Password] Expired Users Can Reset PasswordThanks for the follow up. I tested the plugin again and it doesn’t seem to solve the problem.
I was again able to reset password for an active temporary login.
I was also able to login using the password for the active temporary login.
I was also able to use that password even when I expired that temporary login.
I was also able to reset password for an expired temporary login. However, if a temporary login has expired and I tried entering with the password it gave me an error.I think it still needs to be fix the password reset issue for all active and expired temporary logins.
Thanks for all the work you guys have put up on this. Really appreciate it.
Forum: Plugins
In reply to: [Temporary Login Without Password] Expired Users Can Reset PasswordYes, I checked twice before reporting it and checked again before writing this reply.
Temporary users can reset password and then login normally using that password. Temporary users whose logins have expired can also do that.
Forum: Plugins
In reply to: [Restaurant Menu Manager] Insert in Pop-up Plug-InIt depends on what popup plugin you are using for this. If your popup plugin supports shortcode, then you can add these shortcodes to display the menu:
For plain text menu:
[rm-menu]
If you want to display restaurant menu in a jQuery accordion with collapsible tabs for different menu types, then add this shortcode:
[rm-menu display='accordion']
If you want to display your menu in jQuery tabs, then add this shortcode:
[rm-menu display='tabs']
Hope this helps.
Forum: Plugins
In reply to: [Restaurant Menu Manager] Customize Menu EstheticsYou can do so using CSS in your theme or child theme. You can also override plugin’s CSS by using Simple Custom CSS plugin. If you don’t know how to write CSS then I would recommend you to try Site Origin CSS. It allows you to preview a page, click on an item, and then change its appearance using a graphical user interface. I hope this helps.
Is there an update to be released for the plugin? I can’t see an update and still seeing the warnings.
Forum: Plugins
In reply to: [Article Feedback] A couple of suggestionsI would like to see these features too.
Forum: Plugins
In reply to: [Easy Image Filters] Can't save image Failed to load admin-ajax.php errorJpeg Image
38 KB
700×700I have tried with multiple images with different sizes and filetypes with the same error.