jiloin
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7 Captcha] How to put Recaptcha in centerHello, use this :
.cf7sr-g-recaptcha > div { margin: 0 auto; }Bye 😉
Forum: Plugins
In reply to: [Slideshow CK] Slideshow missing on a personal themeWell i finnaly re created my theme using underscores.me and now it works, thank you 🙂
Forum: Developing with WordPress
In reply to: Get page title and page contentWell, thanks for the tips, i finnaly re created my theme using the underscores.me templates, now it works, thank you 🙂
Forum: Developing with WordPress
In reply to: Get page title and page contentThanks for your answer, but it shows the content of an article, not the page’s one, i don’t understand why :s
<div id="content"> <?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?> <div class="page" id="page-<?php the_ID(); ?>"> <div class="post_page"> <?php the_content(); ?> <h2><?php the_title(); ?></h2> </div> </div> <?php endwhile; ?> <?php endif; ?> </div>Forum: Plugins
In reply to: [Slideshow CK] Slideshow missing on a personal themeHi, thanks for your answer
I tryed with a different theme, the box appears, even if it’s anormaly empty, at least we’re sure it’s activated, so i guess it comes from my personal theme, but i can’t figure out what’s missing to recognize the shortcode.
Viewing 5 replies - 1 through 5 (of 5 total)