• Hi,

    in wp-admin I go to questions/settings/general and check the option “Display status icon on the left side.” I have disabled avitars from discussion wp-admin/settings/discussion. However, I do not get the status icons on the left, there is just an empty space. I’ve inspected the html and there isn’t an element there, just:
    .dwqa-questions-list
    -.dwqa-question-item
    –.dwqa-question-title
    –.dwqa-question-meta
    –.dwqa-question-stats
    no errors on the console.

    Any help would be appreciated.

    Thanks, Jamie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi Jamie,
    Thanks for contacting DesignWall.

    Please go to Dashboard > Questions > Settings > check option Display status icon on the left side > Save changes

    If you need more assistance, feel free to reach out.

    Thread Starter jman057

    (@jman057)

    Hi, thanks for your reply, I have already done that and still nothing.

    Also, it might help to know that I have this on a custom template using
    <?php echo do_shortcode('[dwqa-list-questions]'); ?>
    I am also not using `<?php get_header(); ?>’ on this template and have loaded the assets traditional way (successfully).

    Is there a workaround?

    I am also having trouble after posting a question as the shortcode is displaying as text on the front end rather than rendering.

    Many thanks in advance.

    Jamie

    Plugin Author DesignWall

    (@designwall)

    Hi,
    About the status icon on the left question, you can send me your site URL for further checking.
    You can add the following code to your page-template:

    
    <?php
    /**
     * Template Name: Your page Templates name
     *
     * @package WordPress
     * @subpackage Twenty_Fourteen
     * @since Twenty Fourteen 1.0
     */
    

    If you want to show the header, you can use the following code:

    
    <?php
    /**
     * Template Name: Your page Templates name
     *
     * @package WordPress
     * @subpackage Twenty_Fourteen
     * @since Twenty Fourteen 1.0
     */
    get_header(); ?>
    

    About the content, you can copy code from the page.php file and custom it as you want to show on this page. you can use the shortcode in the previous answer to insert to this page in any position that you want.

    – About this issue “I am also having trouble after posting a question as the shortcode is displaying as text on the front end rather than rendering.”
    ===> Please let me know detail about it.

    • This reply was modified 7 years, 4 months ago by DesignWall.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show status icon on left’ is closed to new replies.