Danster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Tesseract – match up images between rowsPossibly a gutter setting?
Forum: Themes and Templates
In reply to: Tesseract Theme centering the header menuTheres a plug in called Simple Custom CSS that I’ve used.
Its allows the user to overwrite CSS safely (I’m not sure but I think it is a form of child theme) .
Any way I did find something on the net about positioning the header and code used for it.http://stackoverflow.com/questions/30380465/make-header-menu-a-fixed-positiontheme-tesseract
Now I was able to edit this code to justify the header to the right and it did work. However when I tried to justify to center or middle it didnt change a thing.
Forum: Themes and Templates
In reply to: Tesseract Theme centering the header menuWould also like to know how to center the header :
http://www.poplife.com.aumust be a simple justify code in the header section somewhere.
Forum: Plugins
In reply to: [Cue by AudioTheme.com] Display full playlist – no scrollingWould love to know the answer to this one, same problem.
Forum: Fixing WordPress
In reply to: Pages not showing. Can only view codeI’ve had my web host re-set my cpanel for me .
Have just gone into installatron and installed WP fresh.
Have installed the Tesseract theme, however when I click on “All pages” I still get the php code<?php
/**
* Edit Posts Administration Screen.
*
* @package WordPress
* @subpackage Administration
*/etc….
If the web host has re-set everything then there must be something up with the WP install? I can virtually edit everything except “All Pages”.
Forum: Fixing WordPress
In reply to: Pages not showing. Can only view codeHave just gone to my cpanel – > My SQL database and wiped clean the existing databases and created a new one.
Then uninstalled and reinstalled WP , and I now get the regular “hello world” page .
However , once I go back into dashboard and “All pages” I still get the php coding showing up instead of a page.
Anyone?
Forum: Fixing WordPress
In reply to: Pages not showing. Can only view codeI have no idea if the wp-config.php file is pointing to the database , as I am just new to creating websites. Is it easy to tell?
I’ve already started a new WP install. Is the “clean” option to delete
(but save locally/backup) the .htaccess file and then reset permalinks ?Forum: Fixing WordPress
In reply to: Pages not showing. Can only view codeThe php coding I get when i click on the dashboard “Pages” starts with:
<?php
/**
* Edit Posts Administration Screen.
*
* @package WordPress
* @subpackage Administration
*/etc….