Forum Replies Created
-
AuthorPosts
-
Cesc Vilanova
MemberThanks a lot Braddalton.
Cesc Vilanova
MemberThis is the page in which I want to remove the menu.
Thanks!
April 9, 2013 at 3:28 am in reply to: How can I change the size of these images? (Portfolio child theme) #34240Cesc Vilanova
MemberHi,
Anybody knows how can I solve this?
It's probably something very simple but I don't find the solution.
Thank you very much!
Cesc.
April 5, 2013 at 2:37 am in reply to: How can I change the size of these images? (Portfolio child theme) #33257Cesc Vilanova
MemberHi again,
I followed this to change the size of the thumbnail:
http://wpsmith.net/2011/genesis/how-to-set-post-thumbnail-size-for-genesiss-child-themes/
Now it looks better (images appear complete) but I would like to remove the text under each thumbnail.
How can I do this?
Thanks,
Cesc
Cesc Vilanova
MemberThanks to both of you for your help.
Anitac, I have used your code (I only changed the "return to top" text, of course) and it doesn't work either 🙁
Csbeck, I was using Genesis Simple Edits. This is the code I've put in my Footer Output field.
<div class="gototop"><p>[footer_backtotop]</p></div>
<div class="creds"><p>Copyright [footer_copyright] </p></div>I understood that the code above requires me to change the function where the text is set. Maybe I'm wrong. I'm a total newbye 🙂
PD: The site is now at http://www.menthoria.com
Cesc Vilanova
MemberThanks for your help!
I've removed one [ and the other ] and still doesn't work though.
I've updated the site with the new code.
March 5, 2013 at 3:56 pm in reply to: Managing two completely different sites with their unique child theme #24418Cesc Vilanova
MemberThanks a lot for the answers. I will try InfiniteWP first as you suggest then.
March 5, 2013 at 1:06 pm in reply to: Managing two completely different sites with their unique child theme #24353Cesc Vilanova
MemberThanks for your quick answer!
I was trying to avoid having to log in and out to manage both sites.
Also, I wanted to avoid having to keep them up to date separately.
Infinitewp looks cool. If I'm not wrong, content creation would still be done through the conventional wordpress interface. I mean that infinitewp interface is only used for management tasks.
Is that right?
Thanks again.
Cesc Vilanova
MemberGreat. I could finally fix it 🙂
This is how it looks (I've also narrowed the wrapper):
http://cescvilanova.com/historia-de-una-idea-de-app-que-voy-a-guardar-en-la-nevera/
Thanks a lot for your help Kraft. Great support.
Cesc Vilanova
MemberThank you very much Kraft.
The reminder was very appropriate. I didn't know I could use the sample as a child theme 🙂
I made a couple of changes in the parent theme (the ones required to install the newsletter box).
What can I do to restore the parent theme? It's ok if I download the parent theme again and install it overwriting the modified version?
Thanks again!
Cesc.
Cesc Vilanova
MemberHi again!
I just changed my theme from Minimum to the new version of Genesis Theme.
Now that I've changed I'm having the same problem while configuring the newsletter box that I had last time: I don't see the button to subscribe.
I've tried the solution that Kraft provide me last time (removing
.enews #subbutton from the styles.css) but I don't find this code.
Am I doing something wrong?
This is the url of my site: http://www.cescvilanova.com
Thanks a lot!
Cesc.
January 31, 2013 at 11:54 am in reply to: How to add a custom landing page to a Genesis based site. #16780Cesc Vilanova
MemberThanks Sozo. Nice info. I'll take a look.
January 31, 2013 at 11:14 am in reply to: How to add a custom landing page to a Genesis based site. #16766Cesc Vilanova
MemberThanks again!
If I'm right, what you suggest is to use the text editor view inside WordPress (instead of the visual view) to edit the html of a new page?
If that's the case:
1. Where can I find info about how to use the body and column classes?
2. And finally, how can I edit the CSS for that page then?
I'm a total newbie, as you can see 🙂
Cesc.
January 31, 2013 at 10:57 am in reply to: How to add a custom landing page to a Genesis based site. #16754Cesc Vilanova
MemberThanks SoZo.
You can see the customization I am talking about in the mock-up that I'm linking in my first message.
Cesc Vilanova
MemberI've just added the semicolon but doesn't seem to work yet. This is the code of that part of the css right now:
.enews #subbox,
.s {
-moz-box-shadow: 0 0 5px #ccc inset;
-webkit-box-shadow: 0 0 5px #ccc inset;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
box-sizing: border-box;
color: #534E4E;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
padding: 15px;
text-transform: none;
width: 90%;
margin-right: 10px;
}
#nav .searchform {
margin: 10px 0 0;
}
.searchsubmit {
display: none;
}
.enews p {
margin: 0 0 10px;
}Cesc Vilanova
MemberThanks for the tip about the inspector. I was using a similar option in Safari, but the one in Chrome is far better.
About the spacing, sorry, but I'm not getting it. This is how I have upated the css but nothing changes:
.enews #subbox,
.s {
-moz-box-shadow: 0 0 5px #ccc inset;
-webkit-box-shadow: 0 0 5px #ccc inset;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
box-sizing: border-box;
color: #534E4E;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
padding: 15px;
text-transform: none;
width: 90%;
margin-right: 10px
}#nav .searchform {
margin: 10px 0 0;
}.searchsubmit {
display: none;
}.enews p {
margin: 0 0 10px;
}Cesc Vilanova
MemberOk. I would only need to adjust the color of the button and the space between the button and the text box, since they're too close from each other.
Which of these should I adjust?
.enews #subbox,
.s {
-moz-box-shadow: 0 0 5px #ccc inset;
-webkit-box-shadow: 0 0 5px #ccc inset;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
box-sizing: border-box;
color: #999;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
padding: 15px;
text-transform: uppercase;
width: 90%;
}
#nav .searchform {
margin: 3px 0 0;
}
.searchsubmit {
display: none;
}
.enews p {
margin: 0 0 10px;
}Cesc Vilanova
MemberCorrected!
It now looks ok. The only think missing is the button to subscribe. I've checked the settings of the widget and everything seems ok.
Cesc Vilanova
MemberHi!
I just added the code from step 4 (my mistake).
I've also adjusted the parameter of the margin and emptied the cache, but it looks the same. I'm probably missing something simple but I don't know what 🙂
Thanks.
Cesc Vilanova
MemberThanks Kraft!
I've just:
1. Removed the unnecessary code from the style.css :p
2. Confirmed that the code required for the functions.php is in the file.
3. Reactivated the widget again.
The result is the same of the first time I tried to install it.
You can see how it looks here: http://cescvilanova.com/lo-que-haga-la-competencia-pero-6-meses-despues/
-
AuthorPosts