help with video

Discussion in 'Poloray WordPress Theme' started by ysame12, Feb 5, 2015.

Thread Status:
Not open for further replies.
  1. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    1-i paste this code into the first slide image:
    <iframe src="http://ft2mt4.com/wp-content/uploads/2014/12/pvideo4.mp4"width="422"height="224"></iframe>
    the video is on my media files and is playing with no problem but how i can make it to do not autoplay every time that the page is reloaded,i tried already a couple codes but still autoplaying
    2- how i can invert the color of the read more bottons now are white and black text and when hover turn alive green (the color set on my settings) but i would like green all the time and when hover or click white

    3- how i can make no show the box that i show in the pic attached
    thanks
     

    Attached Files:

    • box.PNG
      box.PNG
      File size:
      71.4 KB
      Views:
      3
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey,

    Please provide us URL of your website.

    Thanks,
    Praveen
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey,

    Please send us your website wordpress login details at [email protected]

    Thanks,
    Praveen
     
  4. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    details has been send
    thanks
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    For first issue you have to upload video embed code.
    I have fixed 2nd and 3rd issue please have a look.

    Thanks & Regards
    Pramod
     
  6. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    thanks very much
    one more question how i can remove the 2,3,4 widget from the footer i want enter a custom text but the space for the other 3 do not allow me to use the all footer,
    i try under widget but is like they are fixed there i can't remove it
    thanks
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Ysame12!

    Please replace the whole code of the page given in screenshot(4) with the code given below.
    HTML:
    <div class="grid_6 alpha">
        <div class="footer_widget first">
            <?php if (is_active_sidebar('first-footer-widget-area')) : ?>
                <?php dynamic_sidebar('first-footer-widget-area'); ?>
            <?php else : ?>
                <h4>About This Site</h4>
                <p>A cras tincidunt,  is a  tellus et. Gravida scel sum sed iaculis, is a nunc non nam. Placerat sed hase llus, purus purus elit. </p>
            <?php endif; ?>
        </div>
    </div>
    <div class="grid_18 omega">
        <div class="footer_widget_text">
            Write your text here...
        </div>
    </div>
    
    poloray_footer_widget_replace_with_Text.png


    Thanks,
    Praveen
     
  8. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    i did but i have this error please check attach pict
    thanks
     

    Attached Files:

  9. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    Hey no worries is working now , i did a mistake when replace the code i just replace from line 33 as the picture show ,but after read your instruction that says
    "replace the whole code" i try and work .
    thanks very much
     
Thread Status:
Not open for further replies.

Share This Page