ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ignite] Using theme for a business siteHello!
Actually you can use any theme for a business site. The only thing you need to have consider is your content. If you don’t have much content you need to customize your theme (of find one) that makes this content more appealing.
Good look on your project 🙂
Forum: Themes and Templates
In reply to: [Vantage] Translate "posted on" for child themeHello!
You can use this plugin to translate whatever you need:
http://wordpress.org/plugins/codestyling-localization/
Hope it helps 🙂
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveHello BakSen!
Nice site 😀 It give me some hungry 🙂
To display widgets only on the home page, you can use this plugin:
https://wordpress.org/plugins/widget-logic/
To center your content, please read this thread:
http://wordpress.org/support/topic/full-width-display-on-some-pages-in-twenty-twelve?replies=4
After that, you can use some CSS to narrow the width of your content.
Hope it helps. 🙂
Forum: Themes and Templates
In reply to: [evolve] move the site title and taglineHello,
Usually, the theme has a way to customize or remove those messages. Even in free version. Look for some option in Widges or Theme Options. If you don’t find anything you can use this CSS code bellow:
.content-box{ display:none; }Let me know if it works…
Forum: Fixing WordPress
In reply to: Can't log in to my siteHm…
My recommendation: contact the guy who make your site and ask them all credentials:
login and password from WordPress
login and password for your FTP
login and password for your database. ( or you can get this info in wp-config.php)So your will have ALL access needed to solve this issue. Until them you don’t be able to do anything.
Forum: Themes and Templates
In reply to: [evolve] move the site title and taglineHello!
All this text are on the front end or in the control panel?
Thanks!
Forum: Fixing WordPress
In reply to: Can't log in to my siteDid you tried to recover your password?
Forum: Fixing WordPress
In reply to: Can't log in to my siteHmm… Strange.
It seems that something is serious broken… My recommendation is create a backup of everything (database and files) and re-install all from zero. Try to get the FTP credentials to do it so.
And don’t forget to tell how are the things going 😉
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeHello again!
Well, you need to install this plugin first:
http://wordpress.org/plugins/simple-custom-css/
After that, past this code and modify the size as you need:
.h2.entry-title.font-headlines{ font-size:30px //change 30px to value you need } .h3.widget-title.font-headlines{ font-size:20px //change 20px to value you need }Let me know if it helps 🙂
Hello!
Sorry, I don’t understand about the top issue. To me, seems fine the proportion.
About the bottom add this code on the CSS Plugin:#content-box{ min-height:0!important; } .post-wrapper{ display:none; }Let me know if it works…
Forum: Themes and Templates
In reply to: Blog with two different layout widthHello Again 🙂
Check this site out to learn how to insert the body_class() to your theme:
http://www.wpbeginner.com/wp-themes/wordpress-body-class-101-tips-and-tricks-for-theme-designers/
Let me know when you done this.
Forum: Themes and Templates
In reply to: [Formation] Display pages in slider instead of postsHello!
Well, If the theme doesn’t have an option to select the source to display the images (post or page), the fastest solution is using another plugin to solve this.
Good luck 🙂
Forum: Themes and Templates
In reply to: [evolve] move the site title and taglineHello!
I’ve checked your site and seems you change your theme and is not working properly
So to learn CSS, I recommend you to check this site out:
https://developer.mozilla.org/en-US/learn/css
Hope it helps.
Forum: Themes and Templates
In reply to: [Fruitful] change menu and logo positionHello again!
Install this plugin:
http://wordpress.org/plugins/simple-custom-css/
And paste this code:
.main-navigation{ position:relative; top:108px; } .main-navigation ul:not(.sub-menu) > li > a, .main-navigation ul:not(.sub-menu) > li:hover > a{ margin-left:50px; }About the logo: resize the logo and re-upload to your theme.
Hope it helps.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Did the theme has a Archives page?Hello!
I don’t know if this theme has an archive page. But you can create one with this plugin:
https://wordpress.org/plugins/archives/
Hope it helps 🙂