Change Post Title Location for Single Posts

Homepage Community Forums Aspire Theme Support Change Post Title Location for Single Posts

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #19389
    B_David
    Customer

      Hi Wes –

      Thanks for all the great help as always. : ) Apologies if I missed an answer to this in the forum, but couldn’t find anything in the first few searches.

      I’m using the Aspire theme without importing the demo widgets. I noticed that without the demo import that single blog posts currently display as:

      Title:
      Date: Author: Comments:
      Post Image:

      Is there a way to make a change (without importing the demo widgets) so that instead the single blog posts display as in the Aspire demo:

      Post Image:
      Title
      Date: Author: Comments:
      (Social Sharing):

      Website is patschuler.com Many thanks as always.

      Brian

      #19411
      Eric
      Customer

        Hi,

        This code should work –

        // Move image above post title in Genesis Framework 2.0
        remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
        add_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );

        Source – http://bit.ly/2crzVEw


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #19423
        B_David
        Customer

          Thanks so much for this, Eric – I really appreciate the help!

          I installed the code and it didn’t change the image/title positions. I noticed that the source http://bit.ly/2crzVEw mentions that Genesis 2.0 users:

          “need to edit style.css file and remove clear: both; css code from .entry-meta class in order to float the featured image.”

          I think this may be what’s needed, but I wasn’t able to find an .entry-meta class in the Aspire theme css.

          Do you have any thoughts on what might be the equivalent class to modify in Aspire?

          Many thanks again for the great help!

          #19455
          Jason M
          Customer

            @B_David that code worked for me when I added it into the functions.php file.

            Here is the before – http://i.imgur.com/ylKzBTm.png

            And here is what it looks like after I add @eric’s code in – http://i.imgur.com/5pb6761.png

            I didn’t have to change anything in the CSS, the code added in the functions file worked automatically on it’s own.

            #19459
            B_David
            Customer

              Thanks so much, Jason – I really appreciate you checking this out for me! Totally eliminates the concern about additional CSS code.

              I’m missing something though – I’m still getting the same unchanged result.

              So, I’m making some assumptions – could I ask you to verify if I’m going off track on these?

              1) I’m assuming we insert the code into the Aspire Theme functions.php

              2) Also assuming that the code can be pasted into the bottom of the file (location makes no difference).

              3) And finally assuming that the code can be pasted “as is” – no additional characters needed.

              I figure I must be missing the boat on (at least) one of these three. If not, would you be kind enough to include a screen shot of the code you added so I can duplicate it?

              Many thanks for the help – and sorry to be so thick about it. 🙂

              #19471
              Wes
              Moderator

                @B_David Yes you can add that code in the functions file. The location doesn’t really matter, just make sure you’re careful not to add it in the middle of any other code.

                If you want me to add it in for you just let me know.

                #19482
                B_David
                Customer

                  Thanks so much, Wes – I’ll take you up on your offer!

                  If you would kindly add it for me, I would be deeply grateful. I’m sure it would save you time (and save me the anxiety 🙂

                  Just let me know what you need from me. And thanks again!

                  #19616
                  Wes
                  Moderator
                    This reply has been marked as private.
                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Change Post Title Location for Single Posts’ is closed to new replies.