Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Errors on ANY plugin install/remove403 forbidden errors are usually caused because file and directory permissions have been set incorrectly. Here is an article to help you determine the correct permissions to set which also explains how to set them in a couple different ways depending on your hosting environment. https://ww.wp.xz.cn/support/article/changing-file-permissions/
Hope this helps.
Forum: Everything else WordPress
In reply to: Portfolio only works on Home PageThe Yin and Yang theme is a premium theme. You will need to contact the theme developer regarding this, you can do so here: https://themeforest.net/item/yin-yang-modern-responsive-clean-creative-wordpress-portfolio-theme-powered-by-ajax/634395/support
Forum: Fixing WordPress
In reply to: Importing ThemeThemes are not imported via the wp importer but in the Appearance area under
Appearance → Themes → Add new (in the top left).If you continue to have issues please let use know what theme you are trying to install so we can direct you to the right place for support.
Hope this helps.
Forum: Fixing WordPress
In reply to: Lost Style of the PageYou are using astra theme. You will need to ask for help in the astra support area: https://ww.wp.xz.cn/support/theme/astra/
Forum: Themes and Templates
In reply to: [OceanWP] Carousel On Home PageCarousel’s are not mobile friendly I’d advise against using carosel’s. That said, if you are adamant about wanting a carousel most carousel plugins I’ve seen require you to add a short code to the page you want the carousel on. I’d suggest choosing the plugin you want to use since they all have different features and asking that plugins developer or support community for help. It is hard for use to help you here since we do not even know which plugins you’ve tried.
Forum: Fixing WordPress
In reply to: SSL problemsYou are using a Premium theme so you need to ask their support… for specific advice how to fix this with their theme. However, I am familiar with GP Premium… in my experience, this problem when using GP Premium is a result of the URL’s not being set correctly in Settings → General Settings. Make sure that the URL is set to https. If it is correct there then I’d suggest using something like https://ww.wp.xz.cn/plugins/search-and-replace/ to change the url string throughout the database. Before using the plugin I suggested make sure to create a backup.
Hope this helps.
Forum: Fixing WordPress
In reply to: Changing “Posted by” in Astra themeYou will need to post your question in the astra theme support area: https://ww.wp.xz.cn/support/theme/astra/
Forum: Fixing WordPress
In reply to: After Admin Login no Admin Area visibleThere have been a number of plugins and themes causing issues similar to this since the 5.5 release. If you updated to 5.5 from 5.4.2 I’d advise downgrading back to 5.4.2 until you’re themes and plugins all support 5.5.
Forum: Fixing WordPress
In reply to: How To Disable Delete PermanentlyTake a look at this article. I believe it holds a couple solutions that you can choose between.
https://www.wpbeginner.com/plugins/how-to-prevent-authors-from-deleting-posts-in-wordpress/Forum: Fixing WordPress
In reply to: Duplicate Url generateRight, so the url you have set will set a url for each category your post is in….
try setting it to example.com/%postname%/ that will use the same url for all categories.The only other option that I am aware of would be to write a 301 redirect for each individual post which can get very tedious and become impossible to maintain depending how many categories you have posts in that also get posted under the “latest” category.
Hope this helps.
Forum: Fixing WordPress
In reply to: Duplicate Url generateCheck your wordpress permalink settings under
Settings → PermalinksIt should be set to custom if you only want posts to have one url. Here is more about Permalink settings for you to look at: https://ww.wp.xz.cn/support/article/settings-permalinks-screen/
Hope this helps
Forum: Fixing WordPress
In reply to: “Older/Newer posts” buttons missing after 5.5Sorry for the dealy in getting back to you. I was doing some more testing on my end and still can not duplicate the issue. However, with more digging into what could be causing the issue I think JQuery migrate helper https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/ might fix the issue for you.
Forum: Fixing WordPress
In reply to: “Older/Newer posts” buttons missing after 5.5So, contact them again and tell them that it did none of their suggestions fixed the issue. I tested the update with a few different themes that release updates regularly (every couple of weeks) and did not experience the issue you are having so that leads me to believe it is the theme needing an update due to having not been updated in a few months. Yes, it is possible that multiple themes can have the same issue so just changing to a different theme won’t necessarily fix it.
Also, I tested with 2020 and did not have the issue so make sure you are not using any MU-Plugins (Must Use Plugins). If you are one of those could be causing the issue. mu-plugins will be found in the wp-content/mu-plugins directory.
Hope this helps.
Forum: Fixing WordPress
In reply to: “Older/Newer posts” buttons missing after 5.5I’d suggest asking in your themes support area as the buttons you are referring to are added in the theme. https://ww.wp.xz.cn/support/theme/iconic-one/
Forum: Fixing WordPress
In reply to: User-editable spreadsheet pluginI’ve seen sites (not sure if they were wp or not) with embedded Google Sheets before. Might be worth looking into seeing if you can get some code to embed a Google Sheet with… probably a simple iframe. This would not require a plugin at all.. just the iframe code.
Hope this helps.