badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Roberto

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Home page Width #107440
    Roberto
    Participant

    i fixed with this:

    
    @media (min-width: 1600px) {
    	.post-template-default .site-content, .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1500px !important;
    	}
    }
    @media (min-width: 1800px) {
    	.post-template-default .site-content, .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1700px !important;
    	}
    }
    in reply to: Widget option #106735
    Roberto
    Participant

    i fixed.

    in reply to: Widget option #106724
    Roberto
    Participant

    i added offset, it works perfect with slider active but dont show nothing with slider deactive, please help me

    in reply to: Widget option #106688
    Roberto
    Participant

    i tried but don’t works. can you help me? Palese

    in reply to: Top Stories #106327
    Roberto
    Participant

    are you there?

    in reply to: show caption of featured image on post/page #82465
    Roberto
    Participant

    i fixed with plugin.
    thank you very much. 🙂

    in reply to: add telegram icon #81944
    Roberto
    Participant

    thank you 🙂

    in reply to: show caption of featured image on post/page #81383
    Roberto
    Participant

    your widget no use WordPress languege but it saved in PHP file in /inc/

    in reply to: show caption of featured image on post/page #81314
    Roberto
    Participant

    are you there?

    in reply to: show caption of featured image on post/page #81157
    Roberto
    Participant

    No works
    i put:
    require get_stylesheet_directory() . '/inc/newscard-widgets.php';

    i’ve error.

    i want translate the words “populair”, “commented”, “recent” in /inc/newscard-widgets.php

    in reply to: show caption of featured image on post/page #81122
    Roberto
    Participant

    Please help me

    in reply to: show caption of featured image on post/page #81044
    Roberto
    Participant

    the files in inc/ folder have not !function_exists

    in reply to: show caption of featured image on post/page #81024
    Roberto
    Participant

    A last question: how can i override inc folder in child theme?

    in reply to: show caption of featured image on post/page #81003
    Roberto
    Participant

    my code works but your Is graphically better. but it no works so.
    I modify so:

    
    <?php
    $get_description = get_post(get_post_thumbnail_id())->post_excerpt;
    if(!empty($get_description)){//If description is not empty show the div  					
    ?> 
    <figcaption class="featured-image-caption"><?php echo esc_html ($get_description);?></figcaption>
    <?php } ?>
    </figure><!-- .post-featured-image .page-single-img-wrap -->		
    <?php } ?>
    
    .post-featured-image.page-single-img-wrap .featured-image-caption {
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	padding: 7px 25px 7px;
    	font-weight:bold;
    	font-style:italic;
    	color: #ffffff;
    	background-color: black;
    	opacity: 70%
    }
    @media (max-width: 767px) {
    	.post-featured-image.page-single-img-wrap .featured-image-caption {
    		font-size:80%;
    		text-align:center;
    		padding-left: 15px;
    		padding-right: 15px;
    	}
    }
    }
    in reply to: show caption of featured image on post/page #80937
    Roberto
    Participant

    i done it adding in /template-parts/content.php in row 36:

    <?php
    $get_description = get_post(get_post_thumbnail_id())->post_excerpt;
    if(!empty($get_description)){//If description is not empty show the div
    echo ‘<div class=”featured_caption”>’ . $get_description . ‘</div>’;
    }
    ?>

Viewing 15 posts - 1 through 15 (of 19 total)