Page 2 of 18 FirstFirst 123412 ... LastLast
Results 11 to 20 of 173
Like Tree9Likes

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

  1. #11
    Rookie raymund1203's Avatar
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    2
    Thanked 1 Time in 1 Post
    still waiting for your reply mr_green. thanks sir

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

    mr_green (September 4th, 2011)

  3. #12
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    raymund1203
    still waiting for your reply mr_green. thanks sir
    Dear Raymund1203 thanks to be patient
    the shop Places-Finder Store is open on monday

    you will receive a coupon code for your patience

    mr green
    Best

  4. #13
    quim's Avatar
    Join Date
    Jan 2011
    Location
    Spain
    Posts
    463
    Thanks
    29
    Thanked 2 Times in 2 Posts
    I also hope, and to send you a private message.

  5. #14
    Veteran epijunky's Avatar
    Join Date
    May 2010
    Location
    United States
    Posts
    266
    Thanks
    15
    Thanked 4 Times in 3 Posts
    Hi mr_green - if you have a moment, please let me know how you introduced the 468x60 ad placements as well as the footer?

    Thanks in advance!

  6. #15
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    epijunky@
    On your site, how did you get the 468x60 ad placements between the listings (I think it shows up every 3)? I've been looking for a way to do that!
    have you tried something like that

    PHP Code:
    <?php  $cnt 1?>
    <?php  before the loop   ?>
    <?php 
    if ( have_posts() ) : ?>

    the the loop

    <?php  .......    _after_post(); ?>
    <?php 
    if( $cnt == ) echo 'THIS_Is_MY_ADS';$cnt ++;?>
    <?php 
    endwhile; ?>
    if you want to display ADS at least to every 4 posts
    Code:
    $cnt % 4 == 0
    etc.........


    for the footer did you ask for vazy.biz ...?
    Best

  7. #16
    Veteran epijunky's Avatar
    Join Date
    May 2010
    Location
    United States
    Posts
    266
    Thanks
    15
    Thanked 4 Times in 3 Posts
    Quote Originally Posted by mr_green View Post
    epijunky@

    have you tried something like that

    PHP Code:
    <?php  $cnt 1?>
    <?php  before the loop   ?>
    <?php 
    if ( have_posts() ) : ?>

    the the loop

    <?php  .......    _after_post(); ?>
    <?php 
    if( $cnt == ) echo 'THIS_Is_MY_ADS';$cnt ++;?>
    <?php 
    endwhile; ?>
    if you want to display ADS at least to every 4 posts
    Code:
    $cnt % 4 == 0
    etc.........


    for the footer did you ask for vazy.biz ...?
    So I just need to insert this into the loop with the number of posts wanted bewteen ads?

    And yes, its for the vazy.biz site!

  8. #17
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    I try to replicate the code this goes into
    loop-ad_listing.php

    one part before the loop and second part after

    PHP Code:
    <?php  $cnt 1?>
    <?php  before the loop   ?>
    <?php 
    if ( have_posts() ) : ?>

    the the loop

    <?php appthemes_after_post(); ?>
    <?php 
    if( $cnt == ) echo 'THIS_Is_MY_ADS';$cnt ++;?>
    <?php 
    endwhile; ?>
    what version did you use?? this code is for the latest version

    for the footer totally delete it and rewrite new one
    I can send you via Pm if you want
    Best

  9. #18
    Veteran epijunky's Avatar
    Join Date
    May 2010
    Location
    United States
    Posts
    266
    Thanks
    15
    Thanked 4 Times in 3 Posts
    Great - I'm on 3.1.4 so it should work then!

    And yes, if you can send the footer files via PM that would be great. Do they essentially become widgetized?

  10. #19
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    Do they essentially become widgetized?
    no
    why to decrease the load especially from request in MySQL
    Best

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

    epijunky (September 3rd, 2011)

  12. #20
    Veteran epijunky's Avatar
    Join Date
    May 2010
    Location
    United States
    Posts
    266
    Thanks
    15
    Thanked 4 Times in 3 Posts
    ahhh - I see - not a problem. Please do send it via PM.

    Thank you again - big reps!

Page 2 of 18 FirstFirst 123412 ... 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