francky

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Change Slider & Widgets to Mobile Responsive #6730
    francky
    Customer

      I GOT IT!

      What I came to realize about this forum is that you either of no solutions (ref: https://appfinite.com/topic/how-to-show-specified-featured-image-only-and-not-post-images/) or advice someone to pay for something!
      C`mon! I spent money to get this theme, right? Why do you guys behave as if it’s just a volunteer thing to work on problems with your theme? And here I mean >> https://appfinite.com/topic/how-to-show-specified-featured-image-only-and-not-post-images/

      in reply to: Change Slider & Widgets to Mobile Responsive #6708
      francky
      Customer

        Thank you Eric! I’ve tried to work on it but it didn’t work so I went back to the original details I have in home.php and style.css. Of course I have added a code in function.php too.
        Would you please help me out in making this mobile responsive. I’m sorry but I’m not a coder at all, Bro! (my brother’s name is Eric too)

        I have the code below in home.php

        function epik_home_loop_helper_top() {
        	echo '<div id="slider"><div class="wrap">';
        			
        	genesis_widget_area( 'slider', array(
        		'before' => '<div class="slider-inner">',
        	) );
        
        	genesis_widget_area( 'home-top-left-right', array(
        		'before' => '<div class="home-top-left-right">',
        	) );
        	echo '</div></div>';
        }

        and the css below in style.css

        #slider {
        	background: #fff;
        	border-top: 1px solid #ccc;
        	border-bottom: 1px solid #ccc;
        }
        
        #slider .wrap {
        	margin: 0 auto;
        	overflow: hidden;
        	padding: 20px 0 0 0;
        	width: 1152px !important;
        }
        
        .slider-inner {
        	margin: 0 auto !important;
        	float: left;
        	overflow: hidden;
        	width: 780px;
        }
        .home-top-left-right {
        	float: right;
        	width: 336px;
        }
        
        .home-top-left-right .widget {
        	padding-bottom: 16px;
        	padding-bottom: 1rem;
        	overflow: hidden;
        }
        in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6633
        francky
        Customer

          Thank you Scooby!

          home.php changes;
          I have changed
          add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
          TO
          add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' );

          and the width: 1152px; to width: 65.277777777%; in the following CSS parts;

          #welcome .wrap {
              margin: 0 auto;
              overflow: hidden;
              padding: 40px 0 0;
              width: 1152px;
          }
          #home-feature-bg .wrap {
          	margin: 0 auto;
          	overflow: hidden;
          	padding: 40px 0 0;
          	width: 1152px;
          }
          #home-feature-bg-alt .wrap {
          	margin: 0 auto;
          	overflow: hidden;
          	padding: 40px 0 0;
          	width: 1152px;
          }
          #home-feature-bg-dark .wrap {
          	margin: 0 auto;
          	overflow: hidden;
          	padding: 40px 0 0;
          	width: 1152px;
          }

          But it still didn’t work though I could tell I might be in the right direction.
          Would what other CSS stuffs am I supposed to change?
          Is there and other php file I have to touch too?

          I shall appreciate you help, Sir!

          in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6625
          francky
          Customer

            Thank you Scooby!

            What I’m trying to accomplish is, to have the sidebar on the right and the rest of home widgets on the left.
            A good example is http://demo.studiopress.com/news/

            I hope you now get what I’m trying to say, Sir!

            in reply to: Change Front Page FROM Full Content TO Content & Sidebar #6613
            francky
            Customer

              Thank you Scooby!

              I tried to touch that part of home.php and what I could get is that the sidebar appeared below the home widgets and nothing on the left (i.e. content part). The home widgets took the whole space and the sidebar went below them.

              I would like to show the sidebar and those Epik Theme home widgets at the same time.

              I shall appreciate your support, Sir!

              francky
              Customer

                A Touch Of Summer & Eric!

                I greatly appreciate your support!
                I have tried to do as you advised but unfortunately it still didn’t work out!

                I have another thread in StudioPress Forum (http://www.studiopress.com/forums/topic/how-to-show-specified-featured-image-only-and-not-post-images/) but so far I haven’t been able to find the solution.

                I’m still wondering what’s wrong, seriously! I can’t use featured images in my site at all!

                Will be more than happy to have this resolved!

                francky
                Customer

                  Mr. Eric, I’m not saying that I have implemented the code above anywhere in my site. I only said that was someone else’s idea about solving the matter.

                  I have tried cleaning up my site but nothing has worked so far. I can’t imagine using the theme without featured image working properly so I shall greatly appreciate any help available, Sir!

                  Please…

                  francky
                  Customer

                    I have same settings as the one you have shown in that picture. But yet it’s not working!

                    I’m not so sure which code or plugin in causing this but someone help me out half way but couldn’t get the complete code.

                    Could you please help me complete the code below maybe? Looks like it’s gonna work!

                    INCOMPLETE CODE;

                    // Change featured image
                    remove_action ( 'genesis_post_content', 'genesis_do_post_image' );
                    add_action ( 'genesis_post_content', 'child_do_post_image' ) ;
                    function child_do_post_image() {
                    // conditional to determine if the actual featured image is set, go away if not
                    // code here to grab and print out that image
                    }
                    francky
                    Customer

                      LINK: http://bit.ly/14ngcMT

                      NOTE: Only the top post has featured image. I haven’t set featured images for other posts.

                      francky
                      Customer

                        Well, that’s what I think it should work but unfortunately it doesn’t work that way.
                        A post image show up as featured image whenever I have not featured image set!

                        But when I have images in the post and yet set a featured image, everything works fine! The featured image shows up as expected!

                        Please note that I have content limit set too!

                        Please help!

                      Viewing 10 posts - 1 through 10 (of 10 total)