geetsingh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: not getting a box outside text<?php
/* Template Name: Home */
get_header();if (have_posts()) : while (have_posts()) : the_post();
?><div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>
<?php if ( comments_open() || have_comments() ) {?>
<span class=”comments”><?php comments_popup_link(‘0’, ‘1 ‘, ‘%’); ?></span>
<?php }?>
<div class=”clearfix page-title-border-bottom”></div><div class=”post-wrap”><?php the_content(); ?></div>
<?php wp_link_pages(
array( ‘before’ => ‘<p class=”pages-links”>’ . __(‘Pages:’,’grisaille’),
‘after’ => ‘</p>’,
‘next_or_number’ => ‘number’,
‘nextpagelink’ => __(‘Next page’,’grisaille’),
‘previouspagelink’ => __(‘Previous page’,’grisaille’),
‘pagelink’ => ‘%’)); ?></div>
<?php
if ( comments_open() || have_comments() ) {
comments_template();
}
?><div class=”wrapper” id=”skipCont”></div>
<section id=”fontSize” class=”wrapper body-wrapper “>
<div class=”bg-wrapper top-body-wrapper”>
<div class=”container body-container”>
<!–<div class=”top-body-wrapper-right clearfix”>
<div class=”minister”>
<img src=”themes/images/minister1.png”>
<h4>Hon’ble Minister <span>Sh. Jagat Prakash Nadda</span></h4>
</div>
<div class=”minister”>
<img src=”theme/images/minister2.png”>
<h4>Hon’ble Secretary DHR <span>Sh. Bhanu Pratap Sharma</span></h4>
</div>
</div>–>
<div class=”top-body-wrapper-left”><h2>Schemes under Department of Health Research</h2>
<div class=”sceme-list clearfix”>- <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/li1.png” alt=””/>
<p>Establishment of a network of Laboratories for Managing Epidemics and Natural Calamities</p> - <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/li3.png” alt=””/>
<p>Establishment of Model Rural Health Research Units in the States </p> - <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/li2.png” alt=””/>
<p>Establishment of Multi-Disciplinary Research Units in Government Medical colleges/Research Institutions </p> - <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/li4.png” alt=””/>
<p>Grant-in-aid Scheme for Inter -Sectoral Convergence & Coordination for Promotion and Guidance on Health Research</p>
View More
</div><div class=”clearfix”>
<div class=”callforapp”>- <img src=”<?php bloginfo( ‘template_directory’ ); ?>/theme/images/icon1.png” alt=””/>
<h3>Call for applications/nominations</h3>
<p>for the post of Director General, Indian Council of Medical Research (ICMR)-cum-Secretary, Department of Health Research
<span>Last Date: June 17, 2015</span></p> - <img src=”<?php bloginfo( ‘template_directory’ ); ?>/theme/images/icon2.png” alt=””/>
<h3>Report of the High Power Committee</h3>
<p>Indian Council of Medical Research New Delhi</p> - <img src=”<?php bloginfo( ‘template_directory’ ); ?>/theme/images/icon3.png” alt=””/>
<h3>
Hon’ble Minister
Hon’ble Secretary DHR
</h3>
</div>
</div>
</div>
</div><div class=”bg-wrapper bottomPanel”>
<div class=”container”>
<article>
<p>Department of Health Research (DHR) aims at bringing modern health technology to people by <b>encouraging innovations</b> related to diagnostics, treatment methods as well as prevention- vaccines; <b>translating the innovations into products/ processes</b> by facilitating evaluation/ testing in synergy with other depart ments of MOH&FW as well as other science departments and <b>introducing these innovations into public health</b> service through health systems research.</p>
</article>
<div class=”right_bar”>- <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/national_g.png” alt=””/>
<p>National Guidelines for Stem Cell Research (2013) </p>
VIEW MORE - <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/twelth.png” alt=””/>
<p>Twelfth Plan Proposals (2012-2017, DHR) </p>
VIEW MORE
</div>
</div>
</div>
</div><div class=”bg-wrapper galleryPanel”>
<div class=”container”>
<div class=”gallery”>
<header>
<h2>Photo Gallery</h2>
View All
</header>
<div id=”galleryCarousel” class=”flexslider”>
<ul class=”slides”>
<li data-thumb=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-01.jpg”><img src=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-01.jpg” />
<li data-thumb=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-02.jpg”><img src=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-02.jpg” />
<li data-thumb=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-03.jpg”><img src=”<?php echo get_template_directory_uri(); ?>/theme/images/gallery/g-03.jpg” /></div>
</div>
<div class=”connecting-bharat”>
<h2>Important links</h2>- RFD for DHR (2014-2015)
- Year-End achievements of RFD for 2013-14
- Alternative System of Medicine
- National Apex Committee for Stem Cell Research and Therapy (NAC-SCRT)
- Action Plan to mitigate potential areas of corruption in DHR/ICMR
- Constitution of an Empowered Committee relating to the proposed ICMR Research Centre at Bhopal
VIEW MORE </div>
</div>
</div><section class=”wrapper carousel-wrapper”>
<div class=”container carousel-container”><ul class=”slides”>
- <img src=”<?php echo get_template_directory_uri(); ?>/theme/images/india-gov.png” alt=””>
- <img src=”<?php echo get_template_directory_uri(); ?>/theme/images/data-gov.png” alt=””>
<img src=”<?php echo get_template_directory_uri(); ?>/theme/images/makeinindia.png” alt=””>
<img src=”<?php echo get_template_directory_uri(); ?>/theme/images/incredible-india.png” alt=””>- <img src=”<?php echo get_template_directory_uri(); ?>/theme/images/mygov.png” alt=””>
- <img src=”<?php echo get_template_directory_uri(); ?>/theme/images/pmnrf.png” alt=””>
</div>
</section><?php
endwhile; else: ?>
<?php
endif;
get_footer();
?>hey. this is the whole code. please can you find errors in it as m not a computer science person. i have no idea of all this. thank you. help needed ASAP
Forum: Fixing WordPress
In reply to: not getting a box outside texthello all. actually the problem is there is a box outside this pic. the picture is white in colour. it is available by this code but the box is not coming outside the picture therefor the image is not visible. i wish i could send you the screenshot of how the pic is supposed to be.
Forum: Fixing WordPress
In reply to: not getting a box outside textwell, i tried that before but it wasn’t helpful. i tried again but there was no change. 🙁
- <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/theme/images/li1.png” alt=””/>