Malcolm Peralty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to make Category page with only one article showingSo you want a menu that says something like “Cars” and if you click it, it brings you to your latest post that was categorized as Cars?
Forum: Fixing WordPress
In reply to: Customize tab Fatal error: Allowed memory size…..You can also look through your plugin list and try to get rid of some of them. If you are running more than 10 plugins, I highly recommend you do this as it can reduce memory usage and allow you to get your site running without upgrading your hosting plan.
Forum: Fixing WordPress
In reply to: Collecting delivery address & directing to chefs in delivery zoneHi @chefpanzee, This isn’t something you should do without a technical person on your team as there are many moving pieces here to be resolved. You might want to search on CodeCanyon, a quick look for Food Delivery brings up multiple options but none that will do exactly what you are looking for.
Forum: Fixing WordPress
In reply to: custom css not showing in browsers, but show on tablet/phoneYeah, WP Fastest Cache is what is doing the minification and combining your files, and it might also be what is commenting out the different files. Can you try turning off that functionality?
Forum: Fixing WordPress
In reply to: Same option, two different valuesThat’s really strange. Is your WP Home equal to one of those? If you look into your database in the options table, does it have both values in there?
Forum: Fixing WordPress
In reply to: Problem with loginHi there, have you already resolved this? It looks like you have.
Forum: Fixing WordPress
In reply to: Dynamic SearchHi there @marcelovas, it sounds like you are looking for an ajax autocomplete search which there are plugins for, but it won’t tie in the way you want. You’d likely have to write your own JavaScript to do what you are looking for. You may need to hire a developer to do this.
Forum: Fixing WordPress
In reply to: Plugin to handle users walksHi @ragnarg,
What happens with the saved data? You could use something like Gravity Forms to have them submit the information, but if you want their walks to be saved to their user profiles, that’ll make things much more complex.Forum: Fixing WordPress
In reply to: Site for users to have distributed contentHi @lorenzo463, sounds like you are a bit over your head here. You might want to work with a developer or development agency to help you realize your idea. Also, look at Easy Digital Downloads. It is a plugin for WordPress that might help get you to where you want to go.
Forum: Fixing WordPress
In reply to: Need help with Random White SpaceThere you go, so if you re-enable Advanced Ad, just make sure you investigate how it is configured. It looks like it adds in its own open and close script tags so if you have them in your configuration of that plugin, it might be causing that issue.
Good luck!
Forum: Fixing WordPress
In reply to: custom css not showing in browsers, but show on tablet/phoneView Source is like Inspect. It is built-in to Chrome and other web browsers. And I don’t think you’ve been hacked at all. I think you might be having plugin conflicts.
Forum: Fixing WordPress
In reply to: custom css not showing in browsers, but show on tablet/phone@stefsternyc – I don’t see the styles he listed in his first post in that file, also the only style.min file I see is commented out…lol.
@famsource – Who built this for you, did you build it yourself? Can you turn off the WPFC Minified plugin? I think that might be part of the issue here.
Forum: Fixing WordPress
In reply to: You have an error in your SQL syntax…Yeah, I agree. Double check by disabling WordFence and make sure that error isn’t written any more and then contact WordFence support.
Forum: Fixing WordPress
In reply to: Error Establishing A Database ConnectionIt likely isn’t PHP 7.1 that’s the issue. Check to see if they’ve updated MySQL or MariaDB to a more recent version. Also, your web host should be able to look into issues like this for you as it likely isn’t due to PHP 7.1. If you can have them downgrade to confirm though, that would be ideal.
Forum: Fixing WordPress
In reply to: custom css not showing in browsers, but show on tablet/phoneI am not seeing your CSS in any of the CSS files listed in the source of your website. It was difficult to look through them because of wpfc-minified. So maybe Site Origin CSS isn’t outputting properly?