Constantly challenging ourselves to deliver more to our clients

Wordpress

How to automatically generate a PDF with Forminator form responses in WordPress

To automatically generate a PDF with Forminator form responses in WordPress, follow these detailed steps: Install Forminator and Create the Form: Ensure your form is configured in Forminator with all the fields you need in the PDF. Use a PDF Plugin or Zapier to Create the PDF: Forminator doesn’t natively support PDF generation, but you [...]

By |2024-10-26T10:25:27+00:00October 26th, 2024|Web Applications, Wordpress|0 Comments

Which WordPress plugins allow for automatic PDF generation in autoresponder emails and are compatible with Contact Form 7

Several WordPress plugins allow for automatic PDF generation in autoresponder emails and are compatible with Contact Form 7. Here are a few options: Contact Form 7 PDF: This plugin allows you to generate a PDF with form data and send it as an attachment in the autoresponder email. It's easy to configure and integrates directly [...]

By |2024-10-25T17:42:07+00:00October 25th, 2024|Web Applications, Wordpress|0 Comments

How to change the database character set in WordPress

To change the database character set in WordPress, follow these steps: Access the wp-config.php file located in the root directory of your WordPress installation. Look for the following lines: php Copiar código define('DB_CHARSET', 'utf8mb4'); define('DB_COLLATE', ''); If these lines are missing or set to a different value, change DB_CHARSET to utf8mb4, which is the recommended [...]

By |2024-10-20T16:52:26+00:00October 20th, 2024|System Administration, Wordpress|0 Comments

How to change the default theme if you don’t have access to the panel of WordPress

If you don't have access to the WordPress admin panel, you can manually change the default theme using FTP or phpMyAdmin. Here are both options: Option 1: Using FTP Access your server via FTP (using programs like FileZilla). Navigate to the /wp-content/themes/ folder. Make sure the theme you want to activate is present in this [...]

By |2024-10-20T16:37:58+00:00October 20th, 2024|Wordpress|0 Comments

How to increase the memory limit in WordPress (wp_max_memory_limit)?

To increase the memory limit in WordPress (wp_max_memory_limit), you need to edit the wp-config.php file or your server's configuration file. Here are the steps: Edit the wp-config.php file: Access the wp-config.php file in your WordPress installation. Add the following line of code before the line that says "/* That's all, stop editing! */": define('WP_MEMORY_LIMIT', '256M'); [...]

By |2024-10-20T16:31:06+00:00October 20th, 2024|Centos, Dedicated servers, Plesk, System Administration, Ubuntu, Wordpress|0 Comments

Base-admin.class.php PHP Fatal error: Uncaught Error: [] operator not supported for strings

The error you're encountering, "PHP Fatal error: Uncaught Error: [] operator not supported for strings", indicates that in the file base-admin.class.php of the Revolution Slider (or RevSlider) plugin, you are trying to use the [] operator to add a value to a variable that has been declared as a string. The [] operator is used [...]

Setting up an RSS feed in WordPress

Setting up an RSS feed in WordPress is a straightforward process. Here are the general steps to configure it: Access WordPress Dashboard: Log in to your WordPress site's admin panel. Navigate to RSS Settings: Go to Appearance > Customize or Settings > Reading from the WordPress menu, depending on your WordPress version. Configure Feed Settings: [...]

By |2024-07-02T14:37:13+00:00July 2nd, 2024|Wordpress|0 Comments
Go to Top