Winter Special Sale! Unlock a 20% OFF on Bundle of 240+ WP Themes & 5 Plugins. Use code "SNOW20"
This Winter, Enjoy a cozy 25% discount on Premium WordPress Themes with the coupon code "WINTER25" at Checkout.

VW Blog Theme

Home Forums VW Theme VW BLOG PRO THEME VW Blog Theme

Viewing 15 posts - 16 through 30 (of 86 total)
  • Author
    Posts
  • #5113
    claylee86
    Participant

    How to remove vwtheme sticky menu?

    #5116
    developer vwtheme
    Participant

    Hi Claylee,
    we are giving you some easy steps and CSS to remove the sticky menu from VW Blog Theme.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    .menubar.scrolled {
    position: static !important;
    }
    If you need any other help please let us know.
    Thanks

    #5117
    developer vwtheme
    Participant

    Hi,
    As per your query, you are not getting any setting on customizer accept widgets.
    Could you please give us a screenshot of customizer so we can check it and give you some solution for that.
    If you want we can check your theme, make a user for us assign administrator role and send us the username and password along with the site URL.
    If you provide us your login details and site URL please mail us on [email protected].
    Thanks

    #5119
    mathieu.fryns
    Participant

    Hi VW Support,

    1) Recently purchased the VW Blog Premium, neither the social icons nor search console is showing up.
    2) I’ve seen to have lost my Social Media Feather plugin, can I install this one instead?

    #5121
    developer vwtheme
    Participant

    Hi Mathieu,
    As per your query, we are giving you some easy steps to show search console and social icons on the homepage.
    Go to Dashboard >> Appearance >> Customize >> Theme Setting >> Header Section >> Open it and you will see radio box with Show / Hide search box >> Just tick it to show on homepage >> Publish.
    Go to Dashboard >> Appearance >> Customize >> Theme Setting >> Social Icons >> Open it add your social Links >> Publish.
    If you need any other help please let us know.
    Thanks

    #5167
    dean
    Participant

    Is there a way to have YouTube videos show at the dimensions designated by the embed code in this theme? It’s making them all the width of the page and roughly 100px tall.

    #5171
    developer vwtheme
    Participant

    Hi,

    Could you please share your URL. We will check and give you the snippet to make it correct size.

    Thanks

    #5172
    developer vwtheme
    Participant

    Hi,

    Add the below code to the Appearance -> Customize -> Additional CSS

    p.copyrighttext {
    display: none;
    }

    Thanks

    #5469
    maillethandmade
    Participant

    hello, 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 … 🙁

    #5480
    developer vwtheme
    Participant

    Hi,

    We are working on it, As soon it will get done we will inform you.

    Thanks

    #5482
    maillethandmade
    Participant

    Hi,

    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.com

    Thank you
    Maillet Handmade Team.

    #5485
    developer vwtheme
    Participant

    Hi Maillet,
    As per your query, we have to review the points given by your side.
    As soon as it’s done we will update you.
    If you need any other help please let us know.
    Thanks

    #5491
    developer vwtheme
    Participant

    Hi Maillet,
    Our team has reviewed the points given by your side.
    For the first point, we are giving you some easy steps and CSS to make large size.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    #header .logo h1 {
    font-size: 40px;
    }
    #header .logo p {
    font-size: 30px;
    }
    Second point owl-carousel, we cannot change its position it is a part of theme design.
    Third point video, yes we know in mobile view it’s not looking good and we have fixed the issue but for now, theme updated is pending.
    As soon as we updated the theme we will let you know.
    If you need any other help please let us know.
    Thanks

    #5494
    maillethandmade
    Participant

    Hello,

    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&#8221; 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.com

    Thank you
    Maillet Handmade Team.

    #5495
    developer vwtheme
    Participant

    Hi Maillet,
    As per your query, we have seen your site and logo is responsive and owl-carousel is not going to get updated it will remain same as it is a part of the design.
    Yes, it’s fine if you are using your own code for the video.
    If you need any other help please let us know.
    Thanks

Viewing 15 posts - 16 through 30 (of 86 total)
  • You must be logged in to reply to this topic.