DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] add sidebarHi,
Please send me your site for further checking.
Regards,
Dominic from DesingWall team.Forum: Plugins
In reply to: [DW Question & Answer] Not saving formated textMy pleasure! If you have any issue please let me know, we will check and help you resolve it.
Forum: Plugins
In reply to: [DW Reactions] No reactions shown at Timeline ExpressHi,
I have checked on our timeline site and it still works fine. Very hard, to help you while I can not access and check your site.
In your case, you can use the shortcode of the reaction plugin and put in the file.
Add anywhere below it (The place you want Reactions to show):<?php if (function_exists('dw_reactions')) { dw_reactions(); } ?>.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] RTL the displayHi,
You can add the following code to the style.css file:.dw-reactions-button { float: right; }Hope this helps!
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Knowledge Base] Search Box PlaceholderHi,
You can open the template-tags.php file and find the line 147.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Not saving formated textHi,
We have fixed and released the latest version of the plugin in this morning, you can update and help us check this issue.
Regards,Forum: Plugins
In reply to: [DW Question & Answer] DQWA is removing all formatting in the front end.Hi,
We have fixed and released the latest version of the plugin in this morning, you can update and help us check this issue.
Regards,Forum: Plugins
In reply to: [DW Question & Answer] Code for ask a question text boxTo resolve the time issue on your site you can do the following solution:
About list question page, you can open the content-question.php file, find line 17.
Replace it with the following code:$time = human_time_diff( get_post_time( 'U' ), current_time('timestamp'));you can open the content-single-question.php file and find the line 19.
Replace the following code:<?php printf( __( '<span>%s%s %s asked %s ago</span>', 'dwqa' ), dwqa_get_author_link( $user_id ), get_avatar( $user_id, 48 ), dwqa_get_author(), dwqa_print_user_badge( $user_id ), human_time_diff( get_post_time( 'U' ) ) ) ?>With new code:
<?php printf( __( '<span>%s%s %s asked %s ago</span>', 'dwqa' ), dwqa_get_author_link( $user_id ), get_avatar( $user_id, 48 ), dwqa_get_author(), dwqa_print_user_badge( $user_id ), human_time_diff( get_post_time( 'U' ), current_time('timestamp') ) ) ?>Regards,
Dominic from DesignWall Team.Forum: Plugins
In reply to: [DW Reactions] supports rtlHi,
At the moment, our plugin does not support RTL. However, you can send me your site, I will check and help you resolve this issue.
Also, please let me know detail about the change that you want to make it.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] How to add my own iconsHi,
Please accept my apology for the delay in getting back to you.
At the moment, you can not add more emotions. However, we are planning to update this feature to the setting of the plugin.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] PHP insert just for countHi,
Please accept my apology for the delay in getting back to you.
Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this problem. We will discuss it.
Any your suggestion will make our product become better and better.
Regards,
Dominic from DesignWall team.Hi,
Please accept my apology for the delay in getting back to you.
You can open the class.main.php file then fine the line 127.
Regards
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] How to change the text (localize) above the iconsHi,
Please accept my apology for the delay in getting back to you.
You can open the class.main.php file and find the line 127 to line 135.
Or you can use the dw-reactions.pot file to translate the language.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Reactions not working in the home pageHi,
Please accept my apology for the delay in getting back to you.
you can send me your site for further checking. I have checked on our demo and see that it still working fine.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Not saving formated textHi,
I have checked on our demo and it’s bug come from the plugin, we are checking and fix some issue/bug and we will update this issue in the next version of the theme.
Regards,
Dominic from DesignWall team.