b-creative
Forum Replies Created
-
Forum: Plugins
In reply to: [Gridy Portfolio] Open in New LinkForfot to check “notify me of follow-up posts”
Forum: Plugins
In reply to: [Gridy Portfolio] Open in New LinkI have the same problem and I fear the link in the code is not dynamic… Would be lovely to have the possibility to point to a specific page or post to show more details…
ok, I did that, but what should I check in it… it’s really looooooong ??
I still could not solve the problem, but I have a doubt…
The wordpress install is not really at the root of the server. Here is the path I have to go to to find the wordpress install and all the files:
/var/www/domain.eu/htdocs
maybe my problem is linked to this?
I’m really stuck and I have no clue how to solve this and what to say to my client..I don’t really know what this means, but here is what I could see in php My Admin: Version of server: 5.5.37-0+wheezy1-log – (Debian)
Version of database: libmysql – 5.5.37
PHPMyAdmin: Version : 4.2.10.1… I’m afraid I’m lost in this field…
Thanks for your help!
Exactly the same behavior when I change to TwentyFourteen. I actually just tried to change the /en site and it changed all sites to twentyFourteen.
I don’t know how to check for differences, I did the same steps to have multiple sites in both environments…
I also would like to point that I tested everything locally first and I managed to have different sub sites, different menus, different dashboards etc… so I don’t see why I can’t get this on their site
It is a special theme I’m using and so a special navigation menu particularly for this theme.
When I try to change the menus to have the english title in the subsite they change for the main site as well, so I think it changes everything and in fact I also noticed that on top of the page, where I should have the title of the sub site I’m editing, I only get the main site title (I don’t know if I’m explaining myself right)…thank you for answering, in the htaccss file I have exactly what mentioned in the network install:
# BEGIN WordPress 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] # END WordPress
I hope this will help because I have no clue on how to solve this issue and it’s for a client, so quite urgent ??
Thanks!!