Forum Replies Created
-
AuthorPosts
-
Thanks.
Everything worksThanks.
Now there is another problem, see screenshotAttachments:
You must be logged in to view attached files.Hello.
We have a problem with z-index. Cart is not displayed when you click.
Please helpAttachments:
You must be logged in to view attached files.Yes, thanks
Thanks
One question.
Need to activate a child theme? As in the screenshot
Maybe this is the reasonAttachments:
You must be logged in to view attached files.It’s not working.
It is possible to add this code to the original functions.php?It’s not working. In attachment added screenshots
Perhaps the code is not correct?Attachments:
You must be logged in to view attached files.Tell me how to create a child theme for self-editing styles? Please
Please attach and check the functions file.php
if ( ! function_exists( 'jas_gecko_social_share' ) ) { function jas_gecko_social_share() { global $post; $src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), false, '' ); ?> <div class="social-share"> <div class="jas-social"> <a title="<?php echo esc_html__( 'Share this post on Facebook', 'gecko' ); ?>" class="cb facebook" href="http://www.facebook.com/sharer.php?u=<?php esc_url( the_permalink() ); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=380,width=660');return false;"> <i class="fa fa-facebook"></i> </a> <a title="<?php echo esc_html__( 'Share this post on Twitter', 'gecko' ); ?>" class="cb twitter" href="https://twitter.com/share?url=<?php esc_url( the_permalink() ); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=380,width=660');return false;"> <i class="fa fa-twitter"></i> </a> <a title="<?php echo esc_html__( 'Share this post on Google Plus', 'gecko' ); ?>" class="cb google-plus" href="https://plus.google.com/share?url=<?php esc_url( the_permalink() ); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=380,width=660');return false;"> <i class="fa fa-google-plus"></i> </a> <a title="<?php echo esc_html__( 'Share this post on Pinterest', 'gecko' ); ?>" class="cb pinterest" href="//pinterest.com/pin/create/button/?url=<?php esc_url( the_permalink() ); ?>&media=<?php echo esc_url( $src[0] ); ?>&description=<?php the_title(); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> <i class="fa fa-pinterest"></i> </a> <a title="<?php echo esc_html__( 'Share this post on Tumbr', 'gecko' ); ?>" class="cb tumblr" data-content="<?php echo esc_url( $src[0] ); ?>" href="//tumblr.com/widgets/share/tool?canonicalUrl=<?php esc_url( the_permalink() ); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=540');return false;"> <i class="fa fa-tumblr"></i> </a> </div> </div> <?php } }
Which you gave earlier
-
AuthorPosts