dinesh4monto
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] What happened to WC 7.3?I noticed similar.
Forum: Plugins
In reply to: [Breadcrumb NavXT] How to get options@mtekk any comment on the above?
Forum: Plugins
In reply to: [Breadcrumb NavXT] How to get optionsCurrently, I am using the below code.
$bcn_breadcrumb_trail = new bcn_breadcrumb_trail(); $bcn_breadcrumb_trail->breadcrumbs = array(); $bcn_breadcrumb_trail->opt = array( // Options array. ); $bcn_breadcrumb_trail->fill_REST($post); $breadcrumb_navxt = new breadcrumb_navxt( $bcn_breadcrumb_trail ); echo $breadcrumb_navxt->display( false, true, false, false, "<li%3\$s>%1\$s</li>\n", "<ul>%1\$s</ul>\n" );When Options array is empty, it’s throwing error, and the breadcrumb structure is not as per the setting. I tried passing static data in the array, and it’s working fine. That’s why I am looking to get the options to pass them in the function.
Forum: Plugins
In reply to: [Breadcrumb NavXT] How to get optionsHi @mtekk,
Actually, I am trying to display the breadcrumb of one post on another page with the post ID. And I have been able to display breadcrumbs by post ID but currently using static settings. So for this, I need Breadcrumb NavXT settings.
I hope I can get some guidance on this.
Forum: Plugins
In reply to: [Breadcrumb NavXT] How to get optionsI want to get all the options set from Breadcrumb NavXT settings.
Gr8, it works!
We are using only EME. But, when we found the conflict, we tried to EM but there was the same problem. I mentioned both only for that, there is the problem with both EME & EM.
Hello,
When we try to add new event and selecting a date in date-field. Then, the date-picker is not displaying.