jrcollins
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Settings pageIt appears this problem was due to the fact that I was working on the site offline. Once I uploaded the site to a live server I was then able to enter my API credentials.
Ok, thanks for clearing that up for me,
- This reply was modified 7 years, 7 months ago by jrcollins.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] HTML formOk, I’ve solved this problem by using the shortcode but I’ve noticed there are some empty
<p>
tags in the form markup. any idea how to get rid of them?Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Using an SMTP pluginYes, I might try again and see how it goes.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] How to filter title?Ok, I realize what I did wrong. It should be:
add_filter( 'related_posts_by_taxonomy_shortcode_defaults', 'related_shortcode_title', 10, 2 ); function related_shortcode_title( $defaults, $post ) { if ( has_category(array(44,45))) { $defaults['title'] = 'Related Products'; } else { $defaults['title'] = 'Related Posts'; } return $defaults; }
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Using an SMTP pluginHi, thanks for your reply although I’m not sure I understand. The SMTP plugin I’m using sends mail via my (A2hosting) hosting account’s SMTP server but I’m still having issues with mail not getting through. I tried setting up an external SMTP server with different port and security settings but couldn’t get it to work.
On the A2hosting website it says, “You may want to use an external SMTP server (such as those provided by Google or Mandrill) to send e-mail messages from your A2 Hosting account.
However, if you have one of the following hosting packages, you cannot use external SMTP servers to send e-mail…”
Forum: Plugins
In reply to: [WP Product Review Lite] Images not centeredThanks, that’s better! It’s still not perfect but good enough.
Forum: Plugins
In reply to: [WP Product Review Lite] Images not centeredHi, sorry for my late reply. Here’s the link: https://shoutkey.com/meat
Forum: Plugins
In reply to: [Breadcrumb NavXT] How to change breadcrumb title?Ok, thanks. I appreciate your help.
Forum: Plugins
In reply to: [WP Product Review Lite] Problem with layoutHi, it seems the problem is a shortcodes plugin I have installed. When I disable the plugin the formatting of the review box returns to normal.
Thanks for your help.Forum: Plugins
In reply to: [WP Product Review Lite] Problem with layoutIs it possible to get any help with this?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Custom post typesHi Igor, thanks for your help. I have it working now. What an awesome plugin!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Custom post typesI created a custom post type and would like to display an ad in the sidebar widget for that custom post type. I can display the widget on standard posts no problem but am unable to do so for the custom post type because the “Ad Inserter exceptions” metabox is not enabled for that custom post type.
Here’s a link to the website: https://www.temporary-url.com/KcvCNo
I have enabled remote debugging.Forum: Plugins
In reply to: [WP Product Review Lite] Problem with layoutHi, thanks for your reply. Here’s the link: https://urlgone.com/c66d3f/
Forum: Plugins
In reply to: [WP Product Review Lite] Problem with layoutLooking at the html I see that a bunch of
<p>
and<br>
tags are being added to the review box. Any idea how I can remove them?