erdmask
Forum Replies Created
-
I confirm that manual fix in working. You need to edit 2 files:
class-pagefrog-instant-articles-parser.php
pagefrog-instant-article-preview.phpjust replace op-social to op-interactive
Same problem and still no fix( The only thing I can think of it is to manually edit the plugin and change the tag in the parsing file
Forum: Plugins
In reply to: [Apester Interactive Content] Incompatible with AMP pagesI confirm the issue. Hope to see some fix really soon
Forum: Networking WordPress
In reply to: Getting ../wp-signup.php?new=mydomain.com loopGood day I also have almost the same problem. When I visit site via browser everything works fine, buy when I visit it via any other device it redirect me to http://www.mydomain.com/wp-sighup.php?new=mydomain.com. Any ideas?
Forum: Networking WordPress
In reply to: subdomain multisite – permalinks not working anymoreI’m having the same problem. Installed subdomain multisite, them installed child theme everything work fine. I use a /%postname%/ in permalinks on the main site and use it on the subdomained one as wel. And when I click on enything exept logo or home (on the subdomain site)it redirect me to main page of the main site.
my htaccess is:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]