Cintiantunes
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] Comment Box appears automaticallyIt
s not homepage. Its a single page with an article.Forum: Plugins
In reply to: [Facebook Comments] Comment Box appears automaticallySorry, it is not it.
Please see my image here1 – the box appeared instantly when I actived the plugin. It appeared magically hehehe I don’t want it in this place, but I don’t find how to take off from this.
2 – Here I inserted the shortcode, and here is right. It is where I want!!
So the problem is the 1. I want to remove it from there, I did’t insert it, it just appeared.
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Exporting listWhen we will get the next release? In my case this plugin is great, but for my clients they “need” a button to export a file, you know.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Blank page after loginI’m having the same problem. Did you fix it?
About the html emails I understood, but I wanna know for example:
I published a post called “The Earth” and I wanna that this title appears in the newsletter subject.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Custom Post Types@mattyrob That’s it. The custom taxonomy too. Now it works. Thank you
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Custom Post TypesHi, I used ‘products’ I putted
“function my_post_types($types) {
$types[] = ‘products’;
return $types;
}
add_filter(‘s2_post_types’, ‘my_post_types’);”But I did not find where to put. I tried to put in functions.php of my theme and did not work. Do you understand my doubt?
Thanks ^^