Forum Replies Created
-
AuthorPosts
-
Thanks a lot Braddalton.
This 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) #34240Hi,
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) #33257Hi 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
Thanks 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
Thanks 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 #24418Thanks 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 #24353Thanks 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.
Great. 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.
Thank 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.
Hi 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. #16780Thanks 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. #16766Thanks 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. #16754Thanks SoZo.
You can see the customization I am talking about in the mock-up that I’m linking in my first message.
I’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;
} -
AuthorPosts