Forum Replies Created

Viewing 30 posts - 181 through 210 (of 265 total)
  • Author
    Posts
  • in reply to: Video size and related video issues #579937

    @Vinnie
    Thanks for the reply, unfortunately it doesn’t work.
    Whether it is in the css applied to videos or in the actual code it works only for the width and doesn’t hold for the height.

    Example
    <iframe src="https://www.youtube.com/embed/0Ua7I1ILoJw?rel=0" width="100%" height="auto" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

    Using the widget in Enfold doesn’t let you add the inportant ?rel=0 code to a YouTube video and using the iframe code doesn’t let you make it responsive.

    Thanks
    Jon

    in reply to: Video size and related video issues #577993

    Getting back to the original question on the thread, it should be noted that if you use the iFrame method above the video will not be responsive.

    Is there some CSS that I can add in to used the embed code that allows ?rel=0 while also forcing it to re-size responsively?
    The Visual Composer editor allows it but Enfold’s Avia does not.

    Thanks

    in reply to: Enfold Showcase #577706

    @jpdesigncomm,

    Hey Jeff, really nice use of the slider on the header.
    If you compress your background image at http://www.tinyjpg.com it goes from 430kb to 180kb, so I would do that for sure.
    Also it has a graphic that says, use our online inquire form, but it doesn’t link anywhere. Was confused by that.

    What plugin did you use for the Nearest To Me and the Chat?

    in reply to: Captcha for Blog Comments #576325

    works perfect, I somehow missed value_verifier_label when I inspected the element.
    Thanks a ton
    Jon

    in reply to: Captcha for Blog Comments #576038

    Yigit,

    Thanks that did change the color of the title above the captcha, but I was looking to change the color of the text in the formula, example 2 + 1 = ?
    The DD / MM / YY in the select a date and other elements changes correctly, however the value for the captcha does not and blends into the background.

    Thanks again
    Jon

    in reply to: Captcha for Blog Comments #575508

    Is there a way to change the Captcha value/question text color?
    Even when I change the text colors the color value for this element stays the same (white) and isn’t visible.

    I tried the code below, but it only changed the answer text color, not the value/question that’s already there
    #top .avia_ajax_form .captcha {
    color: #000000 !important;
    }

    Thanks

    in reply to: Enfold Showcase #561510

    @claychurchill

    How did you process/save your background video to be such high quality but a smaller file size?

    in reply to: Pagination problem with updating wordpress 4.4 #551386

    This issue is also affecting image galleries and masonry grids

    in reply to: WooCommerce Icon Showing In Mobile Even With Empty Cart #539297

    perfect, works great

    in reply to: WooCommerce Icon Showing In Mobile Even With Empty Cart #538839

    Will this only hide the cart icon on mobile when the cart is empty or all the time? Looking to hide it when empty.

    in reply to: WooCommerce Icon Showing In Mobile Even With Empty Cart #538836

    Josue,
    Yep, disabled the 3rd party plug-ins and still have the same issue. I noticed it also does in on the Enfold demo pages for the Restarant and Shop which also have Woocommerce.

    in reply to: How mp4 videos in lightbox to open and to autoplay? #535089

    I got this to work fine, but when using it with a YouTube video instead, is there a way to make the video autoplay when opened in the lightbox?
    Current link:
    https://www.youtube.com/watch?v=w2FPZax-4-g?rel=0&autoplay=1

    On page:
    http://www.bigboytravel.com/europe/germany/munich/freewalkingtour/

    Thanks

    in reply to: Remove space between Enfold header & Visual Composer #533733

    Perfect, works great guys!

    For people not familiar, you go to Appearance > Edit then under functions.php add the code provided above on a new line at the bottom of the file and click save. Unless you are using a Child Theme you may need to add it back in each time the them updates, but it is listed as a note at the bottom of the php file for reference. For menu items make sure to enable the CSS field under screen options at the top of the menu page.

    Also for people with issues, the sample custom CSS script in the link above that goes in Theme Options > General Styling > Quick CSS works for tablet and mobile because of the 990px break point. Adjust this to 767px for purely mobile only or create additional rules with various break points and unique names depending on what you need.

    All my questions on this have been answered.
    Thanks

    in reply to: Remove space between Enfold header & Visual Composer #533667

    Worked like a charm, I had tried a variation but was missing the .template-page part.
    Thanks a ton this make Enfold that much more flexible.

    Any thought to adding functionality to AVIA to let color sections have a visibility checkbox options for Desktop, Tablet, Mobile like Visual Composer?

    in reply to: Open link in Lightbox/iframe #533028

    You can also embed using an iframe without the API as Google fully allows it. I use it all over my travel website.
    Here is some sample code
    <iframe src="https://www.google.com/maps/d/embed?mid=zkPgKhjKqT-I.kt828za9IaU0" width="460" height="490"></iframe>
    Works great and is responsive depending on how you use it.

    Thanks for the heads up on the light box method

    in reply to: Remove space between Enfold header & Visual Composer #532852

    Elliot,

    It worked for Laptop and Dekstop but for Tablets and Phones it still has the gap
    http://www.bloomingtonelectric.net/test/

    Thanks
    Jon

    in reply to: Insert pictures on the menu #518925

    no problem, I realized by code above wasn’t visible and just changed it for you.
    Here is an example of a site I did using Enfold and that simple code as the menu titles. I used text graphics to replace the font, but they can be photos, ect. http://www.rockelmtavern.com/

    The other method with UberMenu looks like the navigation on my travel website http://www.bigboytravel.com/
    Both of these methods show the flexibility of Enfold.

    in reply to: Centering Large Icon Box Icons #518509

    Yigit thanks a ton, I was messing around with px for some reason instead of of %

    For anyone else looking to change their icon box icon size here is my final code

    .iconbox_top .iconbox_icon {font-size: 40px !important; height: 60px; width: 60px; line-height: 55px; top: -40px; left: 45%;}
    .iconbox .iconbox_content .iconbox_content_title { margin: 15px 0 10px 0; }
    .iconbox_top .iconbox_content { margin-top: 60px; }

    Thanks again,

    in reply to: Insert pictures on the menu #518507

    Presumebox,

    Do you want the images to always be in the navigation or only on mobile?
    You can replace the navigation label for a menu item with something like this to switch it from text to an image of your choice
    <img src="http://www.yourwebsite.com/nav-home.png" />

    Are the social icons meant for sharing or links to your social networks?
    If they are for links you have make a menu item called Get Social, then add sub tabs for each network.
    If they are for sharing you will instead want to use a floating share bar plug in.

    If you want different stuff on mobile than desktop you may want to try Ubermenu which requires some them customization.
    The link above that Elliot posted will let you hire addition support for the menu if needed.

    Rikard is correct, you can use Yoast for this.

    If you are however using a different social sharing plug in for your website you will have to check with the plug in author.
    For my popular travel website http://www.bigboytravel.com, which is Enfold, I have have tried 3 social sharing plug ins (Social Warefare, Ultimate Social Share, and Easy Social Share). Enfold worked seamlessly with all three plugins. I have found Easy Social Share to work the best with Enfold for fan counters, side bar sharing widgets, image hover share, and short code sharing and has many options to customize sharing on a site wide and page level manner for Facebook, Twitter, and more. For basic stuff try Yoast.

    These plugins work not by hiding your data but instead by letting your dictate what title, description, and image are featured when the share happens.

    Elliot,
    Thanks, I was able to fix the problem by using a child theme and putting the comments at the bottom of the page loop php.
    Was using a 3rd party plug in for Disqus but have it working great on my travel website using Enfold http://www.bigboytravel.com/europe/austria/salzburg/soundofmusicfilmlocations

    in reply to: How to remove seconday header borders #518502

    Thanks guys, with the new header options in Enfold my original question now takes care of itself with no CSS needed.
    Thanks again

    in reply to: Avia editor not visible after Enfold update #514720

    Yigit,

    Thanks a ton, I just wasn’t being patient enough.
    Flushed the cache and restarted the browser both a few times and it all came back.

    Thanks again!

    in reply to: Menu Issues #512627

    Andy,

    Thanks a ton all of those solutions worked, and my client did commit to Enfold.

    Had an issue updated Enfold where it hid the Avia editor and had to revert back to the older Enfold, but will open a new thread on that.

    Thanks again

    in reply to: How to make the sidebar a fixed width #491578

    @Jlgarcia, the solution that the Enfold staff laid out above has worked great for me with my popular travel website http://www.bigboytravel.com

    With any responsive website, a sidebar is going to work best with the boxed layout option instead of the full width. It looks like that’s what you are using already. Keep in mind that even with the solution above you will have to have your sidebar about 20% wider than your ads on the dekstop version to make sure they are not totally cut off when the width gets squeezed.

    Biggest question I would have is why are you using that plugin for your side bar ads instead of just pasting code into the sidebar widget?
    On another note, the more successful ads sizes range from 300 to 338 pixels wide in a side bar so I’m not sure what you’ll be able to accomplish with 270.

    in reply to: Enfold Showcase #484137

    Here is a great travel website I am finishing up using Enfold that already has 300,000 monthly visitors!

    http://www.bigboytravel.com

    BigBoyTravel

    in reply to: Partner/Logo Element vertical spacing issue #439484

    awesome, that worked amazing. I was really struggling to find the element ID in Firebug for some reason and this helped a ton.

    in reply to: Partner/Logo Element vertical spacing issue #438329
    This reply has been marked as private.
    in reply to: Partner/Logo Element vertical spacing issue #438327

    The Partner/Logo Element is fairly predominate on the home page, they are the thumbnails of the bugs spanning the entire page that rotate right below the full width slider.

    I was able to figure out my space issue, but am still having an issue with the Partner/Logo Element. Everything looks great out of the box but once I add a link to one of the thumbnails it adds a grey background color to the sides. I want to add links to all the thumbnails but do not want it to add the background color.

    As an example attached and visible on the site I gave only the “View All Services” thumbnail a link and it has wide great background the other thumbnails do not.

    Thanks
    Jon

    in reply to: Enfold Showcase #422712

    Here is my newest website using Enfold for a beauty salon
    http://hannahseyelashextensions.com/

Viewing 30 posts - 181 through 210 (of 265 total)