Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Estate] Logo and MenuIt probably won’t be exactly that but similar!
Forum: Themes and Templates
In reply to: [Estate] Logo and MenuOK, hover your mouse over the menu on your local site, then right click and select ‘Inspect Element’.
You should see a little box appear the width of the page at the bottom of the browser.
You should see lines of HTML code in that box, look for something like:
<ul id="menu-front-page" class="menu">Forum: Themes and Templates
In reply to: [Estate] Logo and MenuAh ok, which browser do you use?
Forum: Themes and Templates
In reply to: [Estate] Logo and MenuIgnore that last post!
Forum: Themes and Templates
In reply to: [Estate] Logo and MenuPost a link to your site and I’ll take a look. I was working off the default code in the Theme Preview in the repo.
Forum: Themes and Templates
In reply to: [Estate] Logo and MenuCenter menu:
#menu-front-page { display: table; margin: 0 auto; }Either in your Child Theme style.css or via a Custom CSS Manager plugin.
Forum: Themes and Templates
In reply to: Remove "Home" Title from front static page Twenty-Fourteen ThemeAh yes, what the mod said. I would say a Child Theme but if you’re only doing style modifications you’ll only need the Customer CSS Manager!
Forum: Themes and Templates
In reply to: Remove "Home" Title from front static page Twenty-Fourteen ThemeYou almost got it!
1. This will set all pages/posts to display: none;
.entry-title { display: none; }2. For a specific page you could do this:
.page-id-x .entry-title { display: none; }Where x is your page ID. You can find this in your page edit screen.
3. You can also do this for posts:
#post-x .entry-title { display: none; }Where x is your post ID. You can find this in your post edit screen.
Forum: Themes and Templates
In reply to: [Mountain Creek] Comment ballonThanks to both of you!
Forum: Themes and Templates
In reply to: [Magazine Style] How to upload to BlueHostAppearance -> Themes -> Add New -> Search ->
Type in search: Magazine Style and hit search button.
Once you’ve found it, click ‘Live Preview’ then edit some details on the screen -> click ‘Save & Activate’.
Forum: Themes and Templates
In reply to: [Magazine Style] How to upload to BlueHostNo problem!
Forum: Themes and Templates
In reply to: [Magazine Style] How to upload to BlueHostOr BlueHost have a one-click installer script: https://my.bluehost.com/cgi/help/wp_install
Will save you a lot of time! One recommendation though is to check the WordPress version on their site. The latest is 3.8.1 at the time of writing.
Forum: Themes and Templates
In reply to: [Magazine Style] How to upload to BlueHostAs much as I’d love to go through it in detail, it’s all here:
I’ve subscribed to this post so if you get stuck, just pop a reply on here and I’ll get back to you as soon as I can.
Forum: Themes and Templates
In reply to: 3 Issues…Help Please :)Hello, please post your support request at the WordPress.com support forums:
http://en.support.wordpress.com/
Unfortunately, this forum is for self-hosted WordPress only.
Forum: Themes and Templates
In reply to: Theme: Magazine premium – Import tool info lingersDo you have access to FTP on your server? Or something like cPanel so you can get into the root of your site (to see your files/folders)?
You should be able to delete the .json file – I wouldn’t know where it is uploaded to, but the reason WordPress remains the same is because it’s still loading information from that file.