Results 1 to 2 of 2

Thread: One for the classipress wizards

  1. #1
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts

    One for the classipress wizards

    Right then here goes....

    I'm having a go at programming in classipress, more so that i can stop being a pain in the rear to the patient guys and gals who have helped me out esp Samcy (top man there); this is all new to me so a total newbie (i'm okish with the html and such likes), so try not to laugh too much at me pls.

    I've managed to highlight the slider (not sure if its ever been done before, just couldn't find it when i was looking through the forum), however it all works fine when i take out the <div class="shadowblock_out"> out of the equation. But soon as i put it back in to put the border round the main section it highlights thats too and not the slider (which i don't want).

    Anyway the programming bit which the people like Samcy will understand......


    In the featured.php section i've got this:

    <!-- featured listings -->


    <div class="featured-highlight-slider">

    <span class="featured-ribbon-small"></span>

    <div class="shadowblockdir">



    <h2 class="dotted"><font color="red"><?php _e(' &nbsp; &nbsp; &nbsp; Listings', 'appthemes')?></font color="red"></h2>

    <div class="sliderblockdir">



    In the style.css section i've put this:

    /* featured highlight slider */
    .featured-higlight-slider {
    border: 1px solid #3630AE;
    -webkit-box-shadow: 0px 0px 10px 2px #767DFF;
    -moz-box-shadow: 0px 0px 10px 2px #767DFF;
    box-shadow: 0px 0px 10px 2px #767DFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin: 0 0 8px;
    }
    .featured-highlight-slider {
    border: 1px solid #3630AE;
    -webkit-box-shadow: 0px 0px 10px 2px #767DFF;
    -moz-box-shadow: 0px 0px 10px 2px #767DFF;
    box-shadow: 0px 0px 10px 2px #767DFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin: 0 0 20px;


    Courtesy of other peoples contributions (sorry can't remember who it was now).

    It might be too much but i was just experimenting with the programming. (i'm more of a backward engineering guy when it comes to programming - seem to learn quicker that way).

    Can anyone help??

  2. #2
    Thread Starter
    mazza's Avatar
    Join Date
    Jun 2012
    Location
    United Kingdom
    Posts
    194
    Thanks
    21
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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