I have a wordpress website with the onepress-child theme installed to add custom sections. It's an one page website.
Unfortunately, there are problems in the menu.
When you click on 'team', for example, nothing happens, the team section is not shown.
We have implemented this with <section id ="xxx">, so the respective sub-point should actually change the URL to "https: //www.myDomain.tld/#xxx", this does not happen!
I noticed that only in the registered mode the Menu points serve their purpose.
I have tried several times to find a solution, unfortunately without success.
If necessary, the website address can be provided.
Please help...
Related
Instead of images showing up as thumbnails underneath the main product image, they are getting added to the description section of each product. Here is an example product page: https://vdgmilitaria.com/shop/other-axies-allies/italy/ww2-italian-german-african-campaign-medal/
Any idea what could be causing this?
As a side note it seems like some of the styles on the website are now broken too and things are sitting in weird places such as the screenshot attached.
I've tried inspecting the product pages on my website with the web developer tools, but still can't figure out what is going on here.
This issue is likely caused by changes made to the WooCommerce theme or plugins affecting the product page layout and functionality. To fix it, you can try the following steps:
Disable all plugins temporarily and see if the issue is resolved. If so, re-enable each plugin one by one and check if the issue reappears after each activation.
If disabling plugins doesn't resolve the issue, try switching to a default WordPress theme like Twenty Twenty-One to see if the problem is with the theme.
If the issue still persists, you can try contacting the WooCommerce support team or the theme author for further assistance.
If all else fails, consider hiring a WordPress developer to investigate the issue and make necessary fixes.
Note: Before making any changes, it's always a good idea to backup your website to avoid losing any data.
I just recently updated my version of wordpress to 5.6.1. Website is www.americano.site
I used to have a set of posts display under "miscelanea/projects" (this is the category name). Now when I access this from the side menu, it doesn't show anything. It seems to connect to the right content, as when you hover the mouse around it shows the posts it is supposed to show, but it is a blank page.
I have very limited knowledge of code but reading through other posts it seems the problem has to do with javascript (main.js file missing). If so, can anybody tell me how to download and upload this to fix this error?
I'm using the Griddist theme by Superb (but problem persists in other themes too)
on my wordpress site, I have ); in the top left corner of the website, showing on all pages. it will show also on some admin pages, but not all. For instance, after updating a plugin, it will show there under the Update Plugins header.
Any idea as to which file to find this in and where it might be in there?
Disable all plugins and see if that solves the issue. If it does, enable them one at a time until the issue reoccurs. You'll have found the problematic plugin once it does.
Otherwise, the first place I'd turn attention to is your functions.php file in your active theme. You can switch to a different them and see if the problem disappears, to quickly confirm it that's the problem or not.
I'm developing a site using the Alice Wordpress theme run on wordpress.com. I believe the person working on it previously might have migrated it from a previous setup, but I can't be sure.
The issue is the Alice theme is based on using several custom Post types, including things like "Team" and "Portfolio" and "Clients." There are some very nice looking displays for these things as modeled on the Alice example page. Whenever I add a Featured Image to show up in the background of a box for a "Team Member" or "Portfolio Item," the image is broken, and upon inspection is being referred as img src(unknown). If no Featured Image is set, the box is displayed well, but obviously blank.
I've been digging through the Alice theme .php files, but I cannot find one that specifies this type of modal on a page. I've found the one that creates the pages for each team member dynamically, but can't find where these image sources are getting lost.
All plugins are up to date, all necessary plugins installed for theme. Everything else is working perfectly, just not these featured images.
Any ideas of where to look or how to test?
I had the same issue. If you have installed JetPack plugin you can deactivate the plugin and try to open.
Also this one can you help you in other way: https://jetpack.com/2013/10/15/add-a-default-fallback-image-if-no-image/
The main menu links on my site are not working. When I click on any of them, rather than take me to the correct page, they just take me to the homepage again.
When I hover over the links, the correct page's address shows up. So I know the permalinks are correct.
I tried disabling all of my plugins, reinstalling my theme, a different theme and nothing has worked yet. The only thing that worked was changing the permalink settings to "plain." However I would prefer not to use the "plain" option since I have a lot of things linked internally that use the "custom" option and it would mean I'd have to re-write everything.
Any ideas to what's going on? Any help would be much appreciated.