Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #697216

    I’ve a question about the MailChimp-plugin. I’ve a lot a lists (almost 300). The pulldown list doesn’t show the latest results.

    Can this me changed so that I can see the the latest projects?

    #697613

    Hey rob_alblasserdam!

    Thank you for using Enfold.

    This is possible but you have to modify one of the parent theme files. Please edit the config-templatebuilder > avia-shortcode > mailchimp.php file, look for this code around line 91:

    foreach($lists as $key => $list_item)
    					{
    						$newlist[$list_item['name']] = $key;
    					}
    

    .. below that, add this:

    
    arsort($newlist);
    

    Cheers!
    Ismael

    #698203

    Thanks Ismael!

    I already changed the file av-helper-mailchimp.php in avia-shortcodes:

    $response = $this->get('lists?count=1000&fields=lists.name,lists.id,lists.stats');

    Is it also possible to change it in het child-theme?

    #699441

    Hey!

    I’m sorry but you can’t override this in a child theme. Please create a change log or a note about the modification in case you update the theme.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.