Abidemi Kusimo
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Download Button] The plugins have a pro.No pro version but I will look into this.
Forum: Plugins
In reply to: [Quick Download Button] AMP Page indexing broblemhello @vibhu111 , sorry the plugin currently does not support AMP. I will look into adding the functionality in future. Thanks for using the plugin.
Forum: Plugins
In reply to: [Quick Download Button] Downloads redirects to 404 errorhello @thanujan2410, can you please confirm that you can access the file without using the quick download button plugin.
The error mentioned will show up if the file you are trying to access does not exist.
Can you provide me with a URL as well so I can test this with you.
Many thanks.
Forum: Plugins
In reply to: [Quick Download Button] Quick download button styleHello @jkjangir, thanks for getting in touch. If you want the quick download button background to be consistent you can use reusable blocks in the Gutenberg editor. This is the link on how to use create a reusable block with the plugin
If using shortcode you can create 1 one style and copy that style each time you want to create another button.
In case you already have buttons on your site and you don’t want to edit them separately. You can use CSS to change all the background for the button, you will need to add ‘important’ to the attribute.
For example:
button.g-btn.f-l { background-color: red!important; }Add the CSS somewhere in your theme, or in the customiser editor under additional CSS.
I hope this helps.
Forum: Plugins
In reply to: [Quick Download Button] The plugins have a pro.Hello @patron2113 thank you for getting in touch. Please let me know what needs to be fixed. The plugin works fine on mobile devices for me. Can you provide some examples of the issue? If possible the URL of the site.
Also what would you need in the pro feature?
Look forward to your reply. Thank you.
Forum: Plugins
In reply to: [Quick Download Button] Sorry, your nonce did not verifyHello @anidit7 you can download the version 1.2.4 of the plugin – updated to fix the issue.
On the plugin page, go to the Advanced View, scroll down till you see the previous version, click on the ‘Development Version’ dropdown menu and select version ‘1.2.4’. Download the zip and install this on your site to replace the current version 1.2.3.
You can install the zip plugin by going to the plugin page on your WordPress dashboard, and click on the “upload plugin” button. Navigate and select the zip file you downloaded. WordPress will notify you that the current folder already exists. Choose to replace the folder by clicking the “Replace current with uploaded” button. The current version will be replaced with the new version.
I hope this helps.
Forum: Plugins
In reply to: [Quick Download Button] Sorry, your nonce did not verifyHello @anidit7 sorry for the issue you are facing. Nonce issue can occur due to different reasons. The reason for this particular error was because a hash fragment (#) was inside the external URL you are linking to. I will fix this in the next update.
In the meantime, can you use the tiny URL to convert the URL to a shorter version (https://tinyurl.com/app/)? I have tried this and it works.
I will update the plugin to fix the issue very soon. Thank you for using the plugin.
Forum: Reviews
In reply to: [Quick Download Button] I need helpHello @patron2113, thanks for trying out the plugin, what can I help with?
- This reply was modified 3 years, 3 months ago by Abidemi Kusimo.
Forum: Reviews
In reply to: [Quick Download Button] Not woring for Classic EditorCould you please modify your review, @suggest4u? It may mislead potential users as this plugin is compatible with both Classic Editor and Gutenberg. If you’re using Classic Editor, you can simply use a shortcode.
We would greatly appreciate it if you could make the necessary changes. To edit your review, please go back to https://ww.wp.xz.cn/support/view/plugin-reviews/quick-download-button/ and scroll down to the bottom. Thank you for trying out our plugin.
Forum: Plugins
In reply to: [Quick Download Button] Frozen pageI assume this issue is resolved.
Forum: Plugins
In reply to: [Quick Download Button] No link found for external URLI assume the issue is now been solved. Thank you for using the plugin.
Forum: Plugins
In reply to: [Quick Download Button] Bbutton background color not changingThank you!
Forum: Plugins
In reply to: [Quick Download Button] Bbutton background color not changingHello I’m glad it works.
You can save a button as a default preset in Gutenberg by creating a reusable block. I have detailed how to do this on a scribe.com page.
https://scribehow.com/shared/Workflow__GXEvhfNHTsq76Lp5sXQeqA
Another option is to use a shortcode block, which allows you to easily change the URL value whenever you want to use the block again. For example, to create a similar button you mentioned in the previous message I will use shortcode like the one below;
[quick_download_button button_type=”basic” title=”Download” color_bg=”#ffc107″ color_font=”black” color_icon_dark=”false” align=”center” open_new_window=”false” extension=”0″ wait=5 msg=”Please wait 5 seconds” url=”file_on_your_site”]
You can find more about using the shortcode on the main plugin page under the FAQ section – What are the shortcode attributes?
If you found the plugin helpful, please consider leaving a review. Thanks for using the plugin!
Forum: Plugins
In reply to: [Quick Download Button] Bbutton background color not changingThank you for bringing this to my attention. I apologize for any confusion caused by the current limitations of the button style.
To clarify, the background color feature for the large button style currently only applies when using a file icon or file size. However, I will make sure to include an update in the future to allow for the direct application of background color to the button itself.
In the meantime, you can try using the mid or small button styles, which do allow for the direct application of background color while still hiding the file size and file extension. You can find these options under the “Button Style” section.
Additionally, if you would like to apply background color to the large button now, you can use the following CSS code to manually add it to your WordPress site by going to the “Customize” (under your current theme) section in the backend and selecting “Add additional CSS“. Then paste the below code. Change ‘blue’ to your preferred color.
.qdbn-download-button-inner button { background-color: blue!important; }
I hope this helps.
- This reply was modified 3 years, 4 months ago by Abidemi Kusimo.
- This reply was modified 3 years, 4 months ago by Abidemi Kusimo.
Forum: Plugins
In reply to: [Quick Download Button] Bbutton background color not changingI’m sorry to hear that. It doesn’t seem like the problem is with Elementor. Can you try clicking directly on the transparent checker box (as shown in the image you shared)? Does this open the color dialog?