Bornholmeren
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Menu fonts in twenty fourteenThanks @stephencottontail – it Works perfectly changing font Family ??
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Menu fonts in twenty fourteenIn another support topic a code to change font size in menues are given – it also works if code is changed to secondary-navigation.
I would appreciate a code for changing font Family and color in menues, still without the use of plugins.
Forum: Fixing WordPress
In reply to: Error 403 blocked.@ Patricksit
I run a multisite and bbPress. I think your .htaccess file must be unik to your site, but maybe you can see which part to use:
RewriteEngine On # Force WWW RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC] RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=301,L] # Begin WordPress RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] ErrorDocument 401 standard # End WordPress Header set Set-Cookie wordpress_test_cookie=WP+Cookie+check
Forum: Fixing WordPress
In reply to: Error 403 blocked.For sites hosted on one.com:
I tried to solve this myself but could not. Then I allowed one.com support access to my site in order to change my .htaccess file and now it works. So if you can`t make it work yourself contact one.com support and ask them to do it. You can always change your admin password before/after.
Save your .htaccess file somewhere else besides wordpress as it is possible that the changes disappears when updating WordPress.
Forum: Fixing WordPress
In reply to: Error 403 blocked.I have the same problem.
The code from one.com is not working for me either.
Writing with one.com support but so far with no solution.
Sad that one.com when attempting to secure websites at the same time also annoy a lot of paying customers.
I hope that they find a solution soon as I up till now have been very pleased with one.com
Forum: Networking WordPress
In reply to: Shortcode to display list of blogsThank you very much, David, for your answer.
But I did not know this: When a user delete their blog, the blog will still appear on the network’s list of sites, but marked “deleted”.
Therefore it will still be shown on “Multi-Site Site List Shortcode” until deleted by Network admin from the network`s list of sites.
Sorry for the inconvenience.
Forum: Plugins
In reply to: [Ultimate TinyMCE] Table – Rows but no columsHey Josh
The tables looks different on my two websites, there are no vertikal lines when inserted on Bornholmeren.net BUT it seems to work anyway.
https://bornholmeren.net/menu/links
No problems. Thanks.
Forum: Plugins
In reply to: [Ultimate TinyMCE] Table – Rows but no columsI created at table on this link:
I now returned to version 1.9.3 and everything works again. But this is not optimal as I can not update the plugin.
Forum: Fixing WordPress
In reply to: MultiSite Network Update breaks permalinks on blogsI am having the same problem.
I use IE9 and WordPress 3.4.1
I have also tested flash-upload in Mozilla FireFox, it is not working.
No support for this plugin?
Hello David
Even without knowledge of PHP I could follow your instruction. The page looks fine now.
Thank you very much.
Forum: Networking WordPress
In reply to: does not save edits to welcome user email!?I use wordpress DK and have changed language in “settings – general” to danish. When I change back to english the mail to new users are sent with no errors in it, but ofcourse in english.
The mail to users who create a new blog is sent with no problems in danish and in english.
I have tryed to look in the options table in my DB but can`s see where and how…
In witch file can I change the default text in the welcome user mail? I use PhpMyAdmin and FileZilla.
Thanks.
Forum: Networking WordPress
In reply to: does not save edits to welcome user email!?I got the same problem and also the mail to new users contains no password or usename, just the text USERNAME and PASSWORD.