mrtom414
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image Option has VanishedCheck in the Preference section of your post and pages (click on the three dots in top right side of your editor to get to it ) and look under the Panel option. There is a toggle button that can enable and disable your featured images.
If you are using a custom post type the post type has to enable support for thumbnail. The pages and post automatically have support enabled. Pages and post are the default post types shipped with WordPress. If you are using a plugin or theme that generates a custom post type it has to support the thumbnail in it configuration.
Forum: Fixing WordPress
In reply to: recover from block editor to site originAre you talking about a block in the editor. If so which block ? You can revert to a past version of your post. Maybe this will help https://wordpress.com/support/page-post-revisions/#:~:text=When%20you%20return%20to%20the,restore%20the%20most%20recent%20autosave.
Forum: Fixing WordPress
In reply to: Update ThemesIt shouldn’t update unless it thinks it the Twenty Twenty Four theme are you are using an existing theme name. If you are creating the theme there wouldn’t be any updates unless you created the update. Are you starting from a blank theme or modifying the Twenty Twenty Four Theme.
Forum: Fixing WordPress
In reply to: Extend image behind homepage menuYour menu is there the text color has been set to white. You might want to check with who ever made the changes to see if they changed the colors on the home page menu. I was able to show it with this css
a.wp-block-navigation-item__content {
- color: black !important;
}
Forum: Fixing WordPress
In reply to: WordPress Embed WP Post Layout IssueIt could happen for a number of reasons. 1st you could have both items in a row or columns block. This would cause them to set side by side. If the image is not constrained by another block it will take up the entire space. When posting you should provide examples of this on your site. Also, you should provide the name of theme you are using. It difficult to really tell what going on from an image.
- This reply was modified 9 months, 3 weeks ago by mrtom414.
Forum: Fixing WordPress
In reply to: What changes can I implement to speed up a very slow site?You might also look in the inspector under network tab. Refresh the page once under the tab. You should get a list of items that are loading on your site and how long each item is taking to load. Also, you should visit google page speed insights https://pagespeed.web.dev/. It might point to some cause with possible solutions. Also you can look at google search central to help you improve your site. Search Central.
Forum: Fixing WordPress
In reply to: Blank pages on several browsersSince you are using the Elementor page builder you should try asking in their forum for help. https://www.ads-software.com/support/plugin/elementor/
Forum: Fixing WordPress
In reply to: Image sizes issues when using PNGsThe add_image_size( ?) function can be used in the functions.php file to resize image when uploaded. There are also plugins in the repository that can do this as well. If you interested in the function you can find the documentation for it athttps://developer.www.ads-software.com/reference/functions/add_image_size/
Please Note that the function will not adjust previously uploaded images. You can find plugins in the repository that will check your image sizes and rescale them.
Forum: Fixing WordPress
In reply to: 2011 version of WP?twenty eleven is a classical theme but it wouldn’t have any effect on wordpress core. What version of wordpress are you running ? Also The apperence option is on the Left hand side of the panel. It changes based on if you are running a classical theme or a block based theme. Be careful of just switching themes between a classical and block theme. Take time to stage the new theme before changing. There are a number of things that could go wrong with just changing themes out. For instance if you are running widges in the classical theme they will not work in the block based theme.. Also, you should be able to change background colors using the custom css option in the classical theme. Be careful not to cause more problems then you want to deal with.
Forum: Fixing WordPress
In reply to: Theme DuplicationWordPress doesn’t automatically update the theme when you make changes in the editor. You will need to go to the editor and export your theme to update the physical files so that wordpress will update all the files and the theme.json file. If you added your own css files you will need to add them again in the functions.php file or where every you added them. It probably a good ideal to export your theme once you made all the changes you want to keep so they are written into the theme files.
Forum: Fixing WordPress
In reply to: Drop down menus not working with a child themeThe code just enqueues the style sheet style.css in the core/css/style.css. It more likely there a problem in the style.css file.
Forum: Fixing WordPress
In reply to: Mega menú problemSeemed to work for me. Couldn’t tell the difference between the two. Incognito looked the same as regulars mode.
Forum: Fixing WordPress
In reply to: Double h1 Tag – Help to find itThe second one could be an empty h1 bock in the post or page editor. If you have an empty block it will still insert it. You can try switching from visual editor to code editor to see what tags are being display. It could be in a template, post , or page. It hard to say where it might be coming from.
Forum: Fixing WordPress
In reply to: Tags are getting white screenI wasn’t able to display your site .
- This reply was modified 11 months, 1 week ago by mrtom414.
Forum: Fixing WordPress
In reply to: Using Menues from non-FSE Themes in FSE-ThemesIf you using a classical theme there an option on the dashboard under appearance to update your menu. The option isn’t shown in the block based themes. In block based themes you have to edit your navigation in the block editor.