Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Highwind] Dimenssion ThemePlease share, so if anyone else has this issue they can find a resolution without asking!
Thanks
Forum: Themes and Templates
In reply to: Remove header from front pageYou should be able to do it just for the home page if you find out the page id. In your case, the id for your home page is 177 so if you use the following it will only remove the headline for that page.
#page-177 .headline { display: none; }This will sort it for you!
Forum: Themes and Templates
In reply to: [Customizr] cannot go into the dashboradThanks mod!
Forum: Themes and Templates
In reply to: [isis] Header textNo problem Imon!
Forum: Themes and Templates
In reply to: [Highwind] Dimenssion ThemeLink to your site, I’ll have a look.
Forum: Themes and Templates
In reply to: [Attitude] How to change text alignment in Home sloganNo problem, glad it’s sorted!
I appreciate you taking the time to say thanks too!
Forum: Themes and Templates
In reply to: [Biznez Lite] front pageI don’t know this theme, but I imagine you could use shortcodes/widgets to display your extra content within your home page.
Forum: Themes and Templates
In reply to: Change image header in theme helpIf you paid $40 for a theme that you can’t get support for, give envato a shout, they won’t be able to help you with the theme but will be able to contact the developer in case they’ve overlooked your support request.
Forum: Themes and Templates
In reply to: [Customizr] cannot go into the dashboradhttp://cnec-hhcc.org/wp/wp-admin/post.php
Then disable any recent plugins you have activated and try the steps again.
You may want to change your password now the world has seen it!
Forum: Themes and Templates
In reply to: [Attitude] How to change text alignment in Home sloganIf you wanted it centered remove:
float: left;
and add
margin: 0 auto;Forum: Themes and Templates
In reply to: [Biznez Lite] front pageAppearance -> Customise -> Static Front Page -> click ‘A static page’ then select your front page from the option box.
Make sure you have a page first.
Forum: Themes and Templates
In reply to: [Highwind] Dimenssion ThemeAre you talking about the width of the page itself? James explains it in the 1.2.2 release post.
Forum: Themes and Templates
In reply to: [Spun] Adding Audio To Mousovershttp://wordpress.org/plugins/hover-sound/
May be what you’re after.
Forum: Themes and Templates
In reply to: [Attitude] How to change text alignment in Home sloganLook for
.slogan-wrap .sloganin your CSS.Forum: Themes and Templates
In reply to: Blue Planet theme: How do I remove page titles?No worries, trial and error rules all!