susb8383
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need Recommendation for Grid PluginWell, I’m ‘returning’ Content Views Pro. There’s very basic functionality that it doesn’t have:
We need to be able to display the posts by category with a category heading for each grouping.
If there are no posts within that category, it shouldn’t display the heading.
There’s no way to do this. According to their user forum, they were going to implement category headings or view titles in 2017 but never did.
If anybody is using a grid plug-in that has this ability, I would really like to know.
Forum: Fixing WordPress
In reply to: Need Recommendation for Grid PluginIf this is helpful to anyone else, I decided to go with Content Views Pro. It looks like it will do everything we need and has a 30-day return policy.
Forum: Fixing WordPress
In reply to: Need Recommendation for Grid PluginAnybody else?
Forum: Fixing WordPress
In reply to: Need Recommendation for Grid PluginWhich is why I listed mine.
Forum: Fixing WordPress
In reply to: Need Recommendation for Grid PluginSorry, that’s not very helpful. Yes, I could review each plugin one by one by one, but I posted this hoping that someone who is already using a grid plugin could recommend one for what I need.
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] How to disable zoom on image?My screen doesn’t match the picture. How do you get to options?
Forum: Themes and Templates
In reply to: [evolve] How to Prevent Featured image from Full WidthFigured it out myself.
In custom CSS:
.thumbnail-post img {
width: auto;
}Forum: Fixing WordPress
In reply to: Grid Suggestions?Yes, I know, lots of choices there. But was hoping someone here could make a recommendation so that I didn’t have to download and check each one to see if it let me customize it to what I need.
Forum: Fixing WordPress
In reply to: External Links being changed to Internal LinksI tried it with both http and https. Neither one works. It still tried to treat it as an internal link.
Forum: Plugins
In reply to: [Contact Form 7] This field has syntax errorsI have the same issue. Right below the TO field it says “This field has syntax errors.”
The field contains:
[your-recipient]I’m also using the pipeline method in the form.
Please note that the email is delivered without a problem.
I suspect that the validator has a bug.
I’m using the latest of Contact Form 7, which is 4.4
Forum: Fixing WordPress
In reply to: Visual Editor won't work after upgradeYou didn’t read my post carefully.
This is not a bug that happens going to 4.0. Apparently this is a bug that happens going to 3.9.
Forum: Fixing WordPress
In reply to: Process Running: wp-includes/class-read.phpWell..this is interesting.
That class-read.php file has a modified date of 11/3/2008 at 6:25 pm. There are three other files that have exactly the same modified date and time:
class-pop.php (text file, part of my new WP install)
common.php
wp-vars.phpThese last two files are exactly like class-read.php in that they are binary files and they do not exist in my new install.
I’m not sure what that all means.
Forum: Fixing WordPress
In reply to: Process Running: wp-includes/class-read.phpHi,
I haven’t gone that far but…I did see the file class-read.php. But when I try to edit it, I see binary code so it looks like it’s some kind of program rather than a php file. Also as a test I did a new wordpress install. There is no class-read.php file as part of the new install. Which makes me think it’s a hack thing.
Maybe I’ll just delete class-read.php and stop the process.
Forum: Plugins
In reply to: Error — get_link.php not foundAh! I think the problem is in the theme itself and is related to my site being hacked. I found this in the footer.php:
get_wp_results('f')
which seems to be related to a hack.
So my guess is that the hacked footer code had been doing something before but now it show the error.
Forum: Plugins
In reply to: Error — get_link.php not foundJust tried clearing my browser cache. No change.