Felix Edelmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Quotes] plugin still works, but throws an errorIn my case, the warning is very similar:
Deprecated: Non-static method tfnab_smart_quotes::admin_init() should not be called statically in /.../wp-includes/class-wp-hook.php on line 298Forum: Fixing WordPress
In reply to: Change the hover colorHmm, mobile Firefox on Android seems to be working. Which browser and OS are you using on your phone?
Forum: Fixing WordPress
In reply to: Homepage Showing Different Posts On Different Browsers/ComputersTry opening the developer tools in chrome (Shift+Ctrl+I). Then switch to console and reload the page. You’ll see that there are many 404 not founds. I don’t know if that has something to do with your problem, but it might. Did you delete some files manually?
Forum: Fixing WordPress
In reply to: Homepage Showing Different Posts On Different Browsers/ComputersI also tested your page. Results:
Firefox: October 21
Chromium: October 21
Archive.org (From Dec2): December 2Very strange. What theme do you use?
Forum: Installing WordPress
In reply to: How do I setup WordPressNo, you need these steps with every hosts I meant 😉 . I don’t know anything about Bluehost exactly :D.
Did the URL work?Forum: Fixing WordPress
In reply to: Change the hover colorFor such purposes, you need a CSS rule (CSS is for styling websites). The rule you want looks like this:
.site-header a:hover, .main-navigation ul ul a:hover, .menu-open:hover, .dashicons.menu-open:hover, .menu-close:hover, .dashicons.menu-open:hover { color: #fff !important; }I’ve simply put the standard style, changed the color and added an
!importantto override existing styles.You have two options to use this rule:
- Go to Appearance -> Editor -> style.css. Then add the rule somewhere or search for the selector (
.site-header a:hover, .main-navigation ul ul a:hover, .menu-open:hover, .dashicons.menu-open:hover, .menu-close:hover, .dashicons.menu-open:hover) and edit the color to#fff. Disadvantage: Changes get lost when you update your theme – but updating is important, e.g. for security reasons. - Install a plugin with which you can add custom CSS (like https://de.ww.wp.xz.cn/plugins/simple-custom-css/). Then add your rule to the new, custom (and empty) stylesheet.
Forum: Installing WordPress
In reply to: How do I setup WordPressI’d guess your right URL is:
http://localhost:8888/wp-admin/about.php
or http://localhost/wp-admin/about.phpThe main problem is the “.com”, local servers don’t have top level domains.
Note that if you want to run your website on a domain by Bluehost you have to do several additional steps. localhost servers are only in your local wifi network.
- Go to Appearance -> Editor -> style.css. Then add the rule somewhere or search for the selector (