- Most Wanted Bounty Winner
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Won a Competition
- Bought between 100 and 499 items
- Exclusive Author
- Referred between 200 and 499 users
The_Silverman saidDon’t you also want a complete WordPress theme with that?
It was too simple, that’s why it didn’t work. Awesome project, thanks for that. So, you know what would make this plugin uber-awesome? A page builder thingy like in some plugins and themes out here…
don’t expect other to do the entire work for you..- 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.
valendesigns said
Decneo saidIt’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.
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
Could you please give me the example for ” do_shortcode() ” ?
I have to input into the page or where?
Best regards, Decneo
- Most Wanted Bounty Winner
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Won a Competition
- Bought between 100 and 499 items
- Exclusive Author
- Referred between 200 and 499 users
do_shortcode(ot_get_option('your_text_area_option_id'))RubenBristian said
do_shortcode(ot_get_option('your_text_area_option_id'))
Thank you very much RubenBristian.
Cheers, Decneo
Hello, Derek, any news about Google Fonts array for Typography filter? Is this possible at all to load them automatically?
Pixelous said
Hello, Derek, any news about Google Fonts array for Typography filter? Is this possible at all to load them automatically?
U still haven’t done that yourself?
Use google webfonts api, get fonts array, pass that array into the filter and you’re good to go. On the front-end check the value of font option, if that value exists in google webfonts array – load the font from google webfonts lib.
dekciw said
Pixelous saidU still haven’t done that yourself?
Hello, Derek, any news about Google Fonts array for Typography filter? Is this possible at all to load them automatically?Use google webfonts api, get fonts array, pass that array into the filter and you’re good to go. On the front-end check the value of font option, if that value exists in google webfonts array – load the font from google webfonts lib.
As far as I’ve seen there is no such a function to get the fonts as an array through the API . I for myself copied and pasted the whole list from https://googlefontdirectory.googlecode.com/hg/ofl/ and made an array out of it for future use. Worked around an hour on it but in the end its working fine. Only contra is that I always have to manually update that array…
Do you know a better way?
dekciw, have u done it? If so, could u explain more detailed how to make it? infuse01, could u share with your array please?
Pixelous said
dekciw, have u done it? If so, could u explain more detailed how to make it? infuse01, could u share with your array please?
Here we go: http://pastebin.com/MB1t8Pgs
