Cate DeRosia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Version 6.4.1 not fixed can’t edit or add new post / pageIt looks you’re using the Elementor page builder. If so, a conflict with that could be causing the issue. I found a thread with what sounds like a similar problem to yours here: https://www.ads-software.com/support/topic/wordpress-6-4-update-broke-elementor-and-homepage/
One place to start if you’re willing to look into this more on your own and learn more about your site is to install the Health Check plugin. One of the moderators walks you through those steps here: https://www.ads-software.com/support/topic/cant-add-or-edit-pages-or-posts-2/
It’s not uncommon for there to be conflicts between new releases and plugins, themes, or page builders. A normal step to finding a problem is to disable all plugins and themes and see if that fixes the issues. If it does, then you can start adding plugins or themes back until you find the one that’s causing the error.
However, that’s trickier with a page builder. For a page builder, you’ll likely want to check with Elementor’s support directly to see if they’ve had similar issues and what fixes they’ve found.
Forum: Fixing WordPress
In reply to: Moving PDF only Posts From a Custom CRMIt’s possible that this plugin may give you the functionality that you’re looking for: https://www.ads-software.com/plugins/page-links-to/
It creates a field that redirects the browser to wherever you want, in your case a pdf file.
Forum: Fixing WordPress
In reply to: Bulleted Images, Homepage slideshow, Header widgetWhile it may not be the option you’d hoped for, it might be time for a new theme. 10 years is a long time when it comes to code and any number of pieces could be incompatible. One option is to disable the theme and see what that fixes.
You can investigate additional issues by right clicking on the website and choosing Inspect at the bottom. This will show the site code. Across the top of the code, click on the Console tab. Here you’ll find more specific information about what isn’t working.
For instance some of your content in secure and some isn’t secure. This is common with an older site. It often means that some content was uploaded before the site had an SSL certificate and then content was uploaded afterward as well.
You can force SSL on all the content using a plugin like one of these: https://www.ads-software.com/plugins/search/force+ssl/ Look around and choose the one that’s right for you.
Forum: Fixing WordPress
In reply to: “Add New Plug-In” not loadingOne possible way to find the answer is to right click on the page that is endlessly loading while it is endlessly loading and choose Inspect. It’s likely at the bottom of the list.
Part of the page will now show the source code. Along the top of the code section, click on Console. It should then provide information as to what is wrong, often as flags.
Forum: Fixing WordPress
In reply to: Latest Posts block error with “Post Content”: enabledIt looks like this may be a mixed content issue.
The site currently has both http and https types of content. This often happens in situations where content was added to a site before it had an SSL certificate and then an SSL certificate was added later.
Fortunately there are a number of plugin that will force SSL on the content, like this one:?https://www.ads-software.com/plugins/wp-force-ssl/
However, there are many others and I recommend that you research to find the one that’s right for you.
Your best option is to ask Divi support, the free Divi support forum, or the plugin’s support for help. They’ll have the most up-to-date information about their products. Here we answer general questions about WordPress itself.
Best wishes.
Something like this may get you what you want:
function update_permalink_structure($args, $post_type) { if ($post_type == 'your_custom_post_type') { $args['rewrite']['slug'] = 'new-slug'; } return $args; } add_filter('register_post_type_args', 'update_permalink_structure', 10, 2);
Best of luck!
Forum: Fixing WordPress
In reply to: automatic update to 6.4For some reason the slider is using the thumbnail size of the images, like this: https://www.richardbudddesign.co.uk/wp-content/uploads/2022/08/NBGin-NBDistillery_boxes_richardbudddesign-uai-258×182.jpg
I don’t know why. You can try upgrading to 6.4.1 which came out today, or use this plugin to revert to the last version where it worked: https://www.ads-software.com/plugins/wp-downgrade/
Forum: Fixing WordPress
In reply to: Search bar not workingI found a couple of articles that suggest this could be the result of a theme or plugin conflict. If you haven’t yet, please disable your plugins and theme one at a time to see if that fixes the search issue.
Here are the resources I found:
– https://www.ads-software.com/support/topic/search-function-doesnt-work-2/
– https://www.ads-software.com/support/topic/search-not-working-123/Best wishes!
Forum: Developing with WordPress
In reply to: How to render link previewHey, there. I just got an updated note from another person on that project. Because this applies to editor tools, please open an issue on the GitHub respository: https://github.com/WordPress/gutenberg/issues
Forum: Developing with WordPress
In reply to: How to render link previewHello! Please look over the steps here and if it fits, report this as a bug: https://make.www.ads-software.com/core/handbook/testing/reporting-bugs/
Forum: Everything else WordPress
In reply to: Lazy loading in categoriesThe answer can depend on what tool you are using for lazy-loading. If it’s a plug-in, please reach out to their support team. They’ll have the most up-to-date information to help you with.
Forum: Developing with WordPress
In reply to: how can i customize the block toolbarI found this option, but I’m not sure if it does everything you’re looking for: https://developer.www.ads-software.com/block-editor/how-to-guides/block-tutorial/block-controls-toolbar-and-sidebar/
Forum: Everything else WordPress
In reply to: Yith request a Quote with variable productsYou’ll most likely get the help you need by asking your question in their forums: https://www.ads-software.com/support/plugin/yith-woocommerce-request-a-quote/
This forum is more for general WordPress questions. Best wishes!
Forum: Fixing WordPress
In reply to: Pages assigned via settings disappeared (not in trash)One option is to try the free Stream plugin which enables you to track and log what is happening on a site: https://www.ads-software.com/plugins/stream/