- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
StevenGliebe said
I’d like to recommend the plugin to my customers but first how can I test this as an author with my own theme? Am I missing something or would I actually have to buy my own theme to test an update as a “customer”? =PThe latest installation zips were uploaded to TF a few weeks ago. I have old versions of my themes installed and I’ve installed/configured the plugin with my API key but I don’t see any notifications about updates.
Thank you.
Sorry, but you will not see that there is an update to the theme unless you’ve purchased it.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
Decneo said
Bug : The theme’s shortcode not work in Textarea.is it possible to have the homepage builder like can enable and disable each content?
Best regards, Decneo
It’s not a bug, the plugin makes no assumptions about how you use your data once it’s saved. The plugin only gives you a framework for saving that data. As @ParkerAndKent illustrated do_shortcode() is the function you need to use to run the saved data through if you want to allow shortcodes in your output.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
dekciw said
valendesigns saidNo no no
dekciw saidAre you asking to have a list item inside another list item? If so, the answer is no, not at this time, sorry! If not, can you clarify the question.
valendesigns saidTheme options.
dekciw saidAre you referring to theme options or meta boxes?
Is there a way to prepopulate list-item option, with list items which have different settings in them?![]()
I’m asking if it is possible to create a list-item option with few items prepopulated. The tricky part is, that I need those prepopulated items to have different settings inside them. Lets say, I’m trying to make frontpage layout builder. I prepopulate list-item with two items – blog and portfolio. Is there any way to have different settings in those items?
Unfortunately, you can’t have multiple setting for a single list item.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
patrioticopinion said
Plain and simple. I doesn’t work. I hope that is as clear as possible.
Wow, you’re a real wordsmith. Thanks for clearly explaining your issue, it gives me so much to go on that now I can fix everything all at once.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
dekciw said
valendesigns saidTheme options.
dekciw saidAre you referring to theme options or meta boxes?
Is there a way to prepopulate list-item option, with list items which have different settings in them?![]()
Are you asking to have a list item inside another list item? If so, the answer is no, not at this time, sorry! If not, can you clarify the question.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
DanyDuchaine said
valendesigns saidThanks .. Maybe an import button next to the input where the user can create new layout at the moment.
DanyDuchaine saidThat could get weird, but I’ll look into it.
Maybe add some options to turn on/off some area in theme mode, like layouts import for example. No idea how this would be done though.
That’s what I was thinking, as well. The issue is we have a lot of ways to use the plugin and we need to make both plugin and theme mode as easy to use as possible without conflicting with each other. I’m going to look into having an import only page but it may be to crazy to do without introducing bugs or a lot of confusion. However, import layouts works in plugin mode if the old 1.x files exist in the ‘option-tree’ directory in the themes root. So the old style of auto import works, but theme mode is where we need to come up with a good solution that works well for everyone.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
DanyDuchaine said
Maybe add some options to turn on/off some area in theme mode, like layouts import for example. No idea how this would be done though.
That could get weird, but I’ll look into it.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
dekciw said
Is there a way to prepopulate list-item option, with list items which have different settings in them?![]()
Are you referring to theme options or meta boxes?
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
DanyDuchaine said
Awesome plugin, transition went smoothly.I have a question, what is the best way to add default value so that when the user activate the theme, it automatically come packed with optiontree + my options + my default value for these options.
I’ve added the entire option-tree folder in the root of my theme, I’ve added the code to reference it in my functions.php, I’ve exported my theme-options.php file, I’ve added it in the theme and referenced it in my functions.php.
When testing on a fresh WP install, option tree is there, my options are there, but they are blank and I can’t access my layouts. So the user can’t choose a predefined sets of value for the options, and they can’t upload any layouts information .. the only way is to have them install the plugin so they can import some layouts data.
Is there a better way?
Thanks!
When you have the plugin in Theme Mode and are hiding the settings & docs the best solution would be to create your own functions that load much like the theme-options.php does. You’ll want to do a check for the ‘option_tree’ & ‘option_tree_layouts’ options and if they don’t exist load your defaults.
I’m also open to suggestions if you can think of a better way to do it that can be coded in and make your life easier. It’s a community project so suggestion are always welcome.
Cheers, Derek
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 50 and 99 items
- Envato Staff
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
RubenBristian said
I’m trying to hide some fields from a List, through jQuery. I’m checking for a “select” field from that List and based on it’s value i hide various fields. I’ve managed to do most of it, but i can’t select a textarea, because it doesn’t have a class applied to it. All the other fields that i’ve used(text & upload) have custom classes applied, but the textarea doesn’t have any class(even if i set one)..Is this intentional or it is a bug? Or i’m not doing it right?
Thanks for your help!
I’ll take a look at it and push it up in the next version.
