ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Searching for help or tutorial linkHello Kimberly,
What you can do is add the widgets similar code on your theme directly, and share your theme or use the duplicator plugin and create a backup of all your site and install it on another server.
Hope it helps.
Evandro
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveNice!
No problem 🙂 Good luck on your site 😉
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveOk… do this:
Your code is wrong. There are an extra “bracers” on top of the code. This is causing the error…
Delete the custom code and paste this code below.
@media (max-width:800px){ body.single #content { margin: 0 7.6%; width: auto; } } body.single #content, body.page #content{ width:53%; margin:auto; } .main-navigation ul.nav-menu { text-align: center; }Let me know if it works 🙂
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveHello!
1) delete the first } on the top;
2) delete the code from “@media” until the last ” } “
3) paste the provious code i sent to you.
Doing that you should be fine 🙂
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveHello!
Glad it works 🙂
One thing you can remove the code:
} .single #content{ width: 45em; margin: auto; }Is not needed anymore 😉
About the layout pages… I think you can replace the actual code for this one:
@media (max-width:800px){ body.single #content { margin: 0 7.6%; width: auto; } } body.single #content, body.page #content{ //new line :) width:53%; margin:auto; }let me know if it works.
Forum: Themes and Templates
In reply to: [Marketer] Stylesheet uneditable?I got the idea. 🙂 But I need the link of your site to see what can be done 😉
Forum: Themes and Templates
In reply to: PSD to reflow to WPTo create a wordpress theme from zero takes time. Is ok to look other themes to get some ideas. Take your time 😉 Is hard in the beginning… But you get will get the moves 🙂
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveJus to correct: the previous code doesn’t treat the layout on small screens. This one does.
@media (max-width:800px){ body.single #content { margin: 0 7.6%; width: auto; } } body.single #content{ width:53%; margin:auto; }Let me know if it works…
Forum: Themes and Templates
In reply to: Widget area and centered content in Twenty TwelveWe are almost there!
insert this code:
.single #content{ width: 45em; //replace this with the value you pleased. margin: auto;This will center only the content on the single posts… Let me know if it works.
Forum: Themes and Templates
In reply to: [Make] Way to change the tags and categories colors?Can you provide the site link?
Forum: Themes and Templates
In reply to: Remove Bullets from vcard.I don’t see any bullets…
Liz,
Another solution is you edit the image on Photoshop or so and insert the image inside a circle. Save the image and replace the actual image.
Done and Done. 🙂
Hello…
Pretty simple though. Install this plugin:
http://wordpress.org/plugins/simple-custom-css/
And add this code:
.jetpack-image-container img{ -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }Let me know if it works.
Thanks!
Forum: Themes and Templates
In reply to: Change how italics and bold are published.Hello!
Can you provide your site url?
Thanks!
Forum: Themes and Templates
In reply to: Remove Bullets from vcard.Hello again Calle,
If you provide your site link, is more easy to us to help you.
Thanks.