gytisp
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Import Demo InstallHi!
For the loopback requests try this:
https://www.ads-software.com/support/topic/loopback-is-disabled/
The import demo button might be missing due to you using a custom theme.
If you face too many problems importing demo content automatically, I’d suggest getting in touch with the theme providers to see if they can provide the demo files in a .zip file instead.
Forum: Fixing WordPress
In reply to: No products were found matching your selectionHey,I can see your website does not work at all and shows 0 overall products on the desktop version too.
Try going through the steps listed here after reenabling your plugins.
https://www.theecommerce.com/blog/woocommerce-products-not-showing
Hi, please try the solution mentioned here:
https://www.ads-software.com/support/topic/page-showing-up-as-archive-instead-of-regular-page/
Keep in mind Google will take some time to reindex your pages.
Forum: Fixing WordPress
In reply to: Post Title in Admin Panel too SmallHi, usually this is caused by plugin conflicts.
I’ve encountered a few cases where the Yoast SEO plugin caused this.
This can happen when there are more columns being displayed than what fits on your screen. Try clicking ‘Screen Options’ in the upper right corner and uncheck columns that you do not use/wish to see on a regular basis.
If it still does not work, Make a backup and try disabling a few plugins at a time until you narrow down which one is causing the problem (I’d start with Yoast SEO)
Forum: Fixing WordPress
In reply to: alternative merchant accountsDepending on what CMS your current website is built this can be a pretty simple task, or a massive undertaking requiring tens if not hundreds of hours of coding.
You would need to provide a lot more details about your current website to get a more precise answer.
For example, here’s how a basic HTML to WordPress conversion would work:
https://www.elegantthemes.com/blog/tips-tricks/converting-html-sites-to-wordpress-sites
Regarding the payment gateway, Woocommerce has support for it.
https://www.ads-software.com/plugins/authorizenet-payment-gateway-for-woocommerce/
Forum: Fixing WordPress
In reply to: Preloader: Security VulnerabilityHi
Usually, the fix is to make sure all your plugins and theme files are using the latest available versions.
If everything is up to date, it might simply be a warning notification, since it looks like Freemius is some sort of plugin reseller, you might want to inform them about this notification so that they could get verified by Ithemes as a trustworthy source.
They (Freemius) probably keep an active connection with your website for licensing, version control or affiliate data.
Forum: Fixing WordPress
In reply to: Database ErrorSo what is your question? Have you checked if the tables exist or not?
You should open your database via PHPmyadmin or some other SQL editor and verify if the tables indeed exist.
These are default tables of a WordPress website, so pretty much any WP website should have them, what you might need to check is the table Prefixes in your database and the wp-config file and make sure they match.
Forum: Fixing WordPress
In reply to: Создать папку в корне сайтаHi.
If the translation is correct then:
1) You need to create a .HTML File, not a Folder.
2) The File name should be zen_eKeX79nGhbo2aOmS8YcI0MK6TZ0AsSU3bCS0cC3W9ZtuoG9hyrLl9t7hkzeBDoho.html3) You can edit the contents of the file via any text editor such as NotePad or via any kind of File manager if your server has one.
Forum: Fixing WordPress
In reply to: How to remove a video which is not on InternetCould you clarify what you mean by “is not on the internet” ? Do you mean you are hosting your website locally?
Just in case, can you try adding this to your .htaccess file and try again?
#disable modsec
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>Also, if you had disabled it via your cpanel dashboard recently, you will need to restart the web server for the settings to apply.
I believe in managed cPanel services this can be accomplished by changing the major PHP version.
Forum: Fixing WordPress
In reply to: Simple Catalog SiteHey!
Give this a look, I think it’s just what you’re looking for ??
https://www.greengeeks.com/tutorials/wordpress-product-catalog/
And here’s a very in-depth article for your reading here:
https://woosuite.com/woocommerce/disable-checkout/
Cheers!
Hey, you will find a guide here
Make sure you have a backup before messing with your website network ??
Forum: Fixing WordPress
In reply to: looking for a special plugin same as tracking pluginHi!
https://www.ads-software.com/plugins/order-tracking/
Looks like it might be exactly what you are looking for, although you will definitely need to put in some work to configure everything to suit your needs.
You can check how their demo looks here
Forum: Fixing WordPress
In reply to: Site takes long time to load. Some contents are not displayedHey!
I’m going to assume the domain you have in mind is https://cityyellowpages.net/ , because the URL you provided is broken.
Your website is slow because it requires optimization, I can see that it looks like you are, or had used the Jetpack site accelerator on the website, but it is also very clear that the optimizations are not completed.
Here you can find an optimization/speed test report.
https://gtmetrix.com/reports/cityyellowpages.net/lMuWPECy/I would recommend testing out plugins such as LiteSpeed cache, WP rocket or W3 total cache to speed up your website further, but make sure you only use one Optimization/caching plugin to avoid conflicts.
As for the other part of your question, do you mean that your files were modified without your knowledge? If so, which files/folders?
Forum: Fixing WordPress
In reply to: Installation failed: Download failed. A valid URL was not provided.Hi, does it happen with all plugins, or just some specific plugin? Some plugins might use their private download servers and your server’s firewall might be blocking it, a very simple workaround would be manually downloading and installing hte plugin files.
I would also suggest you try the steps listed here by Missy, if you have any security plugins enabled those are the most likely culprit.
You can also try checking your servers error log, or ask your host if they can provide/enable error logging for you in case of managed hosting services.
https://www.ads-software.com/support/topic/stripe-api-keys-wont-save-in-woocommerce/
Forum: Fixing WordPress
In reply to: Server CPU Usage on 100%Firstly, you should make sure to set up a proper cronjob:
https://www.greengeeks.com/tutorials/disable-cron-wordpress/
Secondly, have you tried using SSH commands such as TOP to check the running process information?
https://phoenixnap.com/kb/check-cpu-usage-load-linux
https://stackoverflow.com/questions/20693089/get-cpu-usage-via-ssh
In general, if you are renting a VPS, you need to troubleshoot this via the server, not WordPress, in order to verify the source of the CPU usage