from ABI roger
Forum Replies Created
-
Forum: Reviews
In reply to: [Homepage Product Organizer for WooCommerce] Awesome plugin & supportAnswers to your wish list:
1. Number of products is available during the “create arrangement” process. Instead of clicking on “select all”, simply check the box next to the products you do want to appear in the arrangement.
2. # of products per row is a function of WooCommerce and your theme, not the plugin.
Forum: Plugins
In reply to: [Homepage Product Organizer for WooCommerce] # of Products DisplayedThe number of products that can appear in each arrangement is controlled by the Blog posts field, not by the plugin. To change this setting please go to:
Settings > Reading Settings > Blog pages show at the most [enter your max number here] posts
Deactivate the hover option and see how that works.
Forum: Plugins
In reply to: [Comment Guestbook] Change Leave a Reply textThanks for the update!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center ImageThx Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center ImageThe site isn’t live yet:
https://precision.abihosting.co/wiring-diagrams/
It’s the first row. I’d like that image to be in centered. I did remove the class code too but still no luck. I tried this:
.tablepress-id-72 .row-1 {
text-align: center;
vertical-align: middle;
}But alas, I need your expertise!
Forum: Plugins
In reply to: [SendPress Newsletters] Facebook Signup FormLet’s give it a try. I believe I can post custom html. Please post step by step and I’ll let you know how it works here, then others can see this as well.
Forum: Plugins
In reply to: [SendPress Newsletters] Welcome Email?That’s great news. You guys have done an awesome job on this app. Thanks!
Forum: Plugins
In reply to: [SendPress Newsletters] Welcome Email?That’s exactly what we’re looking for. This way new sign ups can get their newsletters scheduled from their sign up date. When you say “next year” does this mean sometime Jan-Mar or later in the year? Really could use this now and no problem going Pro for this feature. Beats paying an off site 3rd party like Chimp or CC.
This is by far one of the most useful plugins for WP. I host at GoDaddy who I think do a great job especially for multiple WP installations. They do daily backups of website but not the dbase which must be done manually.
This is a very convenient tool especially snce we are already in the admins on a weekly bassis doing plugin updates already.
Forum: Plugins
In reply to: [Comment Guestbook] Change Leave a Reply textI found this on another thread and it worked perfectly:
The best way to change the wording “Leave a reply” is to use the filter.
To make it say “Post Your Comment Here:”, place this code in your functions.php file:function comment_reform ($arg) {
$arg[‘title_reply’] = __(‘Post Your Comment Here:’);
return $arg;
}
add_filter(‘comment_form_defaults’,’comment_reform’);Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Comprehensive Google Map Plugin Jquery 1.10@wally: thanks! perfect fix.
With your brains and my sense of humor we could take over the World!!!!
Thanks…working fine!
Tobias:
The images are now sized properly but when browser width is squeezed the images do not get smaller and the table isn’t responsive. Please advise, thanks!
– Roger