tozix
Forum Replies Created
-
Forum: Plugins
In reply to: [PrestaShop Integration] This website contains cyclic redirectHi, it is no solution for me. ?? But thanks.
Forum: Plugins
In reply to: [PrestaShop Integration] This website contains cyclic redirectCome on. This is not support forum?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] shortcode in single.phpIt works super. Thank you very much. ??
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] shortcode in single.phpSry in content-single.php
And here is the whole code:
<?php /** * @package Netmail.eu */ get_header(); ?> <div id="page-content"> <header id="content-visual"> <?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'full', true); ?> <?php if ( in_category( 'case-studies' ) || in_category( 'pripadove-studie' ) ) { // They have long trunks... ?> <div class="visual-wrap visual-one"></div> <?php } else { ?> <div class="visual-wrap visual-one" <?php if (strpos($thumb_url[0],'default.png') == false) { ?>style="background-image:url('<?php echo $thumb_url[0]; ?>');" <?php } ?>></div> <?php } ?> <div class="visual-inner"> <div class="container"> <div class="visual-inner-wrap"> <div class="visual-newsletter"> <?php if (ICL_LANGUAGE_CODE == 'en') {echo do_shortcode( '[salesforce form="12"]' ); } if (ICL_LANGUAGE_CODE == 'cs') {echo do_shortcode( '[salesforce form="11"]' ); } ?> </div> <!--<ul class="visual-breadcrumb list-inline list-unstyled"> --> <?php //if(function_exists(simple_breadcrumb)) {simple_breadcrumb();} ?> <!--</ul> --> </div> </div> </div> <div class="visual-triangle"> <div class="left-triangle"></div> <div class="right-triangle"></div> </div> </header> <div class="collection-segment"> <div class="container"> <div class="row"> <div class="col-sm-8 col-sm-offset-2 col-md-7 col-md-offset-1 col-lg-6 col-lg-offset-0 col-lg-push-3"> <div class="row"> <div class="col-sm-12 col-md-11 col-lg-12 collection-article-category"> <?php if (ICL_LANGUAGE_CODE == 'en') { ?><span>Article</span><?php } ?> <?php if (ICL_LANGUAGE_CODE == 'cs') { ?><span>?lánek</span><?php } ?> </div> </div> <div class="row collection-detail-right-line"> <div class="col-sm-12 col-md-11 col-lg-11"> <div class="collection-detail-title"> <h1><?php the_title(); ?></h1> </div> <div class="collection-detail-info"> <div class="perex"> <p><?php the_excerpt(); ?></p> </div> <?php get_template_part( 'inc/inc', 'article-share-buttons' ); ?> </div> <!-- /collection-detail-info --> <div class="collection-detail-content"> <?php the_content('',FALSE,''); ?> <div class="author"> <?php if (in_category('blog')) : ?> <p><?php the_date(); ?></p> <?php endif; ?> <?php if (in_category(array( 'blog', 'events-webinars' ))) : ?> <!--<?php icl_post_languages(); ?>--> <?php endif; ?> </div> </div> <!-- /collection-detail-content --> <div class="collection-detail-info"> <?php get_template_part( 'inc/inc', 'article-share-buttons' ); ?> </div> <!-- /collection-detail-info --> <div class="collection-detail-paging hidden"> <div class="page-left"> <a href="<?php previous_posts_link(''); ?>"><span class="fa fa-arrow-circle-left"></span></a> </div> <div class="page-right"> <a href="<?php next_posts_link(''); ?>"><span class="fa fa-arrow-circle-right"></span></a> </div> </div> <!-- /collection-detail-info --> </div> </div> </div> <!-- /article detail - middle column --> <div class="col-lg-3 col-lg-pull-6 hidden-xs hidden-sm hidden-md"> <div class="row"> <div class="col-lg-12 collection-narrow-title"> <?php if (ICL_LANGUAGE_CODE == 'en') { ?><h2>More topics</h2><?php } ?> <?php if (ICL_LANGUAGE_CODE == 'cs') { ?><h2>Dal?í témata</h2><?php } ?> </div> </div> <div class="row"> <div class="col-lg-12 collection-category-list"> <menu type="toolbar" class="category-list list-unstyled"> <?php the_tags('<li>','</li><li>','</li>'); ?> </menu> </div> </div> </div> <!-- /collection-category-list --> <div class="col-sm-6 col-sm-offset-3 col-md-3 col-md-offset-0 col-lg-3"> <div class="row"> <div class="col-lg-12 collection-narrow-title"> <?php if (ICL_LANGUAGE_CODE == 'en') { ?><h2><span class="fa fa-paperclip"></span> Related</h2><?php } ?> <?php if (ICL_LANGUAGE_CODE == 'cs') { ?><h2><span class="fa fa-paperclip"></span> Související</h2><?php } ?> </div> </div> <div class="row"> <div class="col-lg-12 collection-narrow-list"> <?php echo do_shortcode('[related-items]'); ?> </div> </div> </div> <!-- /collection-narrow-list --> </div> <!-- /row --> </div> </div> <!-- /collection-segment --> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Product Enquiry for WooCommerce] rename button textThanks. I have another one question. How can i translate this label with wpml?
Forum: Plugins
In reply to: [WooCommerce] Adding a custom special fieldI add custom field as described in this manual https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/ . And my question is. Is is possible change position this “custom field”? I need to place (custom field) it below the input name.
Look screen https://upload.simplydesign.sk/users/tozi/Screenshot-2014-04-02_04-01-31tadyyyy.jpg
Forum: Plugins
In reply to: [WooCommerce] Adding a custom special fieldI have to end it there posted. But I wonder how to change position of the field in checkout. My web https://www.cakeshopplzen.cz/.
Forum: Plugins
In reply to: [Product Enquiry for WooCommerce] IE9 doesn't work module.
Forum: Plugins
In reply to: [Product Enquiry for WooCommerce] IE9 doesn't work moduleThanks. Solved.
Forum: Plugins
In reply to: [Product Enquiry for WooCommerce] position of buttonNobody can help?
Forum: Plugins
In reply to: [WooCommerce] How to change Add to Cart button to a Read More button?Hi all, this code help me. But i have one question. I have shop with wpml. How can i translate the text in button? This code does not take me there. _e(‘Detail’,’theme-text-domain’).
Forum: Plugins
In reply to: [WP SlimStat Shortcodes] display shortcodes and another questionI search. But I have not found. So what is the solution?
I have the same problem. Someone solve it?