dnp_theme
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Please add placeholder support for [quiz], CODE HEREHey, if Takayouki doesn’t want to improve it, I made a plugin, check it out:
https://github.com/thednp/contact-form-7-enhancementsForum: Themes and Templates
In reply to: [Oxygen] comment submit button disappeared@the_tim thank you so much for your valuable answer. So simple explained what not even the codex does/have.
Forum: Plugins
In reply to: [Contact Form 7] Support for Title AttributesYou can try something like this
<div class="form-group"> <label title="ADD SOME TITLE HERE MAN" class="required" for="yourSubject">Subject</label> [text* your-subject id:yourSubject placeholder "Type your subject"] </div>Hi Danny, fellow author here.
I am interested in this as well, thank GOD you agree on this, I plan to only use the interface, the modules will be my own coding, very very specific to my theme.
Thanks a million and GOD bless 🙂
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] twitter bootstrap+1 FOR BOOTSTRAP
I would delete all current widgets and create new ones with Bootstrap.I really like the back-end of this plugin it’s really good, just the front-end is not so clean to me.
Forum: Plugins
In reply to: [OptionTree] Custom post type not working with import/export.Come on mates, give me a link or something.
Forum: Plugins
In reply to: [OptionTree] Custom post type not working with import/export.Also the page metaboxes values don’t get imported via XML import, how can we fix this?
Forum: Plugins
In reply to: [Widget Logic] Custom conditioning and some ideasThanks so much for your reply. Unfortunately it does not help.
That could be because I am using query_posts() to get the posts and not WP_Query, I am not sure.
Actually this plugin would have been better if we can link our custom loop pages like page-[post_type].php with the corresponding single-[post_type].php, without having to use multiple page templates.
Example, we may need to be able to add widgets to
– blog pages (blog loop page and blog item page)
– portfolio page ( loop and item )
– gallery ( loop and item )Let me know what is your take on this.
BTW, the plugin is awesome, I am including into my future themes recommended list 🙂
Forum: Requests and Feedback
In reply to: Page Builder or Content Builder as StandardGreg’s code is quite nice, all widgets work. Some of my impressions:
* the widget system is amazing, I can use all possible widgets within, no problemo
* the drag to resize is good but takes tooo much js to power up and uses no grids, Bootstrap grid would be favorite for large no. of people
* the loop is another cool thing, perhaps adding some control to it would help alot: items per page, number of columns, and perhaps options to extend
* the front-end has too many nested divs, I don’t think we need so manyMaybe these changes can be applied to the plugin or at least have the possibility to change/override them within our themes.
Great work.
DNPForum: Plugins
In reply to: [Page Builder by SiteOrigin] Some Quick questionsThanks Greg for your wonderful reply. The widget guide is excellent.
However, the most important change I think you need to think of is the Bootstrap grids. The drag to resize is not practical with a Bootstrap dominated environment.
Thanks again and hope to hear from you soon.
Forum: Plugins
In reply to: [OptionTree] Metabox settings won't saveI solved, got back to include_once instead of get_template_part()
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Some Quick questionsThanks.
I don’t really know how to do this thing you say. I also don’t want to make a widget for every little type of bootstrap button.
I need something smart and I am willing to contribute here 🙂
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Some Quick questionsI got it with the loop, checked with your themes. I only need to know a quick way to add my shortcodes and my custom post types.