Results 1 to 4 of 4
Like Tree4Likes
  • 2 Post By talent
  • 2 Post By bleem

Thread: ACFCP pluign fix for the showing of double meta in ads

  1. #1
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts

    ACFCP pluign fix for the showing of double meta in ads

    I just been informed of an issue with the ACFCP plugin from Artem (dikiyforester)

    The ACFCP creates a double showing of the meta in the ads on the homepage. If you use this plugin, you will need this fix:

    //fix for Artems Advanced Custom Fields double meta information showing in the loop - On main Page.
    remove_action( 'init', 'acf_unhook_appthemes_functions' );
    remove_action( 'appthemes_before_loop', 'acf_get_loop_fields' );
    remove_action( 'appthemes_after_post_content', 'acf_ad_loop_bottom' );
    remove_action( 'appthemes_after_post_title', 'acf_ad_loop_meta_top' );

    Regards
    Sarah
    tkddroid and serno like this.
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


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

    tkddroid (August 7th, 2013)

  3. #2
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    talent and tkddroid like this.

  4. The Following 2 Users Say Thank You to bleem For This Useful Post:

    talent (July 11th, 2013), tkddroid (August 7th, 2013)

  5. #3
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  6. #4
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [TUTORIAL] ACFCP API guide
    By dikiyforester in forum Advanced Custom Fields
    Replies: 27
    Last Post: February 15th, 2014, 04:10 AM
  2. how to create a meta tag description and meta tag keywords ?
    By culun in forum ClassiPress General Discussion
    Replies: 2
    Last Post: May 29th, 2013, 12:18 PM
  3. ACFCP and DMLF
    By nayyer in forum Advanced Custom Fields
    Replies: 18
    Last Post: May 15th, 2013, 08:50 AM
  4. [SOLVED] ACFCP not showing up in the Plugins list
    By Fanatic in forum Advanced Custom Fields
    Replies: 4
    Last Post: December 8th, 2012, 12:14 AM
  5. ACFCP 1.1 New Features
    By bighenry in forum Advanced Custom Fields
    Replies: 8
    Last Post: November 10th, 2012, 04:40 AM