duynguyen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Nice Topbar] Mobile View??Hi @tylerstannard,
Thanks for using my plugin. I’ve updated responsive for the top bar in next version 1.0.4. However, you can add the code below into your theme:
@media only screen and (max-width: 480px) { .wpnt-topbar-box { height: auto!important; } .wpnt-text { font-size: 11px!important; padding: 0 10px!important; margin: 0!important; line-height: normal!important; } .wpnt-button { font-size: 10px!important; padding: 5px!important; } .wpnt-btn { font-size: 11px!important; } .close-icon { display: none!important; } }
Forum: Plugins
In reply to: [WP Nice Topbar] Stacking barsHi Sibienii,
Currently, you can not hide top bar on mobile devices. But in next version I will build a option that allow you to do that. Thank you for using my plugin.
Forum: Reviews
In reply to: [Support Extends Genesis] Great little plugin that solved my taskHi @karloo,
Thank you for your using my plugin.sincerely,
LeoForum: Reviews
In reply to: [WP Nice Search] Almost perfect!!Thank you so much!
Forum: Plugins
In reply to: [WP Nice Search] Stop works with last updateHi ramonjosegn,
I’ve tested a few times in version 1.0.9. It works fine. Can you let me know more information to check this issue.
Thanks and Regards,
DuyForum: Plugins
In reply to: [WP Nice Topbar] Stacking barsHi nosferkg,
Thanks for using my plugin. Currently, you can stack multiple bars on bottom or top of the page. But you have to configure for each one.
Thanks
DuyForum: Plugins
In reply to: [WP Nice Search] Conflict with tiny mce in IEHi kunnmax,
Thanks for using my plugin. What version of IE did you use? I need more information about your issue to fix it.
Thanks,
DuyForum: Plugins
In reply to: [WP Nice Search] Configuring your short code for BBpressHi Max,
Sorry for responding lately. What exactly names of custom post type which you registered for topic, forum and reply? I suppose you create a custom post type name
topic
so to search only on this custom post type, you just make a shortcode look like this[wpns_search_form only_search="topic"]
.The same way as
[wpns_search_form only_search="forum"]
for custom post type namesforum
and[wpns_search_form only_search="reply"]
for custom post type namesreply
.However, you can’t search on both of theme (topic, forum, reply) by shortcode above. It only searches on one custom post type.
Thanks,
DuyForum: Plugins
In reply to: [WP Nice Search] Configuring your short code for BBpressHi khunmax,
Thank for using my plugin.
Regarding to your questions, currently plugin only can search on basic table of wordpress database such as post. If BBPress forum using another table or database so it will not work. “All” option means it will search on post, page and custom post type. It doesn’t mean you can search on BBPress. The shortcode
[wpns_search_form only_search="bbp_register_topic_post_type"]
means your search only searches in custom post type namesbbp_register_topic_post_type
. This post type should be defined before.Thanks,
DuyForum: Plugins
In reply to: [WP Nice Search] Custom Label for "Search Results"These are the answers for additional questions:
#1: Yes, it’s normal. If you want to it display again, you must type somethings in the box, maybe remove characters, other words etc… And I’m thinking about this. Maybe I will change this action.
#2: Thanks you for this feedback. It’s a bug. I’ll fix it in upgrade version shortly.
#3: Currently, the plugin doesn’t enable press enter button for searching.
If you have any questions or ideals, please send me an email or create the issues at https://github.com/duyngha/wp-nice-search/issues
Thanks and Regards,
DuyForum: Plugins
In reply to: [WP Nice Search] Custom Label for "Search Results"Hi,
I’ve checked the filter for heading text. It works fine. Did you put it in functions.php of current theme? For example, if you active a child theme, so you should put the code follow this path
wp-content/themes/(main-theme or child-theme)/functions.php
. Can you make sure it’s putted in correct file. Let me know if you get a error.Thanks,
DuyForum: Plugins
In reply to: [WP Nice Search] Custom Label for "Search Results"To find more filters to adjust the form elements, you may see the wiki page at https://github.com/duyngha/wp-nice-search/wiki/Filters#format-the-date-in-list-results
Thanks
DuyForum: Plugins
In reply to: [WP Nice Search] Custom Label for "Search Results"Hi ??
Thanks for your responding. About adjustment “Search Results” heading, you can change it by small code that you may put in functions.php file.add_filter('results_title', 'filterHeading'); function filterHeading() { $wrap = array( 'heading_tag' => 'h3', 'heading_text' => 'Your heading text' ); return $wrap; }
For 3 additional questions, I will check the issues, and if these doesn’t make sense so I will fixed it and update the changes in next version.
Thanks,
DuyForum: Plugins
In reply to: [WP Nice Search] Stop working with last updateHi, maybe your hosting doesn’t support mod_headers, can you check this again? Also you may send for me a message to [email protected].
Thanks
DuyForum: Plugins
In reply to: [WP Nice Search] Stop working with last updateI tested with the number key words. It works fine in across browsers. That would be easier for me if I can access your site. Now I got a message “Server not found” when I tried to access you site.
Thanks