Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44

Thread: Ribbon for featured ads

  1. #1
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts

    Thumbs up Ribbon for featured ads

    Goal of this tutorial is to have a ribbon on the featured ads. Tested on Classipress Version 3.1.7 and checked with all common browsers. Something like this in the screenshot:

    [CENTER]featured-ribbon.jpg[/CENTER]

    And again, please excuse my poor english, its not my native language

    1./
    Make a backup from the following files:

    /wp-content/themes/classipress/style.css
    /wp-content/themes/classipress/loop-ad_listing.php

    ----------------------------------------------------------------------------------------------------

    2./
    Open the style.css and add the following code to the bottom of the file (under the last line):

    /* Featured Ribbon */
    .featured-ribbon{
    display:block;float:left; height:60px;margin:-18px 0px 0px -18px;padding:0;width:60px;
    position:absolute;
    background:url("http://forums.appthemes.com/images/featured.png") no-repeat scroll right top transparent; z-index:999;
    }
    save and close the style.css

    ---------------------------------------------------------------------------------------------------

    3./
    Open the loop-ad_listing.php file and find the following code (should be near line 21)

    PHP Code:
                <div class="post-block"
    under the above code you place the following:

    PHP Code:
    <?php if(is_sticky($post_ID) == true) echo '<span class="featured-ribbon"></span>'; else echo ''?>
    So now it should look like this:

    [CENTER]featured-ribbon02.jpg[/CENTER]

    save and close the loop-ad_listing.php

    ------------------------------------------------------------------------------------------------------

    4./
    Coose a suitable ribbon or copy this one:

    featured.png

    upload the ribbon image into your /wp-content/themes/classipress/images/ folder. The name of the image should be featured.png

    -------------------------------------------------------------------------------------------------------

    5./
    Enjoy your new feature

    The End.

    Please remind, that this modification is just a basic. I did not look into further things like search filtering and ads on top etc. That needs alot more changes.

    Thanks for reading

  2. The Following 8 Users Say Thank You to samcy For This Useful Post:

    dbatista (March 21st, 2012), dscostu (March 17th, 2012), ecua (March 21st, 2012), ggriffin (March 19th, 2012), helmuc (November 26th, 2013), manilaboy (January 1st, 2013), petiscodigital (May 20th, 2012), 123Malaysia (March 18th, 2012)

  3. #2
    Junior Member dscostu's Avatar
    Join Date
    Mar 2012
    Posts
    43
    Thanks
    11
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Benjamin G.
    teachifie.com

  4. #3
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    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!

  5. The Following User Says Thank You to samcy For This Useful Post:

    dscostu (March 17th, 2012)

  6. #4
    Junior Member dscostu's Avatar
    Join Date
    Mar 2012
    Posts
    43
    Thanks
    11
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Benjamin G.
    teachifie.com

  7. #5
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    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!

  8. #6
    Junior Member dscostu's Avatar
    Join Date
    Mar 2012
    Posts
    43
    Thanks
    11
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Benjamin G.
    teachifie.com

  9. #7
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    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!

  10. #8
    Junior Member dscostu's Avatar
    Join Date
    Mar 2012
    Posts
    43
    Thanks
    11
    Thanked 1 Time in 1 Post

    Thanks here are my files

    You must be an AppThemes customer and logged in to view this response. Join today!
    Attached Files Attached Files
    Benjamin G.
    teachifie.com

  11. #9
    Thread Starter
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    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!

  12. #10
    Junior Member dscostu's Avatar
    Join Date
    Mar 2012
    Posts
    43
    Thanks
    11
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Benjamin G.
    teachifie.com

Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. highlighted + featured ribbon + top category for featured listing
    By opacity101 in forum ClassiPress General Discussion
    Replies: 19
    Last Post: December 18th, 2012, 05:05 AM
  2. Featured ribbon in Most Popular ads in v3.1.6
    By jackie2011ws in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: January 10th, 2012, 11:46 PM
  3. Featured Ads Ribbon
    By danjo in forum Help Using ClassiPress
    Replies: 1
    Last Post: July 14th, 2011, 11:38 AM
  4. [MOD NEEDED] Looking for instructiions on the Featured Ribbon
    By jmedrano in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 13th, 2011, 07:05 AM
  5. [MOD NEEDED] Featured Ribbon
    By samanders in forum ClassiPress General Discussion
    Replies: 2
    Last Post: February 1st, 2011, 04:00 AM