Page 6 of 18 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 173
Like Tree9Likes

Thread: <<Theme plain installation "MODIFIED GRID" need comment........!>>

  1. #51
    quim's Avatar
    Join Date
    Jan 2011
    Location
    Spain
    Posts
    463
    Thanks
    29
    Thanked 2 Times in 2 Posts
    Quote Originally Posted by mr_green View Post
    Quim@

    i don't study it because already 4 mods in package

    the purpose of the Grid it to let your users make a choice for seeing the page
    suggestion :make a decision on preferred mod you want the site by default, and let them decided in mod (Grid or Listing)
    they want to browse ,surf ,found,,,buy ...etc


    if you want to remove price 'jpg'
    decide first on the package you will do the modif
    in style.css

    look at ligne 417
    PHP Code:
    .grid .post-right .price-wrap span.tag-head {float:left;backgroundurl("http://forums.appthemes.com/images/price-tag-head.png"no-repeat scroll left top transparent important;height:25px important;margin:0;padding:0;width:33px important;} 
    remplace by
    PHP Code:
    .grid .post-right .price-wrap span.tag-head {float:left;height:25px important;margin:0;padding:0;width:33px important;} 

    ligne 904
    PHP Code:
    .post-block .post-right .price-wrap span.tag-head {backgroundurl("http://forums.appthemes.com/images/price-tag-head-small.png"no-repeat scroll left top transparent;height:20px;margin:0;padding:0;width:26px;floatleft;} 
    remplace by
    PHP Code:
    .post-block .post-right .price-wrap span.tag-head {height:20px;margin:0;padding:0;width:26px;floatleft;} 

    hope............

    mr green
    ok, thanks.

    for now I'll try.
    in the future to better use of this modification

  2. #52
    rtibbs4's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    358
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Hi Mr Green.

    Quote Originally Posted by rtibbs4 View Post
    Mr. Green,

    A couple questions about the grid plugin. Do the ads get displayed chronologically and if so can it be changed to random display?

    Previously the demo had the favorites link next to each ad. Is this still an option?

    Thanks in advance.
    Any info on this much appreciated.

    Thank you.

  3. #53
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    951
    Thanks
    113
    Thanked 192 Times in 147 Posts
    rtibbs4@
    Do the ads get displayed chronologically and if so can it be changed to random display?
    replace in index.php

    PHP Code:
    <?php
    // show all ads but make sure the sticky featured ads don't show up first
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
    query_posts( array('post_type' => APP_POST_TYPE'ignore_sticky_posts' => 1'paged' => $paged) );
    ?>
    by
    PHP Code:
    <?php
     
    // show all random ads but make sure the sticky featured ads don't show up first
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
    query_posts( array('post_type' => APP_POST_TYPE'ignore_sticky_posts' => 1'paged' => $paged'orderby' => 'rand') );
    ?>
    rtibbs4@
    Previously the demo had the favorites link next to each ad. Is this still an option?
    No is not an option
    every people can do, in mod Grid or not .

    step1)
    download & install this modified plugin to Add to Favorites Modified | Premium WordPress Theme CustomizationPlaces-Finder Store

    in this page you have a tutorial to insert it in the post Ad sidebar Tab (right to the map tab, poster tab, and contact tab.)

    if you want to insert it directly to into the listing (Grid or Default)

    step2)
    do that in loop-ad_listing.php
    for example before the
    Code:
    <?php appthemes_before_post_content(); ?>
    add that lign of code
    PHP Code:
    <?php if (function_exists('wpfp_link')) { wpfp_link(); } ?>

    hope that can help you.....
    again thank you for your purchase


    mr green
    sharon likes this.
    Best

  4. The Following User Says Thank You to mr_green For This Useful Post:

    sharon (September 12th, 2011)

  5. #54
    rtibbs4's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    358
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Thank you Mr. Green.

    You the man!

  6. #55
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    Aaaaaaagh, I purchased this grid mod from the link posted here - Grid Mod for Classipress | Places-Finder StorePlaces-Finder Store | Premium WordPress Theme Customization

    Within seconds I received an email form Paypal confirming my payment, and was told by your system: You will receive an email shortly which will contain the details of this 'transition' (presumably you mean 'transaction'?), but nothing has arrived in my inbox, nor my spam/junk box

    HELP, how do I get this mod?

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

    mr_green (September 20th, 2011)

  8. #56
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    951
    Thanks
    113
    Thanked 192 Times in 147 Posts
    talent@
    HELP, how do I get this mod?
    Sorry i was away I made 100000.00 $ for the Grid mod

    and decide to travel into the world
    this is barukar when i arrive in Sao Paulo airport tell me they have a thread for you
    but like you know Brazil...cocktail....etc .... i forget it .....!

    my next destination is Australia try to reach the delicious Pepsi
    perhaps i stay there 6 months

    next destination is Thailand i have friend like you know raymund1203
    .........tourist are welcome ....lovely gir......ls......exotic ...food
    he just ask me to come with a few bottles of wine from France
    sorry the rest is personnel i can tell you......

    so my suggestion is to wait at least 8 months when i come back "with no money sure"
    i will send you the package for mod Grid


    mr green














    check your mail NOW you have it
    + bonus in your pm forum (how to display ads inside Grid mod & listing)
    Banners Ads between post Ads
    for example : how display Google ads at least to 3 or 6 or 9 Ad
    Hope you like my virtual travel.....?
    Regards
    again
    mr green
    chifen and rtibbs4 like this.
    Best

  9. #57
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    Phew! Thank you Mr Green, now downloaded - back to happy face

  10. #58
    rtibbs4's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    358
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Hi Mr Green,

    I tried this fix but got:

    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/content/n/e/w/newengland1/html/wp-content/themes/classipress-314/index.php on line 57

    The only change to the code is .. 'orderby' => 'rand' ...correct? or did I miss something?

    Thank you.

    Quote Originally Posted by mr_green View Post
    rtibbs4@

    replace in index.php

    PHP Code:
    <?php
    // show all ads but make sure the sticky featured ads don't show up first
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
    query_posts( array('post_type' => APP_POST_TYPE'ignore_sticky_posts' => 1'paged' => $paged) );
    ?>
    by
    PHP Code:
    <?php
     
    // show all random ads but make sure the sticky featured ads don't show up first
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
    query_posts( array('post_type' => APP_POST_TYPE'ignore_sticky_posts' => 1'paged' => $paged'orderby' => 'rand') );
    ?>

  11. #59
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    951
    Thanks
    113
    Thanked 192 Times in 147 Posts
    Dear Rtibbs4
    just go back to test site again: this code work

    code is .. 'orderby' => 'rand'
    yes

    you can found it in classipress-314\index.php
    ligne 171

    this query randomize the display result

    i know why you are doing that
    you have real customer at http://www.newengland1.com/
    and you want equality for all. Y / N.......?

    In Fr Real estate and lot of classifieds they are some customers who pay to be a the top
    this is an pay option for me in vazy.biz
    when i call customers with emailing 1 to 4 customers paid for the top "category page"
    so mode random in category= Bad
    categories need to be exploited

    mr green
    Best

  12. #60
    Member acidrainz's Avatar
    Join Date
    Nov 2010
    Location
    Philippines
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hi mr green kinly pm me
    We are your #1 classified ad listing site. Become a free member and start listing your classified ads within minutes. Manage all ads from your personalized dashboard.


    Free Local Ads
    http://ubecwebwerks.com

Page 6 of 18 FirstFirst ... 4567816 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 9
    Last Post: February 25th, 2013, 09:29 AM
  2. [SOLVED] "404 Not Found" page when attempting to "post an ad" or "join now"
    By tradingpoint in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: March 21st, 2011, 07:51 PM
  3. [SOLVED] Cassipress theme not installing, "Theme install failed."
    By blazestudios23 in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: January 29th, 2011, 01:04 AM
  4. Adding a "Home" button to the left of "About" ? Possible w/ this theme?
    By freelancing in forum Report JobRoller Bugs
    Replies: 11
    Last Post: December 12th, 2010, 08:03 PM
  5. take off "website" text box when people comment when not yet registered
    By shatoony26 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: September 16th, 2010, 01:39 PM