SottoVoce
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Disabled by default for new postsHi @jennifer-ayline I am afraid not. I just deactivated the “WP Customer Reviews” plugin as it was no longer needed.
Cheers
That’s really cool @rilwis Thanks!
Hi, is there any way to disable the slider or to adjust speed?
Thanks
Forum: Plugins
In reply to: [What If Bitcoin?] Bug: Auto scroll down on page loadWell, I have found where the problem lies. I’m leaving it here in case others might find it useful and in case you want to fix it in a future update.
The file
wp-content/plugins/what-if-bitcoin/functions/generate_form.php
has “autofocus” set in the input form, so the browser automatically scrolls down to where the plugin input form is located.I have edited the file manually to remove the autofocus, but it will be overwritten when updating the plugin. It would be great if you could fix it.
Thanks!
Forum: Plugins
In reply to: [Site Reviews] Disabled by default for new postsI have marked it as solved. Thank you!
Forum: Plugins
In reply to: [Site Reviews] Disabled by default for new postsDamn, I just realized that the customer has your plugin and “WP Customer Reviews” installed as well. Sorry!
Forum: Plugins
In reply to: [Site Reviews] Disabled by default for new postsI am referring to the posts. Every time I create a new post, it automatically shows at the bottom the average rating of the site, the stars and the number of reviews. To remove it, what I do is to disable it from the post editor panel, changing “Enable WP Customer Reviews for this page” to “No”.
Is there any way to set it to “No” by default, so I don’t have to change it using the editor panel?
Thanks
Thank you. I will try.
Hi @wpgetapi,
Is there any documentation available or examples that can point me in the right direction?
Thank you in advance
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] Mailchimp Audience selection issueHi,
I have already sent the ticket to where you have indicated.
Thanks
Hi,
Thank you for adding it to the list of problems. I hope your team will be able to solve it soon, as it would be a great help.
I have solved it for now by adding:
In
/output/service.php
I addedif(isset($custom_fields['saswp_tech_article_same_as'])){
$input1['SameAs'] = $custom_fields['saswp_tech_article_same_as'];
}to
case 'TechArticle':
And in
/core/array-list/schema-properties.php
I addedif(isset($custom_fields['saswp_tech_article_same_as'])){
$input1['SameAs'] = $custom_fields['saswp_tech_article_same_as'];
}to
case 'TechArticle':
as well.The only problem with this solution is that I will lose it if I update the plugin. Do you think there is a way to apply this patch using an external file?
Thanks!
- This reply was modified 1 year, 7 months ago by SottoVoce. Reason: Spelling correction
@jsmoriss thank you for your prompt response. I have found another plugin that does what I need.
Thanks!Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Change email notification addressI understand. Thank you Bryle!
Perfect, all solved @benjaminowens. Thank you very much for your help.
Forum: Plugins
In reply to: [NGG Smart Image Search] Dequeue icon stylesheet@wpo-hr Sorry, my bad.
wp_dequeue_style('ngg-smart-image-search-genericons');
did the trick.
Great plugin by the way.
Regards