Harmony Romo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widget Editor No longer showing ‘Blocks’It may be related to a plugin that you have installed. Certain plugins that modify your theme’s layout or add custom widgets can interfere with existing widgets, causing them to disappear.
If a widget relies on a specific plugin and that plugin is deactivated or deleted, the widget will no longer appear on your site. Conflicts between multiple plugins can also disrupt widget functionality, making it essential to identify and resolve any plugin-related issues. Turning them off, and then back on, one at a time may help identify the issue.
- This reply was modified 1 year, 4 months ago by Harmony Romo.
Forum: Fixing WordPress
In reply to: Blurry images on browser but not in editorIf your image appears blurry only on Chrome or Edge but looks sharp on other browsers or applications, the likely cause is issues with the browser’s image scaling settings or caching mechanisms, potentially related to how the browser handles image resizing or if there’s a corrupted cached version of the image specifically within that browser. Clear the cache and cookies in Chrome and Edge to ensure the browser is loading the latest version of the image.
Forum: Fixing WordPress
In reply to: Widget Editor No longer showing ‘Blocks’If you click on the “W” in the upper left corner of your editor screen, if you are viewing the main page of your site, it should take you back to the dashboard. From here you would click on “Appearance” > “Widget” and then you should be able to edit the content of the widget side bar. Hopefully, this helps!
Forum: Fixing WordPress
In reply to: Text heading is not fit in screen mobileHello John- would you mind sending a link to your website? I’ll take a look and see what I can figure out for you.
Forum: Fixing WordPress
In reply to: The subcategory and the category selected appear in reverse orderI have been looking into this issue for you, and I located the code related to the side-bar menu and the taxonomy of the menu items:
<ul class="sub-menu dropdown-open"><li id="menu-item-1208" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1208"><div class="wrap"><a href="https://www.teoklesexperience.com/en-us/category/sicilian-provinces/messina/">Messina</a></div></li><li id="menu-item-1441" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1441"><div class="wrap"><a href="https://www.teoklesexperience.com/en-us/category/sicilian-provinces/palermo/">Palermo</a></div></li></ul>It’s odd to me that I do not see the other locales, Trapani and Syracuse here. I’m currently, attempting to build out a menu as you have it on your site to try and recreate the problem you are seeing.
I do not see a theme in use on your site, either, as that was going to be my initial thought. I am posting this code in hopes someone else can easily figure this out, but I will keep looking.
Forum: Fixing WordPress
In reply to: Editing a page via Dashboard – Pages menuHello Russell-
I think I’ve been able to replicate what you are seeing and may have an answer to what is happening. It definitely seems stylesheet related.
If you click on your site name in the upper left corner, then click edit site, you can see the home page in full. Then click on the three lines in the upper left corner so you are able to see the list view of blocks used on the page. I found that anything above the level of “Post Content” is not showing up when I go through “Pages” to make an edit to my home page.
It seems like the style sheet has attached the block groups to the header and footer in some way, keeping those sections separate from the pages body of content.
You should be able to drag and drop your blocks into the section “Post Content”. Hopefully, you find this somewhat helpful in resolving your issue.
Hello- I actually found another discussion about a similar issue. In this other case, the media (images specifically) were taking up the original url, thus the url associated with the page was updated with a suffix, in this case “2”, so that it would be unique. Do you know if any of the media on your site have “best-vaporizers-for-2023” as part of a direct url to access them?
Forum: Fixing WordPress
In reply to: Dropdownmenu not showing on mobile/tabletHello and welcome to WordPress!
I was able to see the issue you are having, and its possible that plugins could be to blame. You could try to deactivate the plugins one at a time to try and determine if one of them is the culprit.
Forum: Fixing WordPress
In reply to: [HEROKU] Unable to access wp-adminHello- give this a try and see if it proves helpful
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: How to delete that section with Connect and social buttons?Hi there!
I can see they are related to Elementor’s social icon wrapper.
Are you able to find the following: Customize > menus> location> social links menu
Forum: Fixing WordPress
In reply to: How to set posts first image as the featured imageIt looks like this was not an option a little over a year ago, but I would ask the plugin author if any changes have been made that now would make it possible @getty-images
Forum: Fixing WordPress
In reply to: Duplicate URLsUsually when WordPress appends the “-2” to a slug, that means you still have the old content by the same name, probably in the trash, draft, etc. If so, try emptying it.
Forum: Networking WordPress
In reply to: not able to log in dashboardTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Cant post from Android appBased on prior posts in the forum, it looks like deactivating Jetpack may fix this issue.
Forum: Fixing WordPress
In reply to: Unable to remove sidebar from single prodcut pageThere is some custom CSS in this thread that may prove helpful in your case