Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Space Around Logo HeaderLooking good my friend, anything else I can help with?
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableIf that works, you can delete my user account. Or if there’s any issue or anything else I can help with, let me know!
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableOK, copy this to your custom CSS:
.label { color: #000000; }You can change the value of ‘color’ to your liking (string/hex/rgb/rgba);
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableI just mocked a user account, gimme a sec to look at your CSS then you may delete me!
Forum: Themes and Templates
In reply to: [Vantage] Space Around Logo HeaderReplace what I just told you above with this:
header#masthead { background: url('http://www.theicec.com/wp-content/uploads/2014/02/Logo-4.png') no-repeat; overflow: hidden; padding-top: 235px; background-size: contain; }You may want to fiddle with the padding-top to align it just how you like it.
You will also want to add this to custom CSS:
header#masthead hgroup .logo img { display: none; }Let me know how you get on!
Forum: Themes and Templates
In reply to: [Expound] Child Theme won't installIf you do have trouble installing a child theme, use what I use:
Orbisius Child Theme Creator – saves you hours!
Forum: Themes and Templates
In reply to: [Vantage] Space Around Logo HeaderRemove the whitespace by adding the following to your custom CSS:
header#masthead { background: none; }Forum: Themes and Templates
In reply to: [raindrops] using anchor pointsUsed this plugin on one of my clients sites about a month ago.
Look out for the miniature pixel anchor icon in the editor. You may need to have the ‘Kitchen Sink’ turned on.
Forum: Themes and Templates
In reply to: [Expound] Child Theme won't installOn my WP admin Themes page at the bottom is noted this: Expound Child\ The parent theme is missing. Please install the “expound\” parent theme.
The reason you are getting this error is because the Expound base theme is not installed. The parent theme must be installed for the child theme to inherit the code. If it is installed, uninstall Expound and Expound child and do the following:
Install Expound and then continue:
Appearance -> Themes -> Add New -> (search for) Expound -> Install Theme -> Re-install Child Theme you made!
Forum: Themes and Templates
In reply to: Theme: Twenty-Thirteen – removing comment box on each pageIf you don’t create a child theme, or at the very least use a Custom CSS plugin, you will lose any customisations when/if the theme is updated.
Onto your question, you want to remove the entire form?
If so, you can disable comments globally in Setting -> Discussion -> uncheck ‘Allow people to post comments on new articles’. But if you wanted to make doubly sure your comment form will never show, pop this into your custom CSS:
#comment { display: none; }However, this will also work:
.comments-area { display: none; }Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableDo you have an example we can look at, a screenshot/link to your site?
Forum: Themes and Templates
In reply to: [Customizr] Multilingual – PluginThis is a good translation manager: http://wordpress.org/plugins/loco-translate/
Should let you translate any strings in WordPress core, your plugins and your themes!
Forum: Themes and Templates
In reply to: [Cazuela] Change Comment Leave a Reply TextForum: Themes and Templates
In reply to: [Cazuela] Change Comment Leave a Reply TextClear your browser cache, just installed on my development install and it was OK.
Forum: Themes and Templates
In reply to: [Cazuela] Change Comment Leave a Reply TextForget that, sorry I don’t think I’m fully awake at the moment.
Look in post-footer.php line 35. Although here it says ‘leave a comment’ rather than ‘leave a reply’.