Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New theme (2020) – where is the Block Editor?That is weird…. you do not have classic editor installed so there should be no different settings on his account. Thanks for confirming that it was a settings issue though. Sounds like your account permissions may have gotten damaged during an update.
Glad to help any time. That’s what we are here for! Happy blogging.
Forum: Fixing WordPress
In reply to: New theme (2020) – where is the Block Editor?About the theme you are using I was questioning myself about whether to suggest the Enable jQuery Migrate plugin or not because based on the title of the thread I figured you were using the 2020 theme. At this point is Enable jQuery Migrate the only plugin you have? Also, have you edited the theme’s code at all?
If yes to the plugin question and no to the editing the theme question then I’d check with your hosting provider to be sure your php version is at least 7.2 or 7.3.
Forum: Fixing WordPress
In reply to: New theme (2020) – where is the Block Editor?Please try installing Enable jQuery Migrate Helper
https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/Because you do not have many plugins and are using the default theme it may not make a difference but it is worth a try. Let me know how that goes.
Forum: Fixing WordPress
In reply to: BUG! Color of Fonts & Buttons Changing By ThemselvesUnfortunately, you will need to wait for Elementor to get back to you since you have not edited the CSS or used any plugins. While I’ve used elementor this is not a problem I’ve ever experienced with their plugin so I have no idea. Sorry I ca not be of more assistance.
Forum: Fixing WordPress
In reply to: Alternate homepage without .htaccess because of cache pluginMy pleasure. Please let us know what the problem was once you figure it out and don’t forget to tag the thread resolved for us as well.
Happy Blogging.
Forum: Fixing WordPress
In reply to: How to make my page slug my titleAre you using classic editor or Gutenberg/block editor?
If you are using classic editor just click on the “Edit” button underneath the page title in the edit screen.
If you are using Gutenberg on the right side of the editor look for the “Permalink” widget and edit it.
Note that slugs/permalinks will us hyphens in between each word of the title.
Hope this helps.
Forum: Fixing WordPress
In reply to: New theme (2020) – where is the Block Editor?Block editor is part of core… not the theme. There are a few reasons you may not be seeing it:
1) Classic Editor is installed. Check your plugins for a plugin called Classic Editor
2) You installed a plugin like https://ww.wp.xz.cn/plugins/no-gutenberg/ to disable block editor all together.
3) There is another plugin installed that is disabling the block editor that I am unaware of.Hope this helps. Please don’t hesitate to let us know either way.
Forum: Fixing WordPress
In reply to: Comments/ReviewsIs this a problem you have had only since the 5.5 updates? If so, please try to update to 5.5.1 if the problem persists after updating to 5.5.1 or if you have not updated to 5.5 yet let us know and we will do our best to help you further.
Forum: Fixing WordPress
In reply to: Alternate homepage without .htaccess because of cache pluginThe only input I can give without seeing what other plugins you have installed is that it probably is not the caching that is causing this problem. It is probably a configuration issue with core wordpress or a different plugin that you have installed other than your caching plugin of choice. What is probably happening is that there is a plugin that is causing a conflict with the code that creates the cache and as a result it is defaulting to the wrong version of your homepage.
Forum: Fixing WordPress
In reply to: Add Media Button not workingGlad it worked. That is what we are here for. Happy blogging!
Forum: Fixing WordPress
In reply to: BUG! Color of Fonts & Buttons Changing By ThemselvesSounds like there is a bug in elementor or you have some CSS somewhere in the site that is overwriting the Elementor style unless you are in elementor.
I’d suggest checking your custom CSS under
Appearance → Customizer → Additional CSS
also make sure you are not using any plugins to add custom CSS that could have css overwriting the colors and settings of buttons.If you need further help I’d suggest seeking further assistance in the elementor support area: https://ww.wp.xz.cn/support/plugin/elementor/
Hope this helps.
Forum: Fixing WordPress
In reply to: Alternate homepage without .htaccess because of cache pluginI am not sure I understand your question… Unless your host’s configuration does not support .htaccess there is no way to fully disable .htaccess because it is required for permalinks to work correctly. Some settings such as Expires Headers are usually set in .htaccess.
Forum: Fixing WordPress
In reply to: Add Media Button not workingDid this happen after running the update to 5.5? If so, try installing https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/ to see if that fixes the issue.
Hope this helps.
Forum: Fixing WordPress
In reply to: YouTube Blurry ThumbnailsNever would have guessed that. Glad you figured it out. Happy blogging.
Forum: Fixing WordPress
In reply to: YouTube Blurry ThumbnailsI am not certain. My client was using oembed with Classic Editor. Results may vary if you are using a theme’s page builder and/or Gutenberg Editor
Are you setting the dimensions as this article shows how to? https://codex.ww.wp.xz.cn/Embed_Shortcode
[embed width="123" height="456"]...[/embed]I’d suggest setting the dimensions to be the same as the embed iframe that youtube provides and see what result you get.