Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #321289

    Hi,

    I have embedded several videos into the video slider without any problem. Now I have created a 1/3 column and dragged a video content into that. Opened the video content, pasted my embed code from Vimeo and at first I see the video and can play it. But, once I hit save draft and go to preview, all I see is the embed code. I am hosting my videos (these are examples of my work) on Vimeo all in h264.mov format, which again works beautifully in the slider. Did I miss a step?

    #321733

    Hi Eileen!

    Thank you for using the Enfold theme.

    You should use the Link url. Open the video on vimeo then click “Share”. Look for the Link field. It looks something like this: http://vimeo.com/1084537

    Best regards,
    Ismael

    #323375

    I did that I was assuming they were not showing since I was still in draft but I’ve published and still same problem. I have not problem at all when I drop video into the sliders so this is really confusing. I drop in the link, can see my video fine but once I hit save and preview the page, all I get is the embed code. I am attaching a link so you can see what I mean.

    http://www.videoportraits.tv/?page_id=74

    Question 2.. Where can I get more information on the Header. I want to know if I can have a Header where the title of my company is boldly across the header and the menu appears underneath it.
    Many thanks.

    #323521

    Hi!

    Can you create us an user? a maintenance mode page is prompted.

    Cheers!
    Josue

    #323688
    This reply has been marked as private.
    #323892

    Hi was hoping to hear back today so I can get my website up did you get a chance to take a look?

    #323931

    Hi!

    You forgot the username to login.
    http://www.videoportraits.tv/wp-login.php

    Best regards,
    Josue

    #323962
    This reply has been marked as private.
    #323985

    Hi,

    You need to put the Vimeo URL there, not the embed code. I fixed it for the first video.

    This:

    http://vimeo.com/72777844

    Not this:

    <iframe src=”//player.vimeo.com/video/72777844?title=0&byline=0&portrait=0″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    Regards,
    Josue

    #324386

    Perfect thank you. I have a few remaining questions can’t figure out.

    1. I want my header menu to look like this: with the name of my company and a tag running on one line and the menu items on a line below. How do I that?
    http://www.tfgsearch.com

    2. On my landing page, I have a video slider with 3 videos. I have it set to autorotation, but it appears that the user has to hit the arrow in order for the video slides to slide. Isn’t there a way to automate this and if so how?

    3. Where do I edit the items in my footer? I want to add a link to my parent company in the footer and get rid of the archives category.

    #324391

    Hi!

    1- Please go to Enfold theme options > Header Layout and choose to display “Logo left, menu below”
    2- Can you post the link to your landing page please?
    3- Please go to Appearance > Widgets and edit Footer Column widget areas and place needed widgets inside them

    Best regards,
    Yigit

    #324558

    Ok Got the menu below thanks:
    Here is the home page link http://www.videoportraits.tv/?page_id=29

    #324578

    Also, I’m trying to get ride of the black box border but not sure how

    #324587

    Sorry scratch the black borders figured that out but the slider only works if you hit the arrow

    2. How do I get rid of the play arrow and stop functions on my videos that are playing the the slider? I have checked the boxes asking them not to show but they are still there and I don’t see them in your demo so I must have missed a setting. Thanks

    #325416

    Hey!

    If you’re using either the full width or full screen slider, edit the video slide then look for the Hide Video Controls. Enable it to hide the video controls.

    Best regards,
    Ismael

    #326676
    This reply has been marked as private.
    #327030

    Hey!

    Thank you for the update. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    1.) Set the Autorotation active? to “Yes”.

    2.) Please give us a sample page with the video.

    3.) Which title? Can you please provide a screenshot?

    4.) You can edit footer widgets on Appearance > Widgets. Look for the Footer – Columns widget area.

    Regards,
    Ismael

    #327139
    This reply has been marked as private.
    #327870

    Hey!

    Sorry. My bad.

    1.) Regarding the video slide, it will stop once you play the video. Unfortunately, it will not automatically resume the autorotation.

    2.) On the sample website, the company title is included on the image logo. If you want to add it as an actual text, use this on functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	return $sub;
    }

    Use this on Quick CSS or custom.css to adjust the position of the title.

    span.subtext {
    position: absolute;
    top: 0;
    left: 100px;
    }

    Regards,
    Ismael

    #328479

    Ok one more question. I have checked the Hide Video controls on my video slides. I have them set to Autoplay on vimeo and also checked the hide controls on vimeo. But every time my page loads and with each slide I get a pause button that comes up then goes away…basically it looks like the video is loading which of course looks awful Any suggestions?

    #328619

    Oh please tell me I entered something wrong. So here is my site: http://www.videoportraits.tv
    But when I go to my iPad as a user it literally comes up with a “Set a mobile device fallback image” warning. What the heck? I don’t want a website with stills since I am a video business and why is a warning showing up on a device I am not logged in as the administrator?

    #328622

    Hey!

    Video backgrounds are disabled on mobiles for compatibility reasons, you can change that though, refer to Peter’s response here:
    https://kriesi.at/support/topic/video-background-mobile/#post-252474
    Best regards,
    Josue

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.