Forum Replies Created
-
AuthorPosts
-
maillethandmadeParticipant
some news for my problem?
HI,
i found another problem,
the touch area of the menu, in smartphone mode, is not centered on the icon,
but it is only the upper left side of the icon
how do I correct it?
https://photos.app.goo.gl/GMFFw51SNzm9LzeV8maillethandmadeParticipantHI,
i found another problem,
the touch area of the menu, in smartphone mode, is not centered on the icon,
but it is only the upper left side of the icon
how do I correct it?
https://photos.app.goo.gl/GMFFw51SNzm9LzeV8maillethandmadeParticipantHello,
Ok, for the size I’ve applied your patch, but it’s not responsive
Ok, for the owl-carousel I’ll wait for an update
for the video I solved this way:
I deleted the owl-carousel from videos.php and I changed it like this:
<section id=”videos” style=”<?php echo esc_attr($about_backg); ?>”>
<div class=”container”>
<div class=”head”>
<?php if(get_theme_mod(‘vw_blog_pro_our_video_title’,true != ”)){?>
<h3><?php echo esc_html(get_theme_mod(‘vw_blog_pro_our_video_title’, __(‘Check out some tips’,’vw-blog-pro’))); ?></h3>
<?php }?>
<?php if(get_theme_mod(‘vw_blog_pro_our_video_subtitle’,true != ”)){?>
<p><?php echo esc_html(get_theme_mod(‘vw_blog_pro_our_video_subtitle’, __(‘Lorem Ipsum is simply dummy text of the printing’,’vw-blog-pro’))); ?></p>
<?php } ?>
</div><div class=”videoyoutube”>
<iframe src=”https://www.youtube.com/embed/8-TpnW0CwmI” width=”auto” height=”auto” frameborder=”0″ allowfullscreen=”allowfullscreen”>
</iframe>
<div class=”video_title”>
<?php if(get_theme_mod(‘vw_blog_pro_our_video_contenttitle’.$i,true != ”)){?>
<p><?php echo esc_html(get_theme_mod(‘vw_blog_pro_our_video_contenttitle’.$i, __(‘This is the video title’,’vw-blog-pro’))); ?></p>
<?php } ?>
</div></div>
</section>I added this css:
.videoyoutube {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}.videoyoutube iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}if you want to see
website: maillethandmade.comThank you
Maillet Handmade Team.maillethandmadeParticipantHi,
I have several questions:
1, How do I change the size of the domain name in the main banner?
I would like 2 sizes, so that it is responsive.2, how do I enable the loop in owl-carousel, in which I go around and not backwards?
3, I found another problem,
I inserted the video in the bottom of the home, but when you then view it with mobile, the video does not fit, how do you correct?if you want to see
website: maillethandmade.comThank you
Maillet Handmade Team.maillethandmadeParticipanthello, I tried a few days ago thema blog for free, then I decided to buy it, now the bar to leave a comment in the wordpress dashboard is always present and it bothers me, how do you take it off?
I had left feedback yesterday, but it was canceled … 🙁 -
AuthorPosts