basebond
Forum Replies Created
-
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] NOT FREE PLUGIN@mrmickwhite You disagreed because you’re a member of the team? If a plugin developer does not respect your time and allows you to waste time backing up your website when the backup is useless because you can’t use it until you pay, is it worth rating them 1 star?
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] Simply doesn’t work until you buy itThis plugin is a commercial scam!
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] DisappointedWordPress rating should start from zero star. 1 star is too much for this plugin!
Forum: Plugins
In reply to: [Input Scanner] How to make camera face target, not meThank you so much. Issue is resolved now.
Forum: Themes and Templates
In reply to: [Astra] How to change Floating Social IconsFound the solution. It can be edited from the Elementor footer template.
- This reply was modified 3 years, 10 months ago by basebond.
@nicolaelvin @heatherland, In the plugin settings, select Show Advanced Settings.
I just realized that the solution in the above link won’t work. Here’s a quick solution that worked for me (though it still required editing a nextgen plugin file):
Open this file: nextgen-gallery/view/gallery-caption.php
(You can access it through the plugin editor)Search for: php echo $image->caption
Change it to: php echo $image->alttextSave the file and you’re done.
One solution is to hack the plugin which means that when you update the plugin, you will lose the changes you made.
For more details, read this: https://www.ads-software.com/support/topic/plugin-nextgen-gallery-show-title-of-image-instead-515-and-click-to-close-on-shutter-effect?replies=3#post-1621541
You are awesome! What more can I say?
Forum: Fixing WordPress
In reply to: Help with backlinker.php / 404 Error…Forgot to mention, especially plugins you get from a source other than www.ads-software.com
Forum: Fixing WordPress
In reply to: Help with backlinker.php / 404 Errorhereiamlive, the code may also reside in a plugin you use. If you can’t find it in the header of your theme, then check through your plugins.
Forum: Plugins
In reply to: Error with Yoast WordPress SEO pluginWordPress SEO plugin works only for WordPress version 3.1 and higher. That’s the problem you’re having. You might have to consider upgrading your wordpress version.
Add this code to your theme file:
<?php echo do_shortcode( ‘[contact-form 1 "Contact form 1"]‘ ); ?>
That should work for you.
Forum: Fixing WordPress
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adding the Form via PHPAdd this code to your theme file:
<?php echo do_shortcode( ‘[contact-form 1 "Contact form 1"]‘ ); ?>
That should work for you.
Forum: Plugins
In reply to: [CataBlog] CataBlog Feature RequestLovely plugin! Rated it 5 star already.
Ok, here’s my feature request:
When adding an item, it would be nice to have the tinymce interface.Thanks.