ABCDiamond
Forum Replies Created
-
I just noticed that I have the same issue with @inbox.imailfree.cc on WpForo on one of my websites.
I have always had ReCaptcha on the forum, so they get past somehow.
It must be either of your 1 or 3 fixes that did it.
Mine is an old test forum from 3 years back with just 13 posts. I had forgotten it was active. Last post was in 2019.
Over 100 [email protected] users signed up 2 weeks ago.
Forum: Plugins
In reply to: [List category posts] Fatal errorI am using PHP version 7.4.15 (Supports 64bit values) and this plugin works OK still.
Forum: Plugins
In reply to: [List category posts] Possible to Add a Show More Posts ParameterYour idea would be good if they can do it. I would like that too.
If not, maybe you can do something like I do, to get around this.
I have a page that shows the latest 10 posts in a category, but with a following link to another page with the rest.
Maybe this can help.
First page code:
Latest ten Immigration posts.. [catlist name=visas-and-immigration orderby=date order=desc date=yes no_posts_text="Nothing showing" numberposts=10 excerpt=yes excerpt_size=15] <ul> <li><a href="https://abcdiamond.com.au/visas-and-immigration/">More Immigration Posts</a></li> </ul>
That next page has the following code:
<h3>Visas and Immigration Page Listings. </h3> (up to a year old) [catlist name=visas-and-immigration orderby=date order=desc date=yes after='-365 days' no_posts_text="Nothing showing" numberposts=-1]
<strong>Older Posts from over a Year ago.</strong> [catlist name=visas-and-immigration orderby=date order=desc date=yes before='-365 days' no_posts_text="Nothing showing" numberposts=-1]
- This reply was modified 3 years, 10 months ago by ABCDiamond.
- This reply was modified 3 years, 10 months ago by ABCDiamond.
Forum: Plugins
In reply to: [Import any XML or CSV File to WordPress] 3.5.5 causing fatal errorI had the same on the sites that I had WP ALL Import installed on.
I have auto plugin updates set, so it updated automatically.
8 Oct, 07:04 I received an email “Howdy! Some plugins have automatically updated to their latest versions… These plugins are now up to date: – WP All Import version 3.5.5
8 Oct, 16:05 I received an email “Howdy! Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, WP All Import.My site was crashing when I was working on it, but not using WP ALL Import..
A quick delete of the plugin fixed it.
I see that version 3.5.6 came out today. Probably safe to re-install now.?
I tried this for you:
no_posts_text – Text to display when no posts are found. If you don’t specify it, nothing will get displayed where the posts should be.Code is
[catlist name=zz numberposts=10 no_posts_text="No posts in this Category yet"]
I selected “Don’t remove any tags” and that fixed it.
It was happening on a regular single post page where the full content was supposed to be shown.
When I switch back to “Remove all tags except the following” it trims the regular single post to just 50 words, and messes up the google advert.
However, it does not seem to happen on ALL posts. That is very puzzling, as I can’t see anything different between the posts.
Forum: Plugins
In reply to: [List category posts] How to show only posts from before a year agoHello again
I have just got the update to List Category Posts Version 0.83, and it is all working OK now.
Thanks
Forum: Plugins
In reply to: [List category posts] How to show only posts from before a year agoWordPress 5.4.2
List Category Posts Version 0.82
PHP version: 7.3.12I will try the same on another site, and see if there is a difference.
If not, I will try with disabling plugins.Forum: Plugins
In reply to: [List category posts] How to show only posts from before a year agoI am using the full catlist code as this example:
eg:[catlist name=visas-and-immigration orderby=date order=desc date=yes after='-365 days' numberposts=-1]
which gives me only the posts for the last 365 days.However, I am trying to find a way to show posts older than 365 days.
Forum: Plugins
In reply to: [List category posts] Display Posts By Tag IDI use something like this:
catlist name=xyz tags=abc orderby=date order=desc numberposts=-1 date=yes
That will list any ‘abc’ tags that are also in category ‘xyz’
Forum: Plugins
In reply to: [List category posts] List Category Post compatible PHP 7 ?It works OK on mine.
https://abcdiamond.com.au/
WordPress 5.2.4 running Twenty Sixteen theme.
Running PHP version: 7.0.33
List Category Posts: Version 0.81All List category posts functions appear to be OK.
Forum: Fixing WordPress
In reply to: Turning OFF “Automatically close comments on articles older than”@stfriedman
If it was malware that causes this, it would be very odd.I have six sites that this happens to, normally all at the same time.
And it seems to only affect bluehost group hosts.
I have recently been using the setting ‘ON’, but at ‘99,999’ days.
Every so often it defaults back to 28 days, normally on all my sites, but sometimes one of them escapes the issue.I did have another unrelated issue once, and Bluehost blamed malware, like you, but I restored back a few weeks, notified them, and it was all back up again. It didn’t stop the closing comments issue though.
Forum: Themes and Templates
In reply to: [Neve] HTML in headerI think the issue on the mobile view might be linked to adsense. But also possibly the different browsers. I’ve looked at Chrome, Firefox and the phones inbuilt browser.
Screenshots of the three browsers here:
https://gatton-laidley.com.au/wp-content/uploads/Neve-Header-Issue.jpgOn the desktop, the header image is perfect, but that has no adsense showing.
I use Google Adsense Auto ads, which for some reason do not appear on the desktop, and I assume are replacing the NEVE header image on mobiles.
It is a new site I am working on, so I can afford to experiment.
Forum: Themes and Templates
In reply to: [Neve] HTML in headerThank you.
Both the image and a link in the HTML-field in header main area.
That worked well for the desktop. Mobile and tablet didn’t, but I see a few things that are different for mobiles.
Forum: Themes and Templates
In reply to: [Neve] HTML in headerI have a question on the same thing, the Image in the Header, and that answer is good for me too. It works. Thanks.
Is it also possible to have a link in that header image.
If so, how?