bwboykin

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Site not loading on iPhone 5s & 6 #14352
    bwboykin
    Customer

      Thank you Eric for your reply. I appreciate it.

      If I may ask are you running iOS 8?

      That is what the client and a friend of his are running, both indicating that the site is not loading.

      I’ve done searches regarding WordPress and iOS 8 and I’m finding nothing indicating it being an OS issue.

      I have heard of iOS 8 users experiencing WiFi issues which makes me wonder if he is able to see other sites….

      in reply to: Displaying Full Width Background Image #11373
      bwboykin
      Customer

        Hey Wes – sorry ’bout that. Yes, 150 x 150 was set in Genesis Theme Settings. It seems those dimensions carry over to the single post pages as well.

        Here is an example where you can see that 150 x 150 image showing:

        http://www.diligentiagroup.com/v2/legal-investigation/how-to-spot-a-fraud-tips-from-a-pi/

        Here is the code used to display what I’ve got now. Just not sure how to get it to display something other than the 150 x 150 image:

        add_action( 'genesis_entry_header', 'single_post_featured_image', 15 );
        
        function single_post_featured_image() {
        	
        	if ( ! is_singular( 'post' ) )
        		return;
        	
        	$img = genesis_get_image( array( 'format' => 'html', 'size' => genesis_get_option( 'image_size' ), 'attr' => array( 'class' => 'post-image' ) ) );
        	printf( '<a href="%s" title="%s">%s</a>', get_permalink(), the_title_attribute( 'echo=0' ), $img );
        	
        }

        Thanks again Wes

        in reply to: Displaying Full Width Background Image #11266
        bwboykin
        Customer

          Here is that tutorial Wes

          http://wpsites.net/web-design/display-featured-image-before-or-after-entry-title-on-single-posts-pages/

          So far so good but it looks like it is only showing the thumbnail (150×150) rather than the full sized image.

          If you’ve got any ideas as to a fix I’d appreciate it.

          Thanks

          in reply to: Displaying Full Width Background Image #11250
          bwboykin
          Customer

            It’s been deactivated. My bad!

            Thanks

            in reply to: Displaying Full Width Background Image #11212
            bwboykin
            Customer

              Thank you Wes for the kinds words. Much appreciated!

              Couple of things:

              1 – Any clue as to why images on single post pages do not show? They show on archive pages.

              2 – The main image on the front page (man w/ umbrella) – if I remove background-size: cover – that is the exact size I need it to be where that individual shows right beside the text and not way off to the side. The issue with that is when that is done (cover is removed) there is larger sized gap underneath the image which I’m not understanding what the cause of that is.

              Thanks in advance Wes and yes, when all is said and done I will pass on the link to you.

              Much obliged!

              in reply to: Displaying Full Width Background Image #11178
              bwboykin
              Customer

                Thank you for the reply Wes. You will see a couple of lines of dummy content that I added via a text widget.

                http://www.diligentiagroup.com/v2/

                in reply to: Displaying Full Width Background Image #11173
                bwboykin
                Customer

                  Wes,

                  I noticed when I add a text widget in ‘Slider Wide’ with content that the image appears.

                  Is there a way to add a background image via CSS minus any content on top, such as adding a widget in ‘Slider Wide” and still have the image show?

                  Thank you

                  in reply to: Displaying Full Width Background Image #11172
                  bwboykin
                  Customer

                    Pardon me Wes – my bad

                    I just checked the actual CSS and is as follows:

                    .slider-wide {
                    background: url(“path-to-image-here.jpg”);
                    height: 500px;
                    }

                    Still not showing.

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