Aniekan
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: NextGen gallery font colorHi aleksejsla,
I suggest contacting NextGen gallery’s support at?https://www.ads-software.com/support/plugin/nextgen-gallery/ to get help.All the best!
Forum: Fixing WordPress
In reply to: Increase Parameters using wp-config?Hi asker1,
If your web host does not usephp.ini
and instead usesphprc
, you can still increase the first two parameters by using the DEFINE function in yourwp-config.php
file.
To increasePHP Time Limit
, you can add the following syntax to yourwp-config.php
file:define('WP_MEMORY_LIMIT', '256M');
set_time_limit(300);To increase
PHP Max Input Vars
, you can use the following syntax:define('PHP_MAX_INPUT_VARS', 3000);
To increaseupload_max_size
,max_execution_time
, andpost_max_size
, you can add the following lines to your.htaccess file
:php_value upload_max_filesize 64M
php_value max_execution_time 300
php_value post_max_size 64M
You can replace 64M and 300 values with the desired values for each parameter, respectively.
Note:?Increasing limits can consume more server resources like memory and CPU.?Ensure your hosting plan can handle the load.?Contact your web host if unsure.
Let me know if you have any further concerns.
RegardsForum: Fixing WordPress
In reply to: Product AdditionsHi melinda77,
I suggest contacting Woocommerce’s support at?https://www.ads-software.com/support/plugin/woocommerce/?to get help.All the best!
Forum: Fixing WordPress
In reply to: file download not workingHi nashuasingers,
I understand you’re experiencing issues with your file downloads. It sounds like you’ve already tried a couple of troubleshooting steps unsuccessfully.Kindly check the link to your site attached to this post to enable me to investigate the issue on my end.
Try deactivating plugins and switching to a default WordPress theme (like Twenty Twenty-One) to check for plugin or theme conflicts causing the issue.
Another thing you could try is clearing your website’s cache and cookies. Try accessing the website from a different browser or the download link in an incognito/private browsing window to rule out browser-related issues and see if the problem persists.
Try out these steps, and let me know how it goes.
Regards.
Forum: Developing with WordPress
In reply to: Help with Photo Gallery/Scroll PhotosHi, bulliesandboutiques,
I see you’re using the Ashe Theme by WP Royal, but unfortunately, it doesn’t have a built-in feature to set up a carousel layout.
However, you can check out the WordPress Plugin directory to find various plugins to help you create a carousel layout for your photo gallery or collage on the homepage.Forum: Fixing WordPress
In reply to: Website homepage looks weirdHi digitalguider,
Please provide further details regarding the issue you are experiencing with your website to understand your specific needs.Hello harmerd,
To restore your homepage, follow these steps:1. Login to your Dashboard.
2. Click on “Appearance” and select “Customize.”
3. Look for “Homepage Settings” and choose “A static page.”
4. Select your previous homepage from the drop-down menu.
5. Save your changes.If you need further assistance, I suggest contacting Astra’s support team at https://www.ads-software.com/support/plugin/astra-sites/. They will be able to help you out.
Best regards!
Forum: Everything else WordPress
In reply to: Verify my domain on FacebookHello kumiduck10,
To copy the meta tag into the HTML source of your WordPress site’s homepage, follow these steps:- Log in to your WordPress site.
- From the dashboard, go to Appearance and then select Theme Editor.
- On the right-hand side, find the header.php file and click on it.
- Scroll down until you find the tag.
- Paste the meta tag you received from Facebook just before the tag.
- Click on Update File to save changes.
- Return to your Facebook Business Manager and click Verify Domain.
- Facebook will now check for the meta tag on your homepage. Once it is verified, you will receive a confirmation message from Facebook.
That’s it! You have successfully verified your domain on Facebook using the meta tag.
Here is a link that you might also find helpful: https://www.nexcess.net/blog/how-to-add-meta-tags-to-wordpress/
Forum: Fixing WordPress
In reply to: Questions after restoring a blown up site :)Hi rebop,
Regarding your questions:1. Maximum File Size in php.ini:
The post_max_size and upload_max_filesize directives in the php.ini file are specified in megabytes (M) by default. You can use “M” to denote megabytes. For example, 3000M is a valid value.?There is no specific requirement to use increments of 256, and you can set the values to suit your site’s needs. However, it would be best if you kept in mind that large values may lead to memory and performance issues. A value like 3000M can be already quite substantial.
2. .htaccess Differences:
The rules you need to add to the .htaccess file can depend on your server configuration and the requirements of your WordPress installation.?Typically, WordPress doesn’t require extensive .htaccess modifications for standard setups. The .htaccess file in the WordPress folder is specific to the WordPress installation and may contain rules related to permalinks and other WordPress-specific configurations.
The .htaccess file in the public_html directory (or your web root) applies to the entire site. It may include rules for server-level configurations. If you have a specific need for custom rules, apply them in the appropriate .htaccess file. Otherwise, using the default .htaccess files provided by WordPress should suffice for most installations.
Forum: Developing with WordPress
In reply to: Colibri Page Builder won’t put in schema markupHi wbrant,
I suggest contacting Colibri Page Builder support at?https://www.ads-software.com/support/plugin/colibri-page-builder/?or via https://colibriwp.com/#support to get help.All the best!
Forum: Everything else WordPress
In reply to: WPForms ExpiredHi fyrebaugh,
I suggest contacting WPForm’s support at https://www.ads-software.com/support/plugin/wpforms-lite/ to get help.
All the best!Forum: Everything else WordPress
In reply to: No me aparecen los productos de amazon afiliados.
Parece que los desarrolladores han dejado de dar soporte o mantenimiento al complemento.
No he utilizado ningún complemento de afiliados, por lo que no puedo sugerir ninguno. Consulte el siguiente enlace para ver alternativas: https://testerwp.com/free-amazon-affiliate-wordpress-plugins/Forum: Everything else WordPress
In reply to: Cannot enable commentsHi thewellbeingconj,
I understand that you are having trouble enabling comments for Tasty WP cards on your website.
To enable comments, go to your Dashboard > Settings, then Discussion. You’ll find an option that says, “Allow people to post comments on new articles.” Check this box and any other settings according to your preferences.
If you require further assistance, you can contact the support team of Tasty WP recipe cards. Here is a link to their support page:
https://www.wptasty.com/supportForum: Fixing WordPress
In reply to: Photos have become huge on my websiteHi aksimsurgicalltd,
Could you provide a link to your website? This will help investigate the issue more effectively.Forum: Everything else WordPress
In reply to: No me aparecen los productos de amazon afiliados.Sus productos de Amazon no se muestran en su sitio web debido a problemas de compatibilidad con el complemento No Api Amazon Affiliate.
Este complemento no se ha probado con las últimas versiones de WordPress y es posible que ya no sea compatible.
Puede consultar el directorio de complementos de WordPress para encontrar complementos similares que lo ayuden a lograr resultados similares o visitar el foro de soporte: https://www.ads-software.com/support/plugin/no-api-amazon-affiliate/
Espero que esto haya sido útil