anx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I found your login-page as a visitor in my Web analytics.Thank you!
Already backing up regularly 🙂Forum: Fixing WordPress
In reply to: I found your login-page as a visitor in my Web analytics.That’s all they sent. What information should I ask from them?
Forum: Themes and Templates
In reply to: Twenty-fourteen gap between content and footer on small screensThank´s!
Would that be a display:none for smaller screens?Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6Ooops. The link seems to work but it should´ve been: site: http://www.burnthis.se
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6I have the same problem.
Screenshot: http://imgur.com/Hmoc5MG
Site:
The browser is called “Webbläs” – probably the one called “Internet” in english, the version is: 4.0.4-tL1_3wI had the same problem and it did not work out to create my own menyu. However, following your tip and changing in the functions php worked out fine. In the current version of the theme it is located at wp-content/themes/responsive/core/includes/function.php and its on line 256.
Forum: Themes and Templates
In reply to: Indent when title is longYes! Yes! Yes!
So simple, thank you!Forum: Fixing WordPress
In reply to: can not log in to wp-adminversion.php looks like this:
<?php
/**
* This holds the version number in a separate file so we can bump it without cluttering the SVN
*//**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = ‘2.7.1’;/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 9872;?>