Forum Replies Created
-
AuthorPosts
-
brankica
MemberThis is what is in it now, do I replace the part, add some of the code you posted?
The front-page.php says "Static Front Page"<?php /** * Divine. * * @package Divine * @link http://restored316designs.com/themes * @author Lauren Gaige // Restored 316 LLC * @copyright Copyright (c) 2015, Restored 316 LLC, Released 3/11/2015 * @license GPL-2.0+ */ add_action( 'genesis_meta', 'divine_home_genesis_meta' ); /** * Add widget support for homepage. If no widgets active, display the default loop. * */ function divine_home_genesis_meta() { if ( is_active_sidebar( 'home-slider' ) || is_active_sidebar( 'home-top' ) || is_active_sidebar( 'home-triple-bottom' ) || is_active_sidebar( 'home-double-bottom' ) ) { remove_action( 'genesis_loop', 'genesis_do_loop' ); add_action( 'genesis_loop', 'divine_home_sections' ); add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' ); add_filter( 'body_class', 'divine_add_home_body_class' ); } }
brankica
MemberYes, the page is made to display both the widgets (actually more than just the featured post ones) and the posts as a "regular" theme would. And yes I tried that.
brankica
MemberThank you so much. I didn't really like those two themes so I guess I'll have to try doing this edit in mine. Appreciate the steps!
brankica
MemberI am looking for a solution for this as well, but the forum isn't too helpful. Has anyone been able to help with this?
brankica
MemberI was just searching for some info on this one. I tried all of those systems, there are FB plugins that import comments to database. Disqus does slow the site a bit (just ran several speed tests on several websites). I liked Luvefyre real time feature for a bit but now I think it is only good for celebrity gossip 🙂
As far as spam goes, CommentLuv plugin/ GASP was amazing at blocking any spam until recently. Now, I get 400 spam comments in a day or so. Which is why I am looking into something else besides the default WP system 🙁brankica
MemberI am trying to do a similar thing. Where can I find a post that is explaining how to style the post navigation.
I added the function, it is working, but the left (previous) post is sitting on top of the right (next) one since the titles are longer. I searched everywhere on this site but can't find the CSS code to help me style it.June 23, 2013 at 5:18 pm in reply to: Content box and buttons code not working on Fabric8ted theme #47383brankica
MemberActually that wasn't the problem. The double code happened when I was trying to fix it.
What seems to be the problem, and I don't know why it happens is that I added the code to the end of the css file. The only way it worked is when I moved the code to before the @media part of the css file.
Tried it several times on several blogs and this is the only thing that made it work.
June 23, 2013 at 2:41 pm in reply to: Content box and buttons code not working on Fabric8ted theme #47348brankica
MemberDid you try the codes on the same theme? Cause the codes DO work on one of my sites where I am running another theme.
This only seems not to be working on Fabric8ted.June 23, 2013 at 2:40 pm in reply to: Content box and buttons code not working on Fabric8ted theme #47347brankica
MemberYes
brankica
MemberI kept trying this, but here is the funny thing - the crop button is always greyed out (not clickable) unlike the rest. Any ideas why this may happen?
June 23, 2013 at 2:26 pm in reply to: Content box and buttons code not working on Fabric8ted theme #47338brankica
MemberI just pasted it into the CSS (through editor). I do the same thing on other themes and it works.
So CSS code into CSS file through editor in WP dashboard. The little DIV code right into the post.
here is an example page of what I am talking about
http://weddingideasalbum.com/spice-up-your-wedding-photos-with-photoshop-actions/I added both codes, to test it out, none is showing up on the live page.
Thanks!
brankica
MemberSorry, I saw what each one of them does, so thanks, I get it 🙂
brankica
MemberHey Chris,
the site isn't live, and I am working with default Genesis CSS so your answer not only work but is greatly appreciated 🙂Do I need this part at all?
h1, .entry-title, .entry-title a { text-align: left; }
or can I use just the second part (since it centers the three H tags I wanted to center)
brankica
MemberParts of this thread (the solution apparently) are marked as private??? How can I see the solution to this problem?
brankica
MemberI am wondering the same (although about Genesis framework itself). Anyone?
brankica
Memberany ideas?
brankica
Memberindiedog, have you tried this? I am thinking of giving it a go, if it worked for you
brankica
MemberIt is not online yet. Does it make a difference though, it is Lifestyle theme and no customizations are done in the functions.php file yet
brankica
MemberWhen there are hundreds of pages on the blog, that would probably be easier than changing each one of them. Could you point me to the code for the home page force layout?
brankica
MemberBut that removes sidebar from all pages, I want it removed from home page only.
-
AuthorPosts