creativemanner
Forum Replies Created
-
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Include Season Number in ImportThanks for the respond, is there any way that I can create a simple add-on to enable these meta datas on my theme? I would not like to use any other podcasting plugin since yours is working fine. The only reason that I need to expand is to take these extra meta fields and present it on a custom template, obviously.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Include Season Number in ImportAs a pro plugin user, which we paid for, I think that we would like to have that feature enabled. As we are using our own team, using the pro version, it shouldn’t be limited to your templates, but also the pro users, so we can actually create our layouts the way that we like.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Description in TooltipI have been waiting for this feature as well. +1
Thanks for the quick response.
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Radio Button Base on post typeThanks, I think this is one of those features that is good to have fyi. I actually used this plugin and it works fine: https://ww.wp.xz.cn/plugins/select-all-categories-and-taxonomies-change-checkbox-to-radio-buttons/
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Repeater for image shortcode not workingTry this if you need to pull its url:
<img src="[[field image=service_highlight_image_1 size=thumbnail return=url]]" alt="alt"/>Forum: Plugins
In reply to: [Theme My Login] login is not working after update to 7.1 versionIt runs on SSO and comes back to it. Before that happens it blocks to js to redirect. when using wp-login.php it doesn’t do that. right now I have reverted the plugin back to the previous version and working.
Forum: Plugins
In reply to: [Theme My Login] login is not working after update to 7.1 versionHere is what I had related to CORS stoping ajax request I think.
Forum: Plugins
In reply to: [Theme My Login] login is not working after update to 7.1 versionAny update? same issue here? Thanks
Forum: Plugins
In reply to: [Download Monitor] Get current CategoryTry this 🙂
$did = $dlm_download->get_id(); echo do_shortcode('[download_data id="'.$did.'" data="categories"]');Forum: Plugins
In reply to: [Download Monitor] [Download not found] issueYea, I had to create a shortcode that does allow that. Thanks Harish.
Forum: Plugins
In reply to: [Download Monitor] [Download not found] issuecode itself works yes. it doesn’t when it is used within a widget thats all. I ll ask on their forum about this.
Forum: Plugins
In reply to: [Download Monitor] [Download not found] issueI am using page builder called beaver builder, and Custom Content Shortcode.
This works on a page without using the builder. see the link on the lower body area. https://dev-sagenetoz.pantheonsite.io/case-studies/case-study-sample-two/[related casestudy_pdf] [pass field=id] <li>[download_data id='{FIELD}' data='download_link'] <a href="[download_data id='{FIELD}' data='download_link']"> <i class="fas fa-download" data-icon="fas fa-download"></i></a></li> [/pass] [/related]The one on the top of the page is inserted with a HTML widget. .IF shortcode is not within href it works if is not.
Seems like nested shortcode issue perhaps
- This reply was modified 6 years, 7 months ago by creativemanner.
Forum: Plugins
In reply to: [Download Monitor] [Download not found]I have the same problem. I have a local install without https and I have pushed the site to dev which has https. I am using the shortcode on a link.
<a class="member-linkedin" href="[download_data id='2527' data='download_link']" title="Download">if i use is as is I can get the URL but if it is in href I cant. and get [Download not found]
Forum: Plugins
In reply to: [Custom Content Shortcode] If/else on eachUPDATE: figured out, [if each_field=true_false_filed]