Forum Replies Created

Viewing 30 posts - 1 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: Google Fonts problem #662274

    I’ve noticed this issue with the update recently myself… I tried to add this in the functions.php still nothing showing up. Last time I added a google font it worked fairly simple.

    if ( !defined('ABSPATH') ){ die(); }
    
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Carter One'] = 'Carter One';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Carter One'] = 'Carter One';
    return $fonts;
    }
    in reply to: How Punch Fonts work w/ theme? #347892

    Oh awesome I was still wondering as to what use I can use this punch font plugin. Thanks for the reply on the topic =D

    I’ve tried several other plugins and so far everything falls short… one of the biggest purchase reasons was for a good simple youtube slider. Which I saw work on mobile at the time then it got pulled off.. I’m hoping someone can help us figure out a more simple solution to the issue.. my client wants to easily add videos to his slider and WP layer slider is way over his head … Cmon. kriesi help us out….

    in reply to: CSS Style and Theme Function Issues w/ WordPress 4.0 #315508

    Another Update now to the current issues – the easy sliders for images now don’t even slide any longer… please any help here? I ran out of ideas how to fix this now.. Anyone else having current issues with the css or scripts?

    in reply to: CSS Style and Theme Function Issues w/ WordPress 4.0 #315287

    Another Update to the issues, is the full screen slider seems to not display correctly has almost a parallax effect to it…

    in reply to: Theme errors #315207

    I’m currently seeing an issue with the images and using the fade in options and also the circle options as well no longer displays on my site.. I’ve disabled the plugins and also re-installed the new updated version of enfold…

    in reply to: Easy Slider – Mobile issue #293974

    I’ve never been able to use this feature on mobile device for a a looong time now, I was hoping for some sort of fix eventually within the theme…

    in reply to: Easy Slider – Mobile issue #293582

    Thanks Dude,

    I have both android and apple based and neither on mobile end work with youtube videos.. So the videos work well on your sliders? The Full Width Easy Slider or just the EasySlider regular? I’ll check out this Master Slider in the meantime thanks again!

    in reply to: Logo Mobile Width Issue #291746

    Thanks Yigit fixed the issue!

    in reply to: LayerSlider WP – Video Linking and Covert Art Issue #287470

    Well I tried both methods and that didn’t work, but I do have to say the old embed codes for vimeo show the preview image for the video but the their new embed codes wont show a preview.. maybe it’s specifically with vimeo? I’m going to try some other vimeo vids to test out and see.

    <!-- This version of the embed code is no longer supported. Learn more: https://vimeo.com/s/tnm --> <object width="623" height="350"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=99894724&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=99894724&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="623" height="350"></embed></object>

    in reply to: LayerSlider WP – Video Linking and Covert Art Issue #287426

    I have a follow up on figuring this video preview – Apparently Vimeo changed their embedded coding, so I used the old embed coding they have which is the following here – <!-- This version of the embed code is no longer supported. Learn more: https://vimeo.com/s/tnm --> <object width="623" height="350"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=99894724&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=99894724&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="623" height="350"></embed></object>

    While the new one here causes a blank box until clicked – <iframe src="//player.vimeo.com/video/99894724?title=0&byline=0"show_portrait=1& width="623" height="350" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    I tried to see if this would work if implemented show_portrait=1& but no go…

    in reply to: Getting Multi Columns using Contact Form 7 #287023

    Well once again I take a -bow- to you dear sir, that fixed it alright!! Thanks :D

    in reply to: Getting Multi Columns using Contact Form 7 #286991

    Oh awesome! Thank you kind sir! Last thing tho I did follow using the command line, buuut there still a good bit of space between the column. If you click on that link I sent privately earlier I updated it with the two columns. I tried to add some padding style in there but nothing effected it. Any solution for that? Much appreciated!

    in reply to: Getting Multi Columns using Contact Form 7 #286529

    What I want is two have two columns for the input fields. I saw a post about this but it was for another different theme, and no luck with the solution you gave.

    Here is the coding for my Contact Form 7 as well.

    <div class=”flex_column av_one_half first”>[text* Name placeholder “Name”]</div>

    <div class=”flex_column av_one_half first”>[tel* contact-number placeholder “Contact Number”]</div>

    <div class=”flex_column av_one_half first”>[email* email placeholder “Email”]</div>

    <div class=”flex_column av_one_half first”>[text Year placeholder “Year”]</div>

    <div class=”flex_column av_one_half first”>[text Make placeholder “Make”]</div>

    <div class=”flex_column av_one_half first”>[text Model placeholder “Model”]</div>

    [textarea comments placeholder “Ask us any questions or comments you have about the damage.”]

    <h5>Upload Picture of the Damage Vehicle for an Accurate Estimate</h5>
    [file upload-pic limit:5242880 filetypes:gif|png|jpg|jpeg]

    [submit]

    in reply to: Getting Multi Columns using Contact Form 7 #286528
    This reply has been marked as private.
    in reply to: Changing the Category Title Order #255375

    Great Thanks :D

    in reply to: How to change the Accordion Title Size? #255374

    Awesome that works!!!

    in reply to: Video Sliders #255212

    Oh awesome and then I can just add that snippet into the iFrame – AWESOME THANKS!!

    in reply to: Video Sliders #255207

    Yeah basically, the slider on the homepage on the top to feature like 3 youtube videos and I really appreciate the help you’ve been great!!

    in reply to: Video Sliders #255203

    Now am I able to have that in the slider? Doesnt need to auto play or anything but just slide to the next youtube video

    in reply to: Video Sliders #255192

    What iFrame is that ? Said what YT provides?

    in reply to: Problems since WP update #254103

    Yes!!! Flushing that Cache did it! Thanks Yigit

    in reply to: Problems since WP update #253294

    Well I know Enfold is running 2.6.4 now so you might need to update the theme, although I have been having a few issues with the new Word Press 3.9 and this theme with the text editor none of the text tools show up anymore, has to be strictly seen through html code… Any Fix ?

    in reply to: Video Sliders #250815

    Also is there no way to have youtube posts on the slide at all? I don’t need them to auto play just a basic slider.

    in reply to: Video Sliders #250800

    I don’t need auto play as long as I can just have it so mobile can play it. Will it slide though to the next video once the user is done with the first video slide?

    in reply to: Video Sliders #249861

    Any word of it returning back at all? I purchased the theme mainly for the reason of videos playing on the mobile.

    in reply to: Re-sizing Categories Font on the Portfolio Grid #240189

    I apologize I see it now, thank you sir!

    in reply to: Re-sizing Categories Font on the Portfolio Grid #240177

    I inserted the code but still didn’t change the font size, I’m talking about the categories that are on top of the image portfolio
    http://shocktp.com/u-f-media/

    in reply to: Fullwidth Easy Slider – Video Questions #239788

    Another quick question is there any other way to have a video slider that will work for mobile in this theme? My client really wanted this feature the most and when is an update coming to fix it?

    Thanks

    in reply to: Fullwidth Easy Slider – Video Questions #239579

    Alright glad to hear it! Thanks for the reply!

Viewing 30 posts - 1 through 30 (of 42 total)