Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your Settings => Permalinks at the backend, ensure that you have “Post name” selected, and then just click save for repopulating the menu links. Try this and let us know how it goes.

    The question is not particularly clear, but let me try to help.

    Firstly, YoutTube is a great place to host your videos. You can also try Vimeo if you want a more professional option. On YouTube, if you prefer, you can set the video’s Visibility to “Unlisted” so it only shows up on your website and not on youtube.

    Secondly, these few plugins might satisfy your needs. Check out

    1. YouTube Gallery – Best YouTube Video Gallery for WordPress <https://wordpress.org/plugins/youtube-showcase/&gt;
    2. Smash Balloon YouTube Feed Pro <https://wordpress.org/plugins/feeds-for-youtube/&gt;
    3. YouTube Showcase <https://wordpress.org/plugins/youtube-showcase/&gt;

    I like how these three plugins give multiple display style options.

    • This reply was modified 4 years, 3 months ago by sosophrank.

    Following the solution above- for the FOOTER, include this code

    <div class="col-md-6 col-sm-12">
    <ul class="social">
    <li class="facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"><a href="https://www.facebook.com/#"><i class="fa fa-facebook"></i></a></li>
    <li class="twitter" data-toggle="tooltip" data-placement="bottom" title="Twiiter"><a href="https://twitter.com/#"><i class="fa fa-twitter"></i></a></li>
    <li class="linkedin" data-toggle="tooltip" data-placement="bottom" title="Linkedin"><a href="https://www.linkedin.com/company/#"><i class="fa fa-linkedin"></i></a></li>
    <li class="youtube" data-toggle="tooltip" data-placement="bottom" title="Youtube"><a href="http://youtube.com/c/#"><i class="fa fa-youtube"></i></a></li>
    <li class="twitter" data-toggle="tooltip" data-placement="bottom" title="gplus"><a href="http://google.com/#"><i class="fa fa-google-plus"></i></a></li>
    </ul>
    </div>

    into line 30 of your FOOTER.PHP so that only the social media icons are visible…

    This guys are not taking this problem seriously enough.

    HERE IS A SOLUTION!

    I Copied this code:

    <div class="col-md-6 col-sm-12">
    <ul class="head-contact-info">
    <li><i class="fa fa-envelope"></i><a href="mailto:info@serranos.com.ng">info@serranos.com.ng</a></li>	<li><i class="fa fa-phone"></i><a href="tel:+2348181008068">+234 (0) 8181008068</a></li>	</ul>
    <ul class="social">
    <li class="facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"><a href="https://www.facebook.com/#"><i class="fa fa-facebook"></i></a></li>
    <li class="twitter" data-toggle="tooltip" data-placement="bottom" title="Twiiter"><a href="https://twitter.com/#"><i class="fa fa-twitter"></i></a></li>
    <li class="linkedin" data-toggle="tooltip" data-placement="bottom" title="Linkedin"><a href="https://www.linkedin.com/company/#"><i class="fa fa-linkedin"></i></a></li>
    <li class="youtube" data-toggle="tooltip" data-placement="bottom" title="Youtube"><a href="http://youtube.com/c/#"><i class="fa fa-youtube"></i></a></li>
    <li class="twitter" data-toggle="tooltip" data-placement="bottom" title="gplus"><a href="http://google.com/+#"><i class="fa fa-google-plus"></i></a></li>
    </ul>
    </div>

    into line 53 of the header.php file (either in inferno or enigma, depending on which theme you are using)

    make changes as you see fit and update (save).

Viewing 4 replies - 1 through 4 (of 4 total)