OceansDB
Forum Replies Created
-
No idea why this post stated it was solved, because it’s not…
Hi David!
Your ‘little fix’ works like a charm, but I’m still struggeling with one little thing.
https://koekiesenzo.nl/recepten-index/
If you scroll all the way down, you can see which posts use your plugin, the images aren’t the right size. My CSS is using the following code:
.featured-content img, .gallery img { margin-bottom: 0; width: auto; }
How do I merge your CSS with mine to make those images max. 90px x 90px?
Thanks a million! I’m going to try it out right away!!
Forum: Plugins
In reply to: [SEO Facebook Comment] Facebook comments vanishedWell something isn’t going the way it should. And after three weeks without response, I get the feeling the developers don’t care at all.
Forum: Fixing WordPress
In reply to: Go Dark Plugin Probs – Failed DeactivationI was thinking the same thing, but cleaning up the cache isn’t helping. The website is still black.
Forum: Plugins
In reply to: Website attacked and cannot access the WP-backendFound it, my .htacces file had a few hidden lines that linked to http:*//distributioncorporate*.ru/kloac/index.php
You could make a backup of your website and search, using agent ransack, for the domain.
Next step, delete your .htaccess file and make a new one.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsFound it, my .htacces file had a few hidden lines that linked to http:*//distributioncorporate*.ru/kloac/index.php
Delete your .htaccess file and make a new one.
These hackers also place phony files in your wordpress installation. Check your uploads directory and theme files for sm3.php and other files you don’t reconize.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsOkay… Now my other site got hacked too. Not by superpuperdomain.com but touchtrip.ru….
It seems to be a lot more difficult to resolve ??
Anyone else got probs with downloading plugins through the backend? Like, get redirected to google, or the malware message from google?
Forum: Fixing WordPress
In reply to: RSS Feed CrashOkay… Now my other site got hacked too. Not by superpuperdomain.com but touchtrip.ru….
It seems to be a lot more difficult to resolve ??
Anyone else got probs with downloading plugins through the backend? Like, get redirected to google, or the malware message from google?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsI have the files, but not the piece of code you are giving…..
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsDid you add the .htaccess I suggested?
order allow,deny deny from 91.220 deny from 91.196 deny from superpuperdomain.com deny from superpuperdomain2.com allow from all
I also suggest you ban the IP and IP range from those domains. You can use the WP-Ban plugin for this, or any other plugin that works the same.
Forum: Fixing WordPress
In reply to: RSS Feed CrashI filed a complaint at superpuperdomain.com’s registrar with some additional information and a virus report. I am very pleased to let y’all know the domain has been suspended ??
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsI filed a complaint at superpuperdomain.com’s registrar with some additional information and a virus report. I am very pleased to let y’all know the domain has been suspended ??
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Two Strange ErrorsOkay, going to copy paste a few details here. The site you are giving Ipstenu is great, but doesn’t inform about the phony files superpuperdomain places in your wordpress installation.
Please do not forget to delete these files!
/wp-admin/js/config.php /wp-admin/common.php /wp-admin/udp.php /wp-content/udp.php /wp-content/uploads/feed-file.php /wp-content/uploads/feed-files.php
Don’t forget to make a .htaccess file outside your public_html with these lines:
order allow,deny deny from 91.220 deny from 91.196 deny from superpuperdomain.com deny from superpuperdomain2.com allow from all
Thank you ??
You are very welcome ??