Forum Replies Created
-
AuthorPosts
-
jennylynn
MemberThank you so much!!! It worked perfectly.
jennylynn
MemberThank you so much!!!! That solved it.
jennylynn
MemberThank you so much! It's working now!
jennylynn
MemberOk, "visible" works for mobile. But then the whole screen moves right and left on desktop 🙁
jennylynn
MemberThank you so much for replying. Unfortunately, I've tried it and it doesn't work for me. But I will try again, should I use auto or visible?
jennylynn
MemberCould it be this part? But I changed hidden to visible, and it didn't work. Or could it be the "auto" in margin?
.site-container {
background-color: #fff;
box-shadow: 0 0 5px #ddd;
margin: 32px auto;
margin: 3.2rem auto;
max-width: 1140px;
overflow: hidden;
padding: 48px;
padding: 4.8rem;
}I noticed the Magazine theme doesn't have a site container at all.
jennylynn
MemberExtra info: This happens in the content area, not the sidebar
jennylynn
MemberNevermind I found a plugin
jennylynn
Memberhi, thanks for replying, this is the page
http://www.mis-remedios-caseros.com/belleza/cuidado-de-la-piel/January 6, 2014 at 5:22 pm in reply to: Help removing image and "Filed under" links from category pages #83677jennylynn
MemberI was able to remove post_meta but I'm still trying to remove the featured image link, if anybody knows how to, I would really appreciate the help
January 4, 2014 at 9:45 pm in reply to: Help removing image and "Filed under" links from category pages #83325jennylynn
MemberI added this code, but it is not working
remove_action('genesis_after_post_content', 'genesis_post_meta');
remove_action('genesis_before_post_content', 'genesis_post_info');add_action('template_redirect', 'child_conditional_actions');
function child_conditional_actions() {
if( is_single() ) {
add_action('genesis_after_post_content', 'genesis_post_meta');
add_action('genesis_before_post_content', 'genesis_post_info');
}}jennylynn
MemberThank you so much!!!! It worked like magic.
jennylynn
MemberThank you so much! adding a width did the trick 😀
October 18, 2013 at 12:13 am in reply to: Streamline Theme – moving simple social icons above header #67269jennylynn
MemberI got it to work using this tutorial
October 17, 2013 at 11:48 pm in reply to: Streamline Theme – moving simple social icons above header #67268jennylynn
MemberProbably editing the style sheet but I don't know how to do it, I'm also looking for a solution.
jennylynn
MemberI downloaded a fresh copy of Magazine and it works now. Thank you very much for your help.
jennylynn
Memberprobably 🙁
thanks for your helpjennylynn
Memberthanks, but for some reason only the sidebar shows on mobile when I add that code, no content.
January 3, 2013 at 11:37 pm in reply to: Change Font Size – Genesis – Featured Posts Widget Output #9409jennylynn
MemberI would also like to know this please
-
AuthorPosts