Results 1 to 3 of 3

Thread: Hot fixes 1.3.2

  1. #1
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts

    Hot fixes 1.3.2

    Here I shall list any fixes that require your attention.

    First fix I just spotted. In your style.css file on line 585 (or there abouts - please bear in mind line numbers may not be exactly the same if you have already made some changes to your child theme).

    REPLACE:
    Code:
    #welcome_widget .content_left .shadowblock img.avatar { ......
    with:
    Code:
    .content_left .shadowblock img.avatar, .content_left .shadowblock img.photo { ......
    Avoids this on mobile devices (eek):
    Picture-1.png


    Second Fix...
    in your style.css file on or around line 794

    REPLACE:
    Code:
    .post p.first { overflow: hidden; word-wrap: break-word; font-size: 15px; line-height: 25px; padding: 5px 0; }
    .post p, .single-main p { overflow: hidden; word-wrap: break-word; font-size: 13px; line-height: 20px; padding: 5px 0; }
    with:
    Code:
    .post p.first { font-size: 15px; line-height: 25px; padding: 5px 0; }
    .post p, .single-main p { font-size: 13px; line-height: 20px; padding: 5px 0; }
    This fixes large gaps appearing around images with captions in blog posts.



    Third fix...
    In your functions.php file on line 169

    REPLACE:
    Code:
    echo '<a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '"><img class="attachment-sidebar-thumbnail" alt="no-image" title="" src="' . appthemes_locate_template_uri('images/no-thumb-250.jpg') . '" /></a>';
    with:
    Code:
    echo '<a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '"><img class="attachment-featured-simply" alt="no-image" title="" src="' . appthemes_locate_template_uri('images/no-thumb-250.jpg') . '" /></a>';
    and in your style.css file on line 526 AND ALL OTHER INSTANCES FOR MOBILE DEVICES - 1418, 1516, 1624, 1666, 1759, 1887, 2026, 2208, 2371, 2490

    REPLACE:
    Code:
    .content_res .attachment-featured-simply, .content_res .attachment-sidebar-thumbnail { ...
    with:
    Code:
    .content_res .attachment-featured-simply { ...
    This fixes issues with image display when using some third party plugins.
    Last edited by talent; February 9th, 2014 at 04:14 PM.
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  2. The Following User Says Thank You to talent For This Useful Post:

    Kar1nUSA (February 8th, 2014)

  3. #2
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  4. #3
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts

    New fix:

    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. minor fixes/changes :)
    By yogamatt in forum Olinda
    Replies: 5
    Last Post: January 13th, 2014, 01:30 AM
  2. Two fixes needed
    By djmaine in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: November 16th, 2013, 04:02 PM
  3. Ad-blocker fixes in 3.0.5.4 - help please
    By lucasstarbuck in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: June 28th, 2011, 01:18 AM
  4. Easy fixes....?
    By hmoreau1 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 20th, 2011, 11:44 PM