fususu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Search no resultsI’ve resolved it by myself. In the functions.php I have some code that filter the woocommerce product & page from search, it also filtered everything T_T so I fixed the code and it works perfectly now.
In case someone needed it. These code below will hide product of woocommerce and page in the post search.
/* hide product in search */ add_action( 'init', 'update_my_custom_type', 99 ); function update_my_custom_type() { global $wp_post_types; if ( post_type_exists( 'product' ) ) { // exclude from search results $wp_post_types['product']->exclude_from_search = true; } } /* hide page from search */ function SearchFilter($query) { if (!is_admin() && $query->is_search) { $query->set('post_type', 'post'); } return $query; } add_filter('pre_get_posts','SearchFilter');Thank you,
I’ve justed your plugin with SiteOrigin but had no luck.
The textblock it self work good dependently: https://mrsusu.com/lscontentblock/test-text-block-created-lumisoft/
But when I call it out on other page, all are stalled, you can see the example here: https://mrsusu.com/test-textblock/
- This reply was modified 9 years, 6 months ago by fususu.
Thank you,
I’ve justed your plugin with SiteOrigin and but had no luck.
The textblock it self work good dependently: https://mrsusu.com/lscontentblock/test-text-block-created-lumisoft/
But when I call it out on other page, the CSS all gone, you can see the example here: https://mrsusu.com/test-textblock/
Thanks BlazRobar!
I used v2.4 and you saved me!
Forum: Plugins
In reply to: [OnePress Opt-In Panda] cannot confirm with double-opt-in using mymail pluginAdditional information,
I noticed that there is a difference between the confirmation link of mymail & panda:
Panda sent confirmation link: http://www.fususu.com/test/?confirm&k=c648a56bce567ba5211411129bbb8cd2&f=1
Normal subscribe confirmation link: http://www.fususu.com/newsletter-signup/confirm/c648a56bce567ba5211411129bbb8cd2/1/
Forum: Themes and Templates
In reply to: [Quest] Category/tags not displayI’ve choosed to edit it manually, by removing quest_post_meta… and replace it with manually code T_T
Forum: Themes and Templates
In reply to: Category/tags not displayI’ll post in theme “quest” support π
Forum: Themes and Templates
In reply to: [Quest] Submenu under contentThanks, I’ve remove some of my custom css code, it worked.
Forum: Plugins
In reply to: [Inline Comments] Some bubbles appear at wrong positionSo what should I do?
I cannot delete the code because it is a part of the content.
I’m using SyntaxHighlighter Evolved Plugin.
Me too, it show comment meta
It worked! I tried the slide site selector “.site”! Thank you so much π
you can try it on my new post :
http://phuongss.com/create-awesome-sidebar-menu-without-plugin/I’ve test on Chrome and Firefox
When you logging in, it will jump πI’ve found the way to reproduce the error.
You need to login and do exactly as I did!
Here is a username on my site
+ username : test
+ password : 1234I’ve test many themes. The bubble seems to be at wrong position after some click.