Brian Stal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing admin barIf your header is positioned fixed or absolute. you can add a z-index. z-index defines on what layer/height it will appear. If your header has a z-index of 100 and the admin-bar has a z-index of 50, your header will lay on top of the admin-bar, so it disappears behind your layer.. You can search for z-index in your css-file.
Forum: Fixing WordPress
In reply to: top-nav always visible after adding SSLIt could be possible, that not all off your links within WordPress are changed. Since, not all plugins will do the job correctly. I noticed that a plugin like better search replace does the job incredibly good. You can change http://yourdomain to https://yourdomain by doing an automated search thorough the database en let it replace everything.
Forum: Fixing WordPress
In reply to: Missing admin barI’ve had the same problem…
The admin-bar wasn’t showing up. There are a few thing you should keep in mind:* in the index.php use get_header and a get_footer function around the loop.
* in the footer.php use the following line before you end with </body></html>: <?php wp_footer(); ?>
* take a look at your code and don’t set the z-index too high.Hope this helps.
Best regards,
BrianForum: Fixing WordPress
In reply to: top-nav always visible after adding SSLHey Stefan,
Are you using a caching-plugin? Maybe you can avoid this behaviour, if you turn off any caching-plugins, and browse to your site in a private window.
Best regards,
Brian- This reply was modified 9 years, 1 month ago by Brian Stal.
Forum: Fixing WordPress
In reply to: 4.4.2 Requires 777 while 4.3 doesn't?Does the plugins directory have 777?
Forum: Installing WordPress
In reply to: No wp table created in new database.If you still get an error, please let me know, what the error says…
Forum: Installing WordPress
In reply to: No wp table created in new database.Just unpack the zip from the WordPress site in your ftp-space and start the installation from your own website. Fill out the database-informationpage and it will then automatically install the neccesary tables in the database. Make sure there are write-permissions on the folder where the wp-config is installed.
Greetz
Ixium