Forum Replies Created

Viewing 10 posts - 21 through 30 (of 55 total)
  • Author
    Posts
  • in reply to: Displaying the slider on tablets #30628

    Thanks.
    Everything works

    in reply to: Displaying the slider on tablets #30623

    Thanks.
    Now there is another problem, see screenshot

    Attachments:
    You must be logged in to view attached files.
    in reply to: Displaying the slider on tablets #30618

    Hello.
    We have a problem with z-index. Cart is not displayed when you click.
    Please help

    Attachments:
    You must be logged in to view attached files.
    in reply to: Displaying the slider on tablets #30375

    Yes, thanks

    in reply to: Displaying the slider on tablets #30364

    Thanks

    in reply to: Displaying the slider on tablets #30315

    One question.
    Need to activate a child theme? As in the screenshot
    Maybe this is the reason

    Attachments:
    You must be logged in to view attached files.
    in reply to: Displaying the slider on tablets #30303

    It’s not working.
    It is possible to add this code to the original functions.php?

    in reply to: Displaying the slider on tablets #30280

    It’s not working. In attachment added screenshots
    Perhaps the code is not correct?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Displaying the slider on tablets #30277

    Tell me how to create a child theme for self-editing styles? Please

    in reply to: Displaying the slider on tablets #30276

    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

Viewing 10 posts - 21 through 30 (of 55 total)