Siderlan Santos (Sider)
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Settings page crashingHi guys!
@etoilewebdesign sorry. I did not send you the email with the files because I am just seeing your reply right now. I am sorry for that!
And @rustaurius your update solve the problem.
I’m happy to help you. Thanks for this great plugin!
ps.: I’m gonna help you with Brazilian Portuguese translations.
- This reply was modified 7 years, 4 months ago by Siderlan Santos (Sider).
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Settings page crashingHi,
I’m experiencing the same issue. As I am an advanced developer I have found the problem. The issue seems to be a PHP 7 compatibility issue because the CSSTidy library is using a method with the same name of the class as a constructor method in the following files:
- class.csstidy.php
- class.csstidy_print.php
- class.csstidy_optimise.php
That is a deprecated feature. Instead you must use the default __constructor method.
@etoilewebdesign if you want and if you say to me how can I contribute, I will fix it.
- This reply was modified 7 years, 5 months ago by Siderlan Santos (Sider).
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Incorrect validation in fields type numberI have opened a new thread on the Official Support Forum
https://support.advancedcustomfields.com/forums/topic/incorrect-validation-in-fields-type-number/
Therefore, I am closing this thread here.Forum: Plugins
In reply to: [Contact Form DB] Authetication is required to see exported dataNo, it hasn’t.
I thought that the query string parameter l would do the trick. However, it seems to be being ignored.Forum: Plugins
In reply to: [Contact Form DB] Authetication is required to see exported dataYeah Michael,
It was what I did but it has not been working. This option has been ignored.
Forum: Plugins
In reply to: [Contact Form DB] Authetication is required to see exported dataI did it, but it’s still requiring authentication. It is redirecting to the wp-login page.
Forum: Plugins
In reply to: [Contact Form DB] Authetication is required to see exported dataHi Michael, thanks for your reply. I have seen this tab and I have tried to configure, but nothing has changed. It’s still requiring authentication.
- This reply was modified 8 years, 4 months ago by Siderlan Santos (Sider).
- This reply was modified 8 years, 4 months ago by Siderlan Santos (Sider).
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Database Error on plugin activationHi, I am using the WordPress 4.6.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Compatibility issuesI’ve found another issue. The minimum WP version required by the plugin is 3.8. But in the includes/functions-user.php file on line 932 there’s the function get_avatar_url just added in WP 4.2.
https://developer.www.ads-software.com/reference/functions/get_avatar_url/
'user_avatar' => get_avatar_url( $user->ID, array( 'size' => 32, 'default' => 'mm' ) ),
Forum: Plugins
In reply to: [WooCommerce Boleto] Funcionalidade – Reenviar com Nova DataAcesse um pedido. No canto superior direito clique em op??es de tela. Verifique se a op??o Boleto Bancário está marcada.
Forum: Plugins
In reply to: [WooCommerce Boleto] Banco Sicredi@andersonnarciso e @lumplump eu adicionei a op??o de gera??o do boleto do Sicredi e submeti um pull request que está aguardando aprova??o do @claudiosanches. Já foi testado o pagamento e nenhum problema ocorreu.
Forum: Plugins
In reply to: [WooCommerce Boleto] Banco SicrediEu fiz a implementa??o e vou submeter um pull request
Forum: Plugins
In reply to: [WP Customer Area] Private Files DirectoryWill I have any issue if I move it to the uploads directory?