bshellhorse

Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Epik – Portfolio Images #15682
    bshellhorse
    Customer

      I have found the dimensions 264 x 200.

      in reply to: Read More button with handcrafted excerpt #10033
      bshellhorse
      Customer

        Eric,

        Thanks for looking into this. Let me know when you hear something from your friend.

        in reply to: Read More button with handcrafted excerpt #9968
        bshellhorse
        Customer

          I have read the Studio Press snippet and your suggestions, as well as the looking at the code in the portfolio.php file and I don’t get it.

          I have tried adding add_filter( 'get_the_content_more_link', 'portfolio_read_more_link' ); to the existing list of three filters. It doesn’t do anything and appears duplicative of what was has already coded in.

          I tried just adding add_filter( 'excerpt', 'portfolio_read_more_link' ); to the 3 existing filters, nothing.

          I copied and pasted the entire code from studio press into the file; nothing.

          I don’t understand what your telling me I need to do to get this.

          in reply to: Read More button with handcrafted excerpt #9846
          bshellhorse
          Customer

            Eric,

            Thanks for responding, but I’m not sure that is what I want. I am not looking to modify the text of the button, I am looking to make the button appear when I create my own excerpt.

            in reply to: How Do I create a set of links that are underlined #9836
            bshellhorse
            Customer

              the links are just going to in pages and posts. So is this essentially what I put in css, where I add some identifier after the a, like a.ex1?

              a.ex1 {
              	color: #000;
              	font-weight: 400;
              	text-decoration: underline;
              }
              
              a.ex1 img {
              	margin-bottom: -4px;
              	margin-bottom: -0.25rem;
              }
              
              a.ex1:hover {
              	color: #888;
              	text-decoration: underline;
              }
              

              And then use it like this in a page or post?

              <a class="ex1" href="http://mysite.com">This link has underline</a>

              in reply to: Portfolio Page Misaligned #9834
              bshellhorse
              Customer

                Worked like a charm. Thank you.

                in reply to: Portfolio Image Sizes #8256
                bshellhorse
                Customer

                  I just sent you login credentials through the contact form. I understand, but hopefully you see something that I am overlooking on image sizes or whatever.

                  in reply to: Portfolio Image Sizes #8247
                  bshellhorse
                  Customer
                    This reply has been marked as private.
                    in reply to: Portfolio Image Sizes #8229
                    bshellhorse
                    Customer

                      I see what you are saying, but I don’t know why some images are getting reduced to 264×200. I just re-uploaded that image manually, made sure it was uploaded as a full size image, and it still is causing fits. Interestingly, if I add it to the content section of the post, it is displayed with it normal proportions.

                      in reply to: Portfolio Image Sizes #8217
                      bshellhorse
                      Customer

                        Wes, that is what I don’t understand. Each of these images is approximately the same size. 480×220. When I look in my media settings, I confirm this. I even went and re-upload the images with new names, same problem. Let me know what you think, I’m willing to let you look under the hood if you think that would help. Let me know.

                        in reply to: Portfolio Image Sizes #8209
                        bshellhorse
                        Customer

                          I did, no change.

                          in reply to: Revolution Slider Shortcodes in Slider Widget #8101
                          bshellhorse
                          Customer

                            I am looking at buying this plugin. Is there a solution to make this work?

                            in reply to: Change Text at BOTTOM of Search Results Page #7714
                            bshellhorse
                            Customer

                              Eric, here is a link. http://lonestarpower.net/?s=76109 Look under the pricing table, you will see it. I am only seeing this the search page, not others.

                              in reply to: Add/Modify "Read More" Button #1570
                              bshellhorse
                              Customer

                                i have the excerpt selected on the portfolio page setting.  I deactivated every plugin and cleared my cache. Nothing.  Not sure what to do at this point.  Thanks for your help.

                                in reply to: Add/Modify "Read More" Button #1563
                                bshellhorse
                                Customer

                                  i copied and pasted from above.  Not sure what is going on.  I sent you login via the contact us page.

                                  in reply to: Add/Modify "Read More" Button #1560
                                  bshellhorse
                                  Customer

                                    I have replaced with this code, which to me seems identical to your code:

                                    <code>

                                    /** Customize the read more link */
                                    add_filter( ‘excerpt_more’, ‘custom_read_more_link’ );
                                    add_filter( ‘get_the_content_more_link’, ‘custom_read_more_link’ );
                                    add_filter( ‘the_content_more_link’, ‘custom_read_more_link’ );
                                    function custom_read_more_link() {
                                    return ‘… <a href=”‘ . get_permalink() . ‘” rel=”nofollow”>Read More</a>’;
                                    }
                                    </code>

                                    I clear my cache and tried adding a <code><<!–more–></code> and deleting it.  Still not getting it.

                                    in reply to: Add/Modify "Read More" Button #1554
                                    bshellhorse
                                    Customer

                                      <blockquote cite="

                                      /** Customize the read more link */
                                      add_filter( ‘excerpt_more’, ‘custom_read_more_link’ );
                                      add_filter( ‘get_the_content_more_link’, ‘custom_read_more_link’ );
                                      add_filter( ‘the_content_more_link’, ‘custom_read_more_link’ );
                                      function custom_read_more_link() {
                                      return ‘… <a href=”‘ . get_permalink() . ‘” rel=”nofollow”>View</a>’;
                                      }

                                      ">

                                      That is the code in my file, so I think I have the code correct.  I guess the problem is your last statement “make sure you have the more link enabled on your posts.”  Other than adding a <blockquote cite="<!–more–>” in the post, I do not know where to do that.

                                       

                                      in reply to: Add/Modify "Read More" Button #1544
                                      bshellhorse
                                      Customer

                                        Its http://ambitenergyrates.net/y2x9 and just look at any of the pages

                                        in reply to: Add/Modify "Read More" Button #1538
                                        bshellhorse
                                        Customer

                                          I made the code change above and do not see a button.  I made sure I was using excerpts in Genesis theme settings and I cleared the cache.

                                          in reply to: Media Sizes #1526
                                          bshellhorse
                                          Customer

                                            Wes,

                                            I am having the hardest time getting media sizes correct.  Would you look at my portfolio pages on a site and tell me why they are not lining up and what I need to do to fix.  Here is a link to one of the pages, you can look at all 3 portfolio pages and see the same problem.

                                            http://ambitenergyrates.net/y2x9

                                             

                                            in reply to: Add/Modify "Read More" Button #1525
                                            bshellhorse
                                            Customer

                                              is there a way to get a button like that and use the “excerpt” or maybe even pull from a custom field instead.

                                              in reply to: Media Sizes #1475
                                              bshellhorse
                                              Customer

                                                That was a poorly asked question.  I have set my media settings with the correct ratio and upload some test photos.  However, they do not fit/resize as expected.  Would you look at it and give me some hints.

                                                testmonkey.info

                                                Please look at the second image in the slider and also use the menu to go to sample page (which is a portfolio page), you will see what I am saying.

                                                in reply to: slider area background #1462
                                                bshellhorse
                                                Customer

                                                  Sorry about being unclear.  Look at testmonkey.info on the home page.  You will see the excerpt being pulled from the post onto the home page.  It is blurry and not crisp, like it is in FF

                                                  in reply to: slider area background #1458
                                                  bshellhorse
                                                  Customer

                                                    Thanks for doing that.  I have uploaded the revisions and that fixed the background.  But, when you look at the excerpt in IE, it does not look right.  It is fuzzy and not crisp.  It looks great in FF.  Is there anyway to address that?

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