janet4now
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Remove container on post template.entry-wrap { padding: 0; box-shadow: none; }
That code will remove the box and shadow. If you want the smaller box size as is, don’t add the padding:0; line;
Forum: Fixing WordPress
In reply to: Wrong menu selected appears next to my main menuIt appears your theme has a spot for a “secondary menu”. Do you have an option of turning that off? Seems like it was intended for category use maybe. I’m not familiar with these theme.
If you’re unable to figure out how to make that go away in your customize settings, you can add this code to your additional css area to hide it.wd-header-secondary-nav?{display: none;}
Forum: Fixing WordPress
In reply to: Multiple plugins causing errorsIt looks like your theme is one you purchased from Theme forest and hasn’t been updated since Dec 2020. We don’t have documentation for this theme and you might want to try their support for info on incompatible plugins and php versions.
To test your plugins, I would move them in just one at time to try and find out which one is causing problems. Your list duplicated visual-portfolio, so maybe there is another you didn’t tell us?
Also I’m seeing others complain of js–composer not working on php 8.
No Image Link plugin also has not been updated for several versions of wordpress. I would be suspect of those also. You might consider choosing a theme that is more up to date with plugins that are still supported.Forum: Fixing WordPress
In reply to: Forbidden You don’t have permission to access this resource.Here is a resource to go through that explains it better than I could https://www.hostinger.com/tutorials/what-is-403-forbidden-error-and-how-to-fix-it
Forum: Fixing WordPress
In reply to: Forbidden You don’t have permission to access this resource.Do you have a security plugin? You might try temporarily disabling that to test if it is causing it. Also make sure all your plugins and themes are up to date.
Forum: Fixing WordPress
In reply to: Front End Login IssueThere is lots of info on this page for using developer tools. Take a look https://www.makeuseof.com/how-to-use-chrome-devtools/
Forum: Fixing WordPress
In reply to: Front End Login IssueThere are still some javascript errors showing.
Uncaught TypeError: Cannot read properties of undefined (reading ‘msie’) at $.fn.infinitescroll (pmc_infinity.js?ver=1:19:25) at HTMLDocument.<anonymous> (custom.js?ver=1:155:14) at e (jquery.min.js?ver=3.6.1:2:30038) at t (jquery.min.js?ver=3.6.1:2:30340)Forum: Fixing WordPress
In reply to: Front End Login IssueYour site is showing several errors. Are all your plugins and theme up to date? What version of php and wordpress are you using now?
Forum: Fixing WordPress
In reply to: Google cannot fetch admin-ajax.phpYour site is showing clean from a securi scan. Maybe contact your host if they have a more comprehensive scan you can do
Forum: Fixing WordPress
In reply to: Front End Login IssueIf you can login at that link, what link is NOT working? It is possible that you need to clear your browser cache and cookies if it’s redirecting to the home page, much like a spelling correction. That’s annoying.
Forum: Fixing WordPress
In reply to: new gallery images not updating on front endwhich images did you upload that you don’t see? I see Trail Mix thorugh Cabin Fever
Forum: Developing with WordPress
In reply to: Top Level Nav items don’t click on iOSThere are different menu setups so it’s hard to say as some are intentional with top level not linking to anything, they just open. Can you share a link to your site?
- This reply was modified 2 years, 1 month ago by janet4now.
Forum: Developing with WordPress
In reply to: How to browse WordPress file system?I use ftp setup so I can download, work on files locally and upload when saved. You can navigate through all the files on your wordpress install so it’s pretty nice, too.
Forum: Developing with WordPress
In reply to: Remove container on post templateCan you tell me what theme is installed and if you are using a page builder? I don’t see anything with just the name Pro as a theme.
Forum: Developing with WordPress
In reply to: White space above social icons in mobile viewYou have html that is in white text, but I highlighted it in this image so you can find it and delete.