Home Forums Community Support Forum WordPress Plugins Orbisius Child Theme Creator Double edit ajax permissions error

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1319
    whatsthebigidea
    Participant

    Brilliant plugin! Especially the double edit screens. However on my install the site’s files never load (http://screencast.com/t/40uzIkXto) and I notice a java error – http://screencast.com/t/wUPfAMti. Maybe differing domains because of WPMU install? Is there a work-around?

    #1322
    Slavi Marinov
    Keymaster

    Hi,

    Thanks!

    Ok. Do you have any redirect rules e.g. in .htaccess or some via a plugin such as redirector?

    Can you try accessing your site using the www. prefix ?
    Do you have the www. version set as site url in settings?

    Slavi

    #1324
    whatsthebigidea
    Participant

    adding www. to the url fixed it! This must only be a url change in the admin AND also the double editor appears in the Network admin only, so it’s essentially the primary domain for the MultiSite installation. Any thoughts as to why it changes the url in network domain admin? Should I add domain mapping to the network’s primary domain, e.g. http://www.creativecrib.com? BTW, the frontend properly changes to http://www.creativecrib.com, though not the backend (admin). Thanks!

    #1325
    Slavi Marinov
    Keymaster

    Great! I am glad it worked.

    I checked your site so you’re using the www for site url. That’s ok.
    The redirect (plugin/rules) that you’re using for *some* reason exclude wp-login.php everything else redirects to the www version. The wp-login points to the www version when the login form is submitted. (Interesting login protection by the way. You must love math!).

    If you’re using apache webserver you can use these .htaccess rules that will make the wp-login redirect to the www. version only when requested via a GET method e.g. when you point the browser to that location.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^creativecrib\.com
    RewriteCond %{REQUEST_METHOD} GET
    RewriteCond %{REQUEST_URI} /wp-login.php
    RewriteRule (.*) http://www.creativecrib.com/$1 [L,R=302]
    
    #1343
    whatsthebigidea
    Participant

    Unfortunately, even with the those rules it won’t rewrite to www*. I’ve even changed poiiton og=f where I inserted it in the .htaccess file. Maybe WP rewrites are overruling apache’s .htaccess directives?

    #1344
    Slavi Marinov
    Keymaster

    Can you put it at the top of the file?

    #1345
    whatsthebigidea
    Participant

    unfortunately, I did that already and double-checked it now and it’s still on top

    #1346
    Slavi Marinov
    Keymaster

    Hmm, when I visit http://creativecrib.com/wp-login.php it redirects me correctly to http://www.creativecrib.com/wp-login.php

    When you are on the Theme Editor screen can you press CTRL + SHIFT + R
    That will reload the page and will load all the static files again any cached files will be reloaded too.

    #1347
    whatsthebigidea
    Participant

    no good… maybe I should test in another browser besides Chrome… no that wasn’t it either… same in FireFox

    #1348
    Slavi Marinov
    Keymaster

    So Dave, just to confirm when you access your site using www prefix the Theme Editor works?
    When the prefix is not used in the domain, the Theme Editor outputs an error.

    #1349
    Slavi Marinov
    Keymaster

    Hi Dave,

    I am curious what’s the issue.

    Is it possible to create a temporary admin account for me so I can troubleshoot it?
    You can use this form to send me the info: http://orbisius.com/free-quote/

    After I am done you can delete the account

    Slavi

    #1350
    whatsthebigidea
    Participant

    you have an email address?

    #1358
    Slavi Marinov
    Keymaster

    yes, it is in the signature usually :)

    Put slavi or help before the at sign followed by @orbisius.com … (trying to trick the email crawlers)

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.