Why Avada theme page editor not working.? - wordpress

I am trying to edit page but it gives me the following error:
This site can’t be reached
The webpage at "https:___" might be temporarily down or it may have moved permanently to a new web address.
ERR_HTTP2_PROTOCOL_ERROR
when I disable Avada Core plugin page editor is working.
I tried and old version of Avada but is not working. I tried an old version of Wordpress as well, but the page editor still does not work

I managed to solve this problem with this response from Avada support:
ThemeFusion_Support
ThemeFusion_Support AUTHOR TEAM
about 6 hours ago Flag
Hi
If you are using GoDaddy then please ask them to add the following code in your htaccess. Code here
Please do ensure you backup your site before you do so.
If you require further assistance or have any further questions, please create a support ticket using the link below and our support team will gladly assist you
Click Here To Get Avada Support
We look forward to helping you!

Thanks Toni! This fixed my problem with Avada theme admin page editor on GoDaddy hosting. In the htaccess file I had to use line breaks for the code to work. So it looks like this:
# BEGIN Line too long fix
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
# END

Related

Wordpress too many redirects issue on localhost

I am facing the issue as described in the title. I am working on a Woocommerce site with default WP Twenty Nineteen. Everything was working fine but I have mistyped https in the WP admin General Settings Site Url field. This caused too_many_redirects error on both Chrome and Mozilla. I have tried clearing cookies and complete browsing data, disabling plugins, changing permalinks and deleting htaccess file but none of this worked. Maybe this can help but strangely I can access admin but cannot see none of the pages. Any help would be appreciated. Thanks!
In wp-config.php add this 2 lines (with your protocol+domain_name):
define('WP_HOME','https://yourdomain.com');
define('WP_SITEURL','https://yourdomain.com');

wordpress multisite custom css link wrong

I've installed Wordpress multisite on a local environment mac vhost apache and it works however, when I upload a theme it works fine on the main site.
but if I activate the same theme on a subdirectory it works without the custom css wich appears as a 404 error it creates a link with a number added to the end of the url.
Has anyone ever had this problem? is this a theme issue or the settings on either the htaccess or apache vhost?
Any help would be appreciated.
Thank you in advance.
Regards
Following the above reply by user #user6170930 and the voting down:
Folks are rushing to pound new users down with "this belongs on meta!", "this is off topic", "this is a duplicate!" and "read the FAQ!". (Which is correct, but should be done nicer) All this, of course, is accompanied by a flurry of downvotes. This is not very welcoming to new users who don't know about meta, the FAQ, or what counts as off-topic.

WordPress images and pages broken after host migration

I have created a WordPress site (my first) but since moving the site to a new domain all the images and pages/posts are broken and return a 404 error. Ive ran search and replace but it doesn't seem to have worked.
www.phoenixworldwideent.com
Manual website migration is very difficult to do. So you can transfer your website in few minutes without any issues using duplicator plugin. you just need to installed the plugin and followed the installation wizard.
you can read or watch step by step video tutorial HOW TO CLONE WEBSITE TO NEW HOST USING WORDPRESS DUPLICATOR
Go to your dashboard, log in, go to settings.
Change the following:
Site Address
Wordpress Address
Save. That should work.
did you try save permalinks some times the problem happen because permalinks need update
other point if you can go to old site and use this plugin to move your site agin
https://wordpress.org/plugins/duplicator/
It turns out there were some issues with the httpd.conf file and httpaccess files. The permalinks and database details were correct. I got this outsourced in the end so not 100% sure what the issue was but I shall update this post with more info when I get it :)

Redirecting pages to HTTPS in Wordpress

My site , when opened in Google Chrome, is giving error in all the site files , missing CSS files. If you look at the source code, all urls point to HTTPS. I've never done any configuration for HTTPS. Already looked into WooCommerce plugin and other plugins, but can not find the error. Can someone help me?
Site: http://isoflex.com.br
I had the same issue yesterday. It was an outdated WooCommerce version for me. I just updated WooCommerce and it fixed it.
I see that you said you looked into WooCommerce, but are you using the most current version of WooCommerce?
It's a known issue with latest Chrome release and WooCommerce. Please read this answer.

Permalinks no longer working

I have a nightmare scenario where -- just getting ready to launch a site -- permalinks are suddenly not working and it breaks CSS and can't find PHP templates. I have the permalink structure set to "http://domain.org/%postname%-by-%author%/" but when I click on a post the permalink only calls postname, for example: http://domain.org/%postname%
My host provider checked the htaccess file and can't find any problem. I can't see one either. I have searched around and see many Wordpress users having permalink problems but they all seem to have different solutions. I am at a loss. Any help would be greatly appreciated.
Click update permalinks after moving worspress. Should fix you issue :) Usually in the database the old structure is saved and the new one doesn't work, even if your htacess is ok you should still hit the update permalinks button :)
If that doesn't work try debugging with http://wordpress.org/plugins/monkeyman-rewrite-analyzer/
:)
I am curios why is the css broken. That doesn't depend on whether your permalinks are broken or not. :-S
Have you installed any plugins before it failed?

Resources