Ruturaaj Patki
Forum Replies Created
-
Yes, I agree. These needs to a way to disable, that is do not show Elementor button at all, for specific Pages.
Forum: Plugins
In reply to: [OptionTree] Plugin Conflict with WebsiteHi,
It seems you’ve solved the issue. I recommend using OptionTree in Theme Mode and update the jQuery as well as other JS to the latest versions.
Cheers,
Ruturaaj.
Forum: Plugins
In reply to: [OptionTree] Require Update Option Tree… or alternatively, you can fork the Git and refer to your own version of Plugin.
Forum: Plugins
In reply to: [OptionTree] Arrange Options in RowOk, I have added code to css to solve my problem. I have integrated complete 12 column grid system into option tree now. The class param of control handles it all.
- This reply was modified 7 years, 3 months ago by Ruturaaj Patki.
Forum: Plugins
In reply to: [OptionTree] Require Update Option TreeI understand, not sure if this helps… but you may then try adding Option Tree in theme mode to your theme. This will give you complete control over the code of option tree.
Forum: Plugins
In reply to: [OptionTree] get_option_tree or ot_get_optionot_get_option()
is working just fine. I’m using Option Tree in Theme Mode.Forum: Plugins
In reply to: [OptionTree] Require Update Option TreeYes, they have not updated it. But I think you can manually update certain files in Option Tree and let the Evanto Guys know that you’re using all latest libraries. Like, update the jQuery to the latest version; the plugin includes version 1.1-pre and so on.
Forum: Themes and Templates
In reply to: [OS media] Can’t find “static front page” settingCheck your list of Pages. Make sure you’ve at least one Page created and Published.
- This reply was modified 7 years, 11 months ago by Ruturaaj Patki.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to add Offset to Column?Great.
Entire set of columns.
Please share your trick…Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Plus Minus Icons for Accordion ToggleHi,
I don’t have any solution working for me. I tried the solutions suggested here, including the “Custom Class”. But it doesn’t toggle the icon. The Easy Bootstrap Shortcode Accordion is used in so many places on so many different pages and posts that now it’s not possible for me to work on an alternative solution. I’ve to continue with Easy Bootstrap Shortcode plugin. ??
I think the only way to go is have some jQuery code written that will handle the toggle classes. I wish I had guessed this icon issue before.
Cheers,
Ruturaaj.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Plus Minus Icons for Accordion ToggleI don’t see anyone coming to this place. Probably the wrong place to ask questions… and still have one more question to ask, “Can someone tell me where to post the queries?”
Forum: Plugins
In reply to: [CMB2] Using a repeatable group field value as group titleAah, one important thing… the “Position” field is a Repeating Group Field and not the field outside Group. So, the group field value array will hold the value. Since “Position” is a group field, it will have a separate value for every new entry added to the group.
I will try your solution and will see if I can solve my issue with your proposed solution.
Talk to you soon…
Forum: Plugins
In reply to: [CMB2] Using a repeatable group field value as group titleInteresting solution… thanks; I will try it in a couple of hours from now and will revert back with result.
Forum: Plugins
In reply to: [CMB2] Using a repeatable group field value as group titleHi,
Thanks for the reply; I got your idea but that does not resolve the issue. Suppose there are 4 entries added to the Group. If I follow your solution, I can get the array of all entries; but then how to set the Title of collapsible DIV of Group (where usually it says Entry – 1)?
I want to utilize the value of one of the group fields here. So, for example if I set “Position” group-field value to “Manager”, I want the title of Group to show “Employee – Manager” or something like that. The “group_title” is a generic template which will be applied to all entries inside Group; but I don’t see any way out to set the custom title of each collapsible Group element; and in fact if I follow the original query posted here, it means the same:
I wish to display one of the field value inside the group filed as the group title instead of Entry 1, Entry 2
I hope I’ve explained my problem well. Please let me know if any further information from me.
Forum: Plugins
In reply to: [CMB2] Using a repeatable group field value as group titleI see the {#} is getting replaced by the code at
line 874
in “includes/CMB2_Field.php
” file. But not getting hint on how to modify the title of repeating group. Any help please?