ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to edit header for a description meta tag?Hello Mat!
Did you tried to install a SEO Plugin for that?
Forum: Themes and Templates
In reply to: [MesoColumn] Ancho fijo versiΓ³n web con fondoIn english please…
Forum: Themes and Templates
In reply to: [Simplify] Change alignment of H1 on a single pageHell Guy!
Can your please provide your site url?
Thanks!
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeNice! Some progress π
The plugin is working… Use this code to change your widget title size:
h3.widget-title span.wrap{ font-size:30px; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeNice to hear π If you need some help in the future let me know π
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeHey David!
Is very strange. Try to insert this code bellow to test:
body { background: red!important; }This code will turn your background into Red. If it works means the plugin is funcional and the styles are been applied. If not: you may have a problem with your theme or plugins installed.
Turn off all your plugins except the CSS one and test. If it works, is one of your plugins is messing up with your CSS.
Test and let us now your findings π
Thanks!
Forum: Themes and Templates
In reply to: [Matheson] Post page sidebar help?Angel,
You can create a child theme, no problem on that. The problem is coding work you have to do. This theme use full screen images as i noticed. So you need to create a work around to resize your images to fit the sidebar. This kind modification is not easy task So, I recommend to you use another theme that has a sidebar on it. It will avoid a ton of problems coding.
Forum: Themes and Templates
In reply to: [Matheson] Post page sidebar help?Hello again Angel.
I think you need to make a heavy modification on your theme to insert a sidebar as you wish. Here you have 2 options:
1) the fast: choose another theme with a sidebar and replace it.
2) learn to code a theme to modify the theme as you need.Think about it and post your findings here.
Cheers.
Forum: Themes and Templates
In reply to: [Fruitful] change menu and logo positionNice! Glad to help π
Glad to help π
Forum: Themes and Templates
In reply to: [Beach] Sidebar MenuNice! Glad to help.
Forum: Themes and Templates
In reply to: Theme Horse footer removalHello Barnes!
1) Install this plugin:
http://wordpress.org/plugins/simple-custom-css/2) copy and paste the code I provide in the plugin form and save.
Just that.
Let me know if it works.
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeHello David.
For sure is something wrong. But is hard to tell what is going on without see what you did. There are some other custom code in the plugin? If so, save the code on text file on your desktop and paste only the code I provide and see what happens.
Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeTry this:
h1.entry-title{ display:none!important; }Forum: Themes and Templates
In reply to: [Stargazer] Change title sizeFirst. Try this code:
.home h1.entry-title.font-headlines{ display:none; }Let me know if it works.