Jump to content
php.lv forumi

Custom pulkstenis uz WP


pelmenis007

Recommended Posts

Sveiki,

Vēlējos šajai lapai, kura balstīta uz Wordpress, uzlikt sākumlapā kādu analogu pulksteni nesaistītu ar wordpress (neiejaucoties pie nekādiem pluginiem utt), jo vēlos tam pulkstenim uzlikt atsevišķu custom vietu sākumlapā. Respektīvi, kā būtu iespējams to izdarīt? Ar kādiem div id un pēc tam uzlikt css failā speciālu vietu, kur vēlos to novietot?

Vēlos to pulksteni novietot šādi

top:30px;
right:5px;

 

Varbūt kāds var palīdzēt?

Paldies. :)

Link to comment
Share on other sites

Atkarībā, kur tuviņū gribi novietot?

Liec, jebkur lielajā div' wrapperī un tad ar position: absolute;

norādot top un left argumentus pozicionē.

 

Btw, tev tač citā lapā rādāš tas pulkstenis zem menuča.

Edited by waplet
Link to comment
Share on other sites

Ā, lapās parādās pulkstenis, ja ieslēdz flash.

Nesaprotu, kam vajadzīgs mājaslapā pulkstenis, ja man datorā ir pulkstenis.

Pulkstenis mājaslapā ir tipa "Eu, paskaties cik jau pulkstenis un ātrāk pamet šo lapu un ej gulēt"

Link to comment
Share on other sites

Kurā failā to div'u man bāzt?

 

 

Page.php (wp-content/themes/nosaukums)

 

<?php get_header() ?>
<div id="bg">
<?php get_template_part('mobile-menu') ?>
<div id="top_bg"></div>
<div id="holder">
 <?php get_template_part('aside') ?>
 <div id="content">   
  <div class="article_box p">
   <div class="article_t"></div>
   <div class="article b">
 <?php
 if( !post_password_required() ):
  if( have_posts() ): ?>
   <?php while( have_posts() ): the_post(); ?>
    <?php get_template_part('content', 'page') ?>
   <?php endwhile ?>
  <?php
  endif;
 else:
  echo get_the_password_form();
 endif; ?>
   </div><!-- .article b end -->
   <div class="article_b"></div>
  </div>
 </div>
</div>
</div>
<?php get_footer() ?>

 

Šajā failā vai citā?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...