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
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
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.
