jahur
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Fixing WordPress
In reply to: complex menu codingtemplate 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(); ?>
Forum: Plugins
In reply to: making translation theme readyHi esmi
Can you tell me the mechanism of translation. How it works?Forum: Plugins
In reply to: making translation theme readyI 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.
Forum: Plugins
In reply to: can not configure cimy swift in my websiteThanks marco!
Can you tell me how do I do that. How do I solve my problem? Any plugins for wp.Forum: Fixing WordPress
In reply to: wordpress internal linking for a theme created by meI 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>
Forum: Themes and Templates
In reply to: footer css problemHi J,
IT’S WORKING!!! thanks a lot. ??
Jahur
Forum: Fixing WordPress
In reply to: Don't want to show the page titleThanks Lachlan. It is working exactly that I want.
Thanks again. ??
Forum: Fixing WordPress
In reply to: Privacy policy page problemI want to add a privacy policy page in footer area.
Forum: Themes and Templates
In reply to: Theme installation problem: Fatal ErrorProblem solved
Viewing 9 replies - 1 through 9 (of 9 total)