creativemanner
Forum Replies Created
-
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://www.ads-software.com/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 5 years, 1 month 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]
Forum: Plugins
In reply to: [Kirki Customizer Framework] Output CSS is emptyconfig_id on fields ??
Forum: Plugins
In reply to: [Kirki Customizer Framework] Output CSS is emptyGot it working my bad ??