DW Question Answer problem

Posted in: Newspaper
Post count: 54

Hi
as you see :
http://prntscr.com/3hzvic

there is problem in width on that plugin with your theme !
so how do make width ?

i do all the steps here : http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration

so the problem on width still not fixed >>

help please

Post count: 54

So i need sidebar on that page too !!!
Can you help please ?

Post count: 780

Hi,

can you please give me an url and I will have a look. I’m sorry for all the problems with our theme. If you want we can give you the money that you payed for it back.

Radu O.

Post count: 54

No my Friend Radu , I love your theme , and there is no problem with your theme ,
all the story is :
the DW Question & Answer Plugin , for Q & S , I want Style integration with your theme to show sidebar of the Newspaper theme .

the instructions of told :

Step 2 Edit Content Wrapper files

Open up the landing page file of your theme (normally it’s page.php file in themes/[theme-name] folder) in notepad or any code editor, you can see this as a content wrapper of the webpage.

<header class="page-header">
    <h1 class="page-title"><?php the_title(); ?></h1>
</header>        
<div class="container-fluid">
    <div class="entry-content">
        <?php the_content(); ?>
        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'dw-simplex' ) . '</span>', 'after' => '</div>' ) ); ?>
    </div>
</div>

Now, based on the content wrapper of the theme, let’s add some code to our content-start-wrapper.php file, for example here:

<?php if( is_page() ) { ?>
<header class="page-header">
    <h1 class="page-title"><?php _e( 'Question & Answer', 'dw-simplex' ); ?></h1>
</header>
<?php } ?>
<div class="container-fluid">
    <div class="entry-content">

so i want your advice for good Style_integration on your theme <

I don’t want my money back , I love your theme , thank you Radu

iha

Post count: 780

Hi,

I’ve asked for a url to your site. Wp-admin access will also help. Please send that to contact@tagdiv.com and add a link to this forum post so we know about the issue and we will have a look and see if we can fix that.

Thanks,
Radu O.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.