Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter GuidoFTO

    (@guidofto)

    @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

    Thread Starter GuidoFTO

    (@guidofto)

    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

    Thread Starter GuidoFTO

    (@guidofto)

    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

    Thread Starter GuidoFTO

    (@guidofto)

    and thank you mark you were correct i will investigate this plug in as well

    Thread Starter GuidoFTO

    (@guidofto)

    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

    Thread Starter GuidoFTO

    (@guidofto)

    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

    Thread Starter GuidoFTO

    (@guidofto)

    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

Viewing 7 replies - 1 through 7 (of 7 total)