iantresman
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Feature request: Show featured image medium sizeThanks for that, seems to work with the featured image too, though the “medium” size is different to the medium image size.
Forum: Plugins
In reply to: [Query Wrangler] Feature request: Better filtersRegarding dates, I found your post “Filter by subquery?” which goes towards addressing part of this.
Forum: Plugins
In reply to: [Strong Testimonials] Integration with WooCommerce>Thanks for the pointers
Forum: Plugins
In reply to: [WP Customer Reviews] show reviews in a carouselJust looking for the same solution.
Post Carousel & Slider sees the WP Customer Review plugin, but I can’t find a way to select some of the custom fields in the template.
Forum: Plugins
In reply to: [Query Wrangler] Feature request: Support for Woocommerce and comments..and other custom post types.
Forum: Developing with WordPress
In reply to: How to rewrite a custom field for ouputWhen another plugin accesses meta data, can my function intercept it, add a wrapper, and return the modified data to the calling plugin?
Forum: Developing with WordPress
In reply to: How to rewrite a custom field for ouputThanks for the pointers.
Forum: Developing with WordPress
In reply to: How to rewrite a custom field for ouputThanks for that. The shortcode requires that I add the shortcode to my post. Can I just get the snippet to output the modified meta data (a) at the end of the post (b) at some other position?
Forum: Plugins
In reply to: [Pricing Table by Supsystic] Undo featureWas just about to request this myself. SO many times I make a mistake, and half the time I have to trash the entire table and start again.
Forum: Plugins
In reply to: [footnotes] superscript is too highIn the Customize tab, in the section “Add custom CSS:”, I added the following which worked:
.footnote_plugin_tooltip_text {top:5px !important}Forum: Themes and Templates
In reply to: [Agama] Adding logo to site nameYes, creating a custom logo with the site name is probably easier, but I think less good for SEO purposes.
Forum: Themes and Templates
In reply to: [Agama] Adding logo to site nameThanks for the clarification. As a workaround, I edited the “Additional CSS” to add my logo as a background image:
.pull-left {background: url(“/wp-content/uploads/2017/11/logo-150×150.png”) no-repeat 0 0/64px 64px;width:320px}
.site-title {margin:0 0 0 60px!important}`
- This reply was modified 8 years, 7 months ago by iantresman.
Forum: Plugins
In reply to: [Redirection] Plugin page tips for URL formatAnd I guess the advantage of relative URLs is that they work for both http:// and https://
Forum: Plugins
In reply to: [Pricing Table by Supsystic] 6 columns over 2 rows?Sorry for the delay in getting back to you. All is OK. I placed two separate tables on two rows. I’d assumed that:
[@] [@] [@]
[@] [@] [@]would look like this on a mobile:
[@] [@]
[@]
[@] [@]
[@]But it looks like this, which is fine:
[@]
[@]
[@]
[@]
[@]
[@]Forum: Plugins
In reply to: [WooCommerce] How to make product(s) non-purchasable?That works on a per product basis, I was hoping there was something a little more flexible so I could make products in a certain category non-purchasable