GuidoFTO
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Visual Editor not working?@lailz
That is what i am using at the moment and it´s not showing :l
Thanks for the try though…
anyone, any tips? :s
Forum: Fixing WordPress
In reply to: Post Visual Editor not working?Yes i understand WPyogi, i have deactivated the plugins hoping to find the solution, it is still not working… and yeah it did disconfigure some of my website i had to add translations and modifications again but no problem.
What alse can we try here? :l
Forum: Fixing WordPress
In reply to: Post Visual Editor not working?Thanks WPyogi
I have changed theme but the editor doesnt appear in other themes as well, also deactivated most of the plugins to see if it had something to do…
but the visual editor still doesnt appear (I havent deactivated main plugins like Woocommerce,Buddypress, etc… because i got everything configured and it will take me hours to set everything back up… anyways…this theme i am using “TrueMag” it´s made to work with woocommerce and buddypress so i dont think that should be the main problem here.
Hopefuly we can find a solution to this!
regards
Forum: Fixing WordPress
In reply to: All my WordPress Images suddenly broke?and thank you mark you were correct i will investigate this plug in as well
Forum: Fixing WordPress
In reply to: All my WordPress Images suddenly broke?i ahve changed the htaccess to this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
now its working….
then i added this… (because it was on my default htaccess)
RewriteRule ^index\.php$ – [L]
and it still worked…
and finally i added this(because it was also on my default htaccess) :
RewriteRule ^(.*)\.(jpe?g|gif|png)$ /wp-content/plugins/wp-retina/wp_retina_image_proxy.php [QSA,L]
and this line made it not work anymore so i just deleted that line and now everything works, i got no idea what that line but no one wants it lol
Forum: Fixing WordPress
In reply to: All my WordPress Images suddenly broke?this is my current htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^(.*)\.(jpe?g|gif|png)$ /wp-content/plugins/wp-retina/wp_retina_image_proxy.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: All my WordPress Images suddenly broke?I think it could be because i have been playing around with my htaccess an deleted it once… anyone know how to fix this ?
regards