Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
nyerslaszlo
tagDiv Member

Hi MCDS,
Exactly what Calin said!

Also, if it helps you my .htaccess file looks something like this, please don’t forget to make backups before modifying anything! This shouldn’t contain anything particular other then getting rid of the index.php and redirecting 404s:

ErrorDocument 404 /index.php?error=404
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Hope you can solve your problem!

nyerslaszlo
tagDiv Member

Hi,

Thank you for trying to help. As it turned out, my colleague modified the htaccess file by hand, and it somehow broke the redirects for the composer. I restored it to an earlier state and it now works.

For anyone who experiences the “infinite element loading” problem, and nothing else helps, try to reset your wordpress permalinks, and set them again, or look at your .htaccess file and check (if you know what is that you’re looking for) if there is anything set up wrong.

Thank you for your support!

nyerslaszlo
tagDiv Member

Hi, thank you for responding to my problem.

Unfortunately I’ve already tried these, and it did not solve the problem.
I’ve also tried to disable all other plugins to see if there is a conflict, but did not help. Is there anything else I can try?
Thank you for your time.

Viewing 3 posts - 1 through 3 (of 3 total)