Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable auto updates link missing on themes WP 5.5In that case you need to contact the plugin developer of you snippets plugin or place the code in wp-config.php…
I’ve implemented that exact snippet in the wp-config.php file on on 30 sites… no fatal errors. the plugin you are using does not work with 5.5. Contact the developer of the plugin.
For this functionality you need to do it directly in your theme as the original article I linked you to talks about or in the wp-config.php file….. using a snippet plugin to implement the code likely will crash the site.
There are plugins separate of your snippents plugin such as https://ww.wp.xz.cn/plugins/disable-wordpress-updates/ that will also help you to disable this feature.
Forum: Fixing WordPress
In reply to: Disable auto updates link missing on themes WP 5.5The snippet plugin may not have been updated to support the filters.
Try using this (usually it would go in wp-config.php)
define( 'AUTOMATIC_UPDATER_DISABLED', true );Hope that helps.
Forum: Fixing WordPress
In reply to: wordpress Comments errorMake sure you have updated your theme to the latest version. I had a client who had this problem and after we updated his theme the problem was resolved.
Forum: Fixing WordPress
In reply to: Disable auto updates link missing on themes WP 5.5It will require editing your theme functions ( use a child theme to do this https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/ ) or your
wp-config.php file.here is an article that gives you a couple different methods which will help you accomplish this:
https://meta.mainwp.com/t/disable-automatic-plugins-and-themes-auto-updates-in-wordpress-5-5/1080
Hope this helps
Forum: Fixing WordPress
In reply to: 5.5 – delete multiple usersI would suggest clearing your browser cache and cookies.
I had the same problem with a few client sites which all auto-updated to 5.5 and when I cleared my browser cache/cookies it went away.Hope this helps.
Forum: Fixing WordPress
In reply to: Navigation Menu vanishesDeleted
Forum: Fixing WordPress
In reply to: Navigation Menu vanishesUnfortunately, there is not one place to find premium wp themes there are a few common places to look but I do not personally refer anyone to those places because the support provided in those places tends to be fairly bad. I would suggest looking at https://ww.wp.xz.cn/themes/generatepress/ and https://ww.wp.xz.cn/plugins/elementor/
These are both free options which offer pro versions too and work well together. If you are using the free versions you can get support with the free versions here in the forum in the appropriate support areas found on the pages I linked you to above.
To answer your question about updating/changing themes you should do that in a development version of your site. You can learn more about creating a development version of the current site/content here: https://robcubbon.com/copy-wordpress-site-private-redesign-development/
Hope this helps.
- This reply was modified 5 years, 10 months ago by Davood Denavi. Reason: added info about creating a dev site
Forum: Fixing WordPress
In reply to: Mixed content Warning from migrationIf you did not purchase the theme then contact the developer you worked with. They should be able to help you fix this. The site Icon is probably set in the customizer under Appearance → Customize under site identity settings though. Most themes put a setting there for the site icon.
Hope this helps.
- This reply was modified 5 years, 10 months ago by Yui.
Forum: Fixing WordPress
In reply to: Image links partly broken after WP5.5It looks like you are using a premium theme framework called Genesis. You will need to get support from it’s developers… https://www.studiopress.com/contact/
Forum: Fixing WordPress
In reply to: Navigation Menu vanishesIt looks like you are using a premium theme but I can not find the theme. Unfortunately, we can not help you with this though. Many times themes are still supported by their developer but the license has expired because developers only sell six-month or one-year licenses which require renewal. You will need to contact your themes developer or change the theme. There are thousands of wordpress themes out there if you are looking to change themes as you mention toward the end of your post you just need to search google for a theme you like. You can also search the theme library here on wp.org https://ww.wp.xz.cn/themes/ to find a free one.
Hope this gets you headed in the right direction.
Forum: Fixing WordPress
In reply to: Mixed content Warning from migrationYou need to find where the image settings are for the background image and change the image or remove it.. beyond that we are not able to help you here though because you are using a premium theme. It looks to me like you are using Salient theme, if that is the case you can get support from the developers over on ThemeForest. https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/support
Forum: Plugins
In reply to: [Accordions] Accordions take a minute to load correctlyI did some further debugging and found out that there was another plugin we are using that was causing the issue. We had to find a different solution to resolve the problem that is described in this thread. To be clear the problem described in this thread was not an issue with the Accordion plugin by PickPlugins
Also, the problem had nothing to do with page speed… it had to do with the accordions not working as expected and showing up behind other content.
Forum: Plugins
In reply to: [Accordions] Accordions take a minute to load correctlyNo- you misunderstood.
Click on an accordion. See how the page does not expand immediately upon clicking it but instead the content hide behind the other accordions and content on the page? That is what I am trying to fix.
Forum: Fixing WordPress
In reply to: Text colour in image galleryYou could always share a screenshot using https://imgur.com/
make sure you are showing us the code and the page using the developer tools option in your browser.
Forum: Fixing WordPress
In reply to: Text colour in image galleryWe’d be able to help you better if you link us to a page on your site with an image gallery. At first glance my only suggestion with the info provided would be to try the full six character hex code #ffffff and see if that resolves your issue.