Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jahur

    (@jahur)

    template code is here

    <?php
    /**
     * Template Name: Project-template-mastercustom
     *
     */
    ?>
    <?php get_header(); ?>
    
    <div id="main" class=" container" style="background:#222222;">
    <div class="container wrap">
    
    <div class="row smallwrap" style="width:100%; height:auto;">
    
    <div class="col dimfull"  style="height:auto;">
    <div class="col dim3 pull-left" style=" height:auto;  margin-top:0px;">
    <ul id="sidebar_custom_menu">
    	<?php if ( dynamic_sidebar('project_sidebar_menu') ) : else : endif; ?>
    </ul>
    
    <?php // if ( dynamic_sidebar('project_sidebar_menu') ) : else : endif; ?>
    </div>
    <div class="content">
    <?php  if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    
    <div class="col dim7 pull-right" id="ajaxloadcustom">
    <h2><?php the_title();?></h2>
    <?php the_content(); ?>
    
    <?php endwhile; ?>
    <?php endif; ?>
    
    </div>
    </div>
    </div>
    </div>
    </div>
    
    <div class="sugar-container " data-speed="1" data-offsety="0" style=" height:100%;">
    <div id="main" class=" container" style="background:#45BBDF"; >
    <div class="container wrap">
    <div class="proj_dscrptn col dim7 pull-right" style="height:auto; float:right;  margin-top:30px; margin-right:20px; font-size: 17px; font-family:'Droid Sans', Arial, sans-serif;">
    
             <?php   $my_meta = get_post_meta($post->ID,'_my_meta',TRUE); ?>
    
             <?php echo '<div style="width:90%; margin:10px 25px -15px 25px;"><h3>' . $my_meta['name'] . '</h3></div>'; 
    
           echo  '<div style="width:90%; margin:25px; height:auto; overflow: hidden; color: #ffffff;  font-size: 17px;">' .   $my_meta['description'] . '</div>'; ?>
    
     </div>
    
    </div>
    </div>
    </div>
    <?php get_footer(); ?>
    Thread Starter jahur

    (@jahur)

    Hi esmi
    Can you tell me the mechanism of translation. How it works?

    Thread Starter jahur

    (@jahur)

    I read it before. Where do I get POT file? Where do I place the file?

    If any expert review my theme it will help me a lot.

    Thread Starter jahur

    (@jahur)

    Thanks marco!
    Can you tell me how do I do that. How do I solve my problem? Any plugins for wp.

    Thread Starter jahur

    (@jahur)

    I changed the code. but it is not working. There is no spelling mistake and ourconcept.php is there.

    <span id="enter"><code><a href="<?php echo home_url(); ?>/ourconcept.php">> ENTER <</a></code></span></p>

    Thread Starter jahur

    (@jahur)

    Hi J,

    IT’S WORKING!!! thanks a lot. ??

    Jahur

    Thread Starter jahur

    (@jahur)

    Thanks Lachlan. It is working exactly that I want.

    Thanks again. ??

    Thread Starter jahur

    (@jahur)

    I want to add a privacy policy page in footer area.

    Thread Starter jahur

    (@jahur)

    Problem solved

Viewing 9 replies - 1 through 9 (of 9 total)