siskoto
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pagesorry about that
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageI don’t have post.php file but page.php and here is the code:
<?php get_header(); ?> <?php get_template_part( 'element', 'getslider' ); ?> <?php get_template_part( 'element', 'pagecaption' ); ?> <!-- THE POST LOOP --> <?php while ( have_posts() ) : the_post(); ?> <?php if(get_custom_field('hide_title') == 'Yes') : else : ?> <h2 class="title"><span><?php the_title(); ?></span></h2> <hr /> <?php endif; ?> <!-- FEATURED IMAGE (optional) --> <?php if(get_option_tree('show_featured_image') == 'Yes') : ?> <?php if (has_post_thumbnail( $post->ID )) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?> <a class="featured-image-insert" href="<?php echo $image[0]; ?>" data-rel="prettyPhoto"> <img class="aligncenter" src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>" /> </a> <br class="clearfix" /> <?php } else {} ?> <?php endif; ?> <?php the_content(); ?> <br class="clearfix" /> <!--<hr />--> <?php wp_link_pages('before=<br /><div id="page-links"><span>Pages:</span>&after=</div><hr />&link_before=<div>&link_after=</div>'); ?> <?php endwhile; ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageyes, I did but it opened the pinterest sharing page and nothing in it. You can see it here:
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageWell, this one did not actually work. I will stick with the standard option given in the plugin. Thanks again for all your help!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageAwesome! You made my life so much better! Thanks!
Is there anything special in the pinterest share link?Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageHey shyne23,
thank you for your feedback! I added the code as you said but it didn’t work. I have no idea about php so I might be missing something.
Thanks!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Use pop Up instead of blank pageHello,
I would like to add the same question. It is quite inconvenient to have the social networks open in a new window because people will most probably never come back to the site. It would be great if you provide us with the required code.
Thanks!
P.S. Awesome plugin!
Forum: Plugins
In reply to: [qTranslate] How to change Header depending on languageHello Marc,
I noticed that you have managed to make your header image change according to the language chosen by the user. I’m trying to do the same with my website. I would appreciate if you share with me how you achieved that. Did you use another plugin?
Thanks,
Silvia
Thanks David! The WP_DEBUG to true did not work but the database global disable made it perfectly. It turns out that that the NextGen Gallery is causing me problems -> I’m using too much memory limit…:( I’m solving this with my hosting provider now.
Thanks again for your quick reply and assistance!
Forum: Plugins
In reply to: [WooCommerce] Selling Travel Service Vouchers – Smart Coupons?Hello Simon,
I’m planning a website like the one you are talking about – exteme gift vouchers. I was wondering if you have managed to find a suitable voucher system. I’m currently looking at:
https://www.wpgiftcertificatereloaded.com/
Have you tried it?
Thanks!