Genesis Box is not showing-up below the post

Homepage Community Forums Epik Theme Support Genesis Box is not showing-up below the post

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11823
    Nandita
    Customer

      Hi,

      I’ve followed the tutorial on this link http://my.studiopress.com/tutorials/add-genesis-box/

      1# registered the widget area
      2# Add the Genesis Box for single post by adding the code in functions.php file
      3# Added the style code in style.css file
      4# Put some text in Genesis Box widget on my WP Dashboard

      But the Genesis Box is not appearing below individual post.

      My Blog URL is ShoutaBRAND.com

      Please help me.
      Thank you.

      #11838
      Eric
      Customer

        That’s the way it’s supposed to work, so I’m not sure why it’s not showing up. It seems to work fine for me. Try and restart from the beginning and make sure you’re not missing anything.


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

        #11861
        Nandita
        Customer

          Hi Eric,

          I tried the same process on one of my other blog with Epik Theme. But everything in vain!

          Does Epik Theme support Genesis Box Widget below individual posts?

          One individual post on my blog I tried is SEOHour.com Post

          Thank you.
          Nandita B.

          #11887
          Eric
          Customer

            Yes it does support it. There was a new update to the theme released yesterday that includes the widget you’re referring to. It’s called an After Entry widget. You could download the update and then copy the code from the functions file and css and add it to your theme.


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

            #11896
            Nandita
            Customer

              Hi Eric,

              Thanks for the info and help. I got the code in functions file for Registration + Hook.

              But I didn’t get the code in the CSS File.

              Can you please help me?

              Thank you.
              Nandita B.

              #11901
              Eric
              Customer

                Add this –

                /* After Entry widget
                --------------------------------------------- */
                
                .after-entry {
                	background: #222;
                	color: #aaa;
                	margin: 60px 0 20px;
                	overflow: hidden;
                	text-align: center;
                }
                
                .after-entry .wrap {
                	padding: 40px;
                }
                
                .after-entry a {
                	color: #fff;
                }
                
                .after-entry .widget-title {
                	color: #fff;
                	font-size: 30px;
                }
                
                .after-entry .enews-widget input {
                	width: 50%;
                }
                
                .after-entry .enews-widget input[type="submit"] {
                	width: auto;
                }
                

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

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.