Viewing 30 results - 90,391 through 90,420 (of 142,833 total)
  • Author
    Search Results
  • #688907

    Hi,

    Thank you for using Enfold.

    Yes, this is actually possible but we decided not to enable it on mobile due to incompatibility issues like the one stated above. Another workaround is to add an actual video element in place of the video background when viewing on mobile. http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Related topics:
    // https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
    // https://kriesi.at/support/topic/no-video-on-the-mobile-version/

    Best regards,
    Ismael

    #688905

    Here is a screenshot but it doesn’t show much. http://create.madomains.com/wp-content/uploads/2016/09/IMG_0560.png

    On Desktop/Laptop the background of the body area is fixed, on mobile its not and it scrolls. I can’t speak to android devices because I don’t have any but this is the case on iOS vs. OS X and Windows in Safari, Firefox and Chrome. That tells me its not browser specific but it is mobile specific. I tried using the “request desktop” option in Safari but that made no differences.

    The image in the lower corner appears correctly in relation to the size. The issue is that it is not static to the lower right corner as it should be when “Fixed” is selected.

    Additional note: I updated to iOS 10.0.1 since the ticket was opened but it has made no difference.

    #688904

    Hi,

    The css code is not valid. It should be:

    @media only screen and (max-width: 886px) {
        .page-id-861 .avia-caption-content {
            font-size: 11px !important;
        }
    
        .page-id-861 .responsive #top .slideshow_caption h2 {
            font-size: 17px !important;
        }
    }
    
    @media only screen and (max-width: 425px) {
        .page-id-861 .avia-slideshow-inner, .avia-slideshow-inner img {
            height: 100px !important;
        }
    }

    And use standard css media queries. https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Ismael

    #688890

    Hi,

    Could you please provide a screenshot of the issue? Aside from the huge custom padding of the cell container, I don’t see any issue with the home page. The mobile view may look different compare to the desktop view because of the background image size relative to the screen size. We can apply a different background image, smaller than the current one, for mobile view.

    @media only screen and (max-width: 767px) {
    .main_color {
        background: #212121 url(//create.madomains.com/wp-content/uploads/2016/09/backgroundformobileviewhere.png) bottom right no-repeat fixed;
    }
    }

    Adjust the “backgroundformobileviewhere” placeholder.

    Best regards,
    Ismael

    #688888

    Hey!

    We modified the php and the css code a bit. Please test it again. If it’s not working, please post the login details here so that we can check the site.

    This is the updated code: https://kriesi.at/support/topic/align-fullwith-buttons-in-grid-row/#post-686764

    Best regards,
    Ismael

    #688879

    In reply to: iframe not showing

    Hi,

    The iframe or booking content are not responsive. Please contact the script author and ask them to modify the style of the booking form. Unfortunately, we can’t do much on our side because we didn’t create the script. If you want, you can hide the booking form on mobile view.

    @media only screen and (max-width: 767px) {
       #dwTopDiv {
           display: none !important;
       }
    }

    Best regards,
    Ismael

    #688860

    I’m going to try to explain again. In the above 2 responses, you 1st showed a picture that was from wizs.com (i know this because it had the colored menu below the header) and in the second response, listed wizs.com as the website where you can’t see the header image.

    wizs.com is the domain name we are building the enfold site for. however, the enfold site which will be used at wizs.com is currently being build at test.wizs.com. the wizs.com site is a site built off of thesis and not what we are trying to talk to you about. We are trying to replace that site with a site we build at test.wizs.com and then migrate over to wizs.com after we are finished.

    that being said … there are some useful reasons to look back at the old thesis built site. we want our header ad to line up similar in the enfold site as to that of how it did in the thesis built site. below you will see a screenshot of the thesis built site (wizs.com) that we are trying to replace :
    what the old site looks like now (currently visable at wizs.com)

    below you will see the enfold site (test.wizs.com) that we have built so far. See how the header ad looks at the 20 inch screen size? we want it to look that way at 13 inch screen sizes, etc…. all desktop screen sizes…
    how the ad looks at 20 inch screen... this is how we want it to look o all desktop screens

    see below for how test.wizs.com (the enfold site) looks at different screen sizes… see how the ad progressively gets smaller as the screen size goes down ?
    19 inch
    19 inch screen
    15 inch
    15 inch screen
    13 inch
    13 inch screen
    10 inch
    10 inch screen

    i was advised to put my page in a grow row to get the content that i wanted divided up the way that my client wants it divided up.. i have two requirements: i need the background ads to be responsive at desktop screen sizes and I need the page broken up so that the left background ad is 10%, the center part for content is 80%, and the right background ad is 10% of the web page width.

    the suggestion that you all gave to put the page into the grid row actually fixed the 1st problem of needing the background ads being responsive. so, for this part of the ads, i just need to know how to tell the grid row cells to be a different width?

    see screenshot with drawing on it for additional explanation of what i am trying to accomplish:
    content area too small

    Knowing that and implementing it would totally knock this problem out!

    Any help you can give me with this would be greatly appreciated….

    Thanks,
    Jeannie

    #688853

    Thank-you Vinay for all your help (sorry for not posting individually).
    All of these changes have been helpful, however point 3. only partially fixed this issue.
    The text has been resized, but for some reason on the mobile devices the text seems to centred towards the right hand size of the image. So that when there is 2 words in the caption, you lose the last few letters of each word. Is it possible to realign this text?

    Also.. I’m not 100% happy with how the easy slider is presenting still on the home page, could you explain how I would have different images displayed on mobile device only? I was thinking of creating different images, that suit that screen better. but I wasn’t sure how to add them into my mobile site, without them appearing on my desktop version.
    Thanks for your help.
    sally

    #688846

    Help please … I am receiving emails addressed from three Moderators and one Participant ‘because I subscribed to a forum topic’. I is not clear to me if one of these is a response to my issue raised on Sept 14 item 686134 and followed-up on Sept 15 with item 686638 and on Sept 16 item 687156. Each of the suggestions from the moderators appear to be to another participant who is responding … please is this correct. If any of these are for myself I have a fundamental problem that I have not been able to access my WordPress file since the fatal error occurred.

    #688834
    lzevon
    Participant

    NEVER MIND I FIGURED OUT THE ISSUE!

    I read the ticket here…
    https://kriesi.at/support/topic/overwrite-shortcode-css-in-child-theme/

    … but still, I can not get the edit I’m making in the child theme to work? You can see in the video using Firbug I can set the vertical align to top and it reacts perfectly. When I try to edit the child theme CSS nothing happens. I also tried adding it through the theme panel and outside @media, just…
    .slideshow_align_caption { vertical-align: top; }

    Nothing I’m doing is allowing me to move the vertical alignment to the top?

    #688824
    Dandelion222
    Participant

    Hello,

    I am trying to add a blue bar of color above and below some text on my homepage. I have tried various ways to make this happen including using a custom whitespace/separator with a bg color (no effect) and now using 3 color sections. The top and bottom ones I’ve set the bg color to blue, and the middle is white. But it seems to ignore my settings regarding width. I want these bars to be full width but only 15-20 px high.

    I wish I could apply a top and bottom border color to the color section. If I was writing HTML that’s what I’d do. I’d just have a div with a top and bottom border. But I’m not sure how to make it happen with your page builder

    I’ll give you login access since I can’t share the site – it has a coming soon page.

    #688823

    Hey mcraig77,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    

    Best regards,
    Yigit

    #688808

    Thank you, they are showing up now.

    They are not showing up properly on the screen though.

    The Facebook icon is mostly not seen, is there a way to center the icons?

    I tried this but it didn’t work:

    .responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
    display: block !important;
    position: center;
    }

    What would be even better is the social media icons could be at the centered top of the screen if that it possible.

    Thank you.

    Hi Michael!

    As I said to the other topics, we do not do such customisations.
    As your customer reuest them, feel free to hire someone who will be able to help you with such issues.

    Thanks a lot for your understanding

    Cheers!
    Basilis

    Hi uribinsted!

    Please take a look here
    https://kriesi.at/support/topic/previousnext-buttons-on-portfolio-items-restrict-to-1-category/

    let us know if we can do anything else for you.

    Best regards,
    Basilis

    #688764
    mcraig77
    Participant

    Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content

    I would like to do the following:

    Remove the “news” text from the entry at the top

    #688755

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .header_bg {
        background: transparent;
    }
    .responsive #top #wrap_all #header {
        position: absolute;
    }}
    

    Best regards,
    Yigit

    #688752

    Hey keflex!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #s { color: black !important; }

    and post a link to your website if that does not help.

    Regards,
    Yigit

    alliancepp
    Participant

    Hello support.

    Is it possible to have the Enfold Video Media Element Player stop at the end of a video and not recycle to the beginning? I have a client that would like a his animated storage unit videos to stop at end showing all items in the unit. Right now it plays then goes back to the beginning.

    Here’s a link to the video page where you can play one:

    Thanks for your reply
    Gary

    #688746

    Hi,

    Please go to enfold/css/shortcodes.css file and find following code in line 108

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    }

    and comment it out as following

    /* #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    } */
    

    Best regards,
    Yigit

    #688741

    Hey emanuelecocchiaro,

    If you can not manage it based on that topic, it would require quite some time and customization of the theme to achieve this,
    so I am sorry to tell you that this is not covered by our support.
    However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    I think I got it but how do I get it to the actual page on the website? Is there an way to place it on top of footer on all pages?

    #688720

    As you can see with this website the social icons are visible on the desktop but not on the mobile view.

    This is only the case when using the settings: Header / Extra Elements / Header Social Icons / Display in main header area

    Thank you.

    #688692

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
    and try to use the code as following

    #socket .copyright {
        width: 100%;
        text-align: center;
    }

    Best regards,
    Yigit

    #688676

    Hey C2S16!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
        top: 15px;
    }

    Best regards,
    Yigit

    #688670

    Hey mcmoya,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-flex-placeholder {
        width: 1%;
    }
    

    Best regards,
    Yigit

    #688668
    emanuelecocchiaro
    Participant

    Hi, I’m trying to center the copyright line and the socket menu but it doesn’t show in the right way.
    This is the result I want in both desktop and mobile http://www.euromanagement.it/
    And this is the website I need to fix http://www.simonasantaera.it/

    Thanks for the help

    #688654
    emanuelecocchiaro
    Participant

    I’m desperately trying to have a popup contact form showing when clicking on a button in Enfold…but I can’t get to this.
    I was following this instructions
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103
    I did everything but when I click to the button there is still something not working. Could you please give a look to it? I have tryed everything so I don’t know what alse to do.
    Here’s the link http://www.simonasantaera.it/servizi/ button is the first on the right below the text “TRATTAMENTO CORPO”

    #688642

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #top .aviaccordion-title-on-hover .aviaccordion-preview {
        opacity: 1;
        filter: alpha(opacity=1);
    }
    
    #top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{
        opacity: 0;
        filter: alpha(opacity=0);
    }
    #top .aviaccordion-title-on-hover .aviaccordion-active-slide .aviaccordion-preview .aviaccordion-excerpt{
        opacity: 1;
        filter: alpha(opacity=1);
        
    }
    
    #top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{
        -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: 		all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    

    Cheers! 
    Josue

    Hey!

    The access you posted is not working, please check.

    Regards,
    Josue

Viewing 30 results - 90,391 through 90,420 (of 142,833 total)