Results 1 to 4 of 4

Thread: Featured Ad Ribbon Only Works In Chrome & Safari

  1. #1
    Thread Starter
    Expired Customer dmcep's Avatar
    Join Date
    Jun 2014
    Location
    United States
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Featured Ad Ribbon Only Works In Chrome & Safari

    Classipress 3.3.3

    I've pored over the tutorials in this forum and tried dozens of versions of the code, but can't make the ribbon work in Firefox and IE.

    Currently, this one: http://forums.appthemes.com/classipress-general-discussion/add-ribbon-featured-ads-version-51426/

    Works in chrome and safari:

    PHP Code:
    <div class="post-left">

    <?php if(is_sticky()) {?>
    <div class="featured-ribbon"></div>
    <?php
    }
    ?>
    <?php 
    if ( $cp_options->ad_images cp_ad_loop_thumbnail(); ?>
    this one:

    PHP Code:
    <?php if (is_sticky()){ ?>
    <div class="post-block" style="background: #FFFFE0; border: 1px solid #E6DB55;">
    <?php } else { ?>
    <div class="post-block">
    <?php ?>
    Works across browsers, but breaks the css. .post-left is not recognized.

    Check this out:

    Problem #1: jobtest.editorandpublisher.com/jobs

    Problem #2: jobtest.editorandpublisher.com/resumes

  2. #2
    Thread Starter
    Expired Customer dmcep's Avatar
    Join Date
    Jun 2014
    Location
    United States
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer dmcep's Avatar
    Join Date
    Jun 2014
    Location
    United States
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,100
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: March 27th, 2014, 04:40 PM
  2. Featured ribbon no longer works in 3.3 update
    By harry0013 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: April 22nd, 2013, 11:53 AM
  3. Thumbs suddenly bad in IE and FF, but okay in Chrome and Safari (HELP!)
    By doctorcilantro in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: January 21st, 2011, 09:48 AM