Forum Replies Created

Viewing 30 posts - 34,741 through 34,770 (of 35,297 total)
  • Author
    Posts
  • in reply to: Car Rental widget #767061

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #text-564845672 iframe {
      min-height:300px !important;
    }

    Best regards,
    Mike

    in reply to: Increase text in hotel booking widget #767059

    Hey Charlotte,
    Try this code in the General Styling > Quick CSS field:

    #b_searchboxInc {
    	font-size: 1.3rem !important;
    }

    Also try adjusting the size until you see the size you want, remember to clear your cache :)
    Best regards,
    Mike

    in reply to: Masonry Gallery not working #767051

    Hey Poirot,
    It will not show at all? Which page? Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Unable to delete section #767049

    Hey JennyGr,
    The section should be removable, Can you please include a admin login in the private content area so we can take a closer look.
    For now try this code in the General Styling > Quick CSS field:

    .avia-builder-el-6 {
    display:none !important; 
    }
    .container .content {
    padding-top: 20px !important; 
        padding-bottom: 20px !important; 
    }

    Best regards,
    Mike

    in reply to: Adding Snapchat to social icons #767041

    Hey mikkijack,
    OK, all set :)
    Just make sure the url is right.
    I followed: http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Mike

    in reply to: Remove cart + product pages in Woocommerce #767030

    Hey Zee-as,
    Try this free plugin: https://wordpress.org/plugins/woocommerce-direct-checkout/
    Or this tweak: http://www.remicorson.com/woocommerce-skip-product-cart-pages/

    Best regards,
    Mike

    Hey A.,
    I’m not sure I understand, on mobile I see:
    picture
    text
    picture
    text

    Best regards,
    Mike

    in reply to: Mega-Menu Sub-Menu Hover to Display #767023

    Hey hloft,
    As I don’t know your URL, I built this on my localhost, if you need more assistance please add your url :)
    Try this code in the General Styling > Quick CSS field:

    #top #header .main_menu ul:nth-child(2) >li > ul > li .avia-menu-text, .avia-bullet {
        visibility: hidden !important; 
    }
    
    #top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text {
        visibility: visible !important; 
    }

    Video_2017-03-26_135215.gif

    Best regards,
    Mike

    in reply to: Individual width for grid #767009

    Hi,
    OK, Let me look at it differently, you say:”when I try it with padding it looks good on a laptop or other screen, but not on mobile devices” is that because they look like this for phone:
    postimage
    and this for tablet:
    postimage
    If you try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 426px) {
    div .flex_column{
    padding: 0px !important; 
    }}
    
    @media only screen and (max-width: 768px) {
    div .flex_column{
    padding: 0 10px 0 10px !important; 
    }}
    
    .avia-builder-el-8, .avia-builder-el-15, .avia-builder-el-12 {
    padding-top: 20px !important; 
    }

    You will have this on phone:
    postimage
    and this on tablet:
    postimage
    Is that what you are looking for?
    BTW: Yigit was talking about this color section:
    postimage
    Best regards,
    Mike

    Hey 4farben,
    Try this code in the General Styling > Quick CSS field:

    div .av_one_third.avia-builder-el-6 {
        margin-left: 8vw !important; 
        width: 20% !important; 
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    div .av_one_third.avia-builder-el-6 {
        margin-left: 5vw !important; 
        width: 30% !important; 
    }
    }
    
    @media only screen and (max-width: 767px) {
    div .av_one_third.avia-builder-el-6 {
        margin-left: 16vw !important; 
        width: 60% !important; 
    }
    }

    postimage
    postimage
    postimage

    Best regards,
    Mike

    in reply to: Can not save changes in "Reiter" element #766993

    Hi,
    Well admin is admin, but I did see one other time that a admin account had issues like this, I never found out if it was a plugin issue or a glitch elsewhere, but we couldn’t reproduce the error. But using the new admin account should be fine, just don’t remove the old one. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Individual width for grid #766987

    Hi,
    It looks like you have worked out the padding of the grid row above the 1/4*4 section, are you going to continue with that or do you still need help?
    postimage

    Best regards,
    Mike

    in reply to: Sticky header not working #766974

    Hi,
    Glad Victoria was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Blog post categories not displaying #766973

    Hey Poirot,
    Just so I can be clear, you used to have the cats showing at the red points? Can you please include a admin login in the private content area so we can take a closer look.
    postimage
    Best regards,
    Mike

    in reply to: 20 Second Delay Popup for mailchimp subscribtions #766967

    Hey mellypenny,
    I took a quick look and found “Popup by Supsystic” it has the timed popup you want plus a ton of options, including the ability to add your own html, so it should work with any mail form. I tested on my localhost and the 20 sec delay worked good :)

    postimage

    Best regards,
    Mike

    in reply to: Confusion on making something 100% height #766963

    Hi,
    Ok, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .html_header_sidebar .container_wrap {
        height: 400px !important; 
    }
    
    #header:before {
        height:650px !important;
    }}
    
    @media only screen and (min-width: 1024px) {
    .html_header_sidebar .container_wrap {
        height: 500px !important; 
    }
    
    #header:before {
        height:750px !important;
    }}
    

    postimage
    postimage
    postimage

    Best regards,
    Mike

    in reply to: Quote line #766953

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Background image in footer not displayed #766952

    Hi,
    Looks right from here, did you clear your cache?

    Best regards,
    Mike

    in reply to: Align Widget box and image #766949

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Color Change #766948

    Hi,
    I went to Enfold Theme Options > Advanced Styling and saw there was one red menu choice left, so I put in #ff9d00, saved & cleared my cache. Now it seems right, let me know :) Please try clearing your cache.

    Best regards,
    Mike

    in reply to: Can not save changes in "Reiter" element #766946

    Hi,
    I was able to add and save a new download link, I’m not sure why you are having an issue, but I created a video of the steps I took. Perhaps you’ll see something I did different. Please note that the last step was to click “update” top right corner, it was off screen. Also I used the Chrome browser. Hope this helps :)
    Video_2017-03-26_083540.gif
    Best regards,
    Mike

    in reply to: Autor und Datum des Blogartikels anzeigen #766941

    Hi,
    Ja, ich benutze Google translate, ich hätte den Link danach hinzufügen müssen. Danke für dein Verständnis.

    Best regards,
    Mike

    in reply to: making container opaque without making text opaque #766771

    Hey ground_water_services,
    Can you please include your url to the page in question?

    Best regards,
    Mike

    in reply to: Can not save changes in "Reiter" element #766768

    Hey tlg1966,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Pictures missing #766766

    Hi,
    Thanks a lot for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Header Widget Stopped Working After Update #766765

    Hi,
    Yes, but the good news is you can use our ready built child theme so it wont be: Read about it & Get it here

    Best regards,
    Mike

    in reply to: Missing or wrong content in structured data fields #766764

    Hi,
    The structured data testing tool is not for optimizing a website. As the above link explains:

    Structured data refers to kinds of data with a high level of organization, such as information in a relational database. When information is highly structured and predictable, search engines can more easily organize and display it in creative ways.

    Think of a database of 1000 widgets, and you wanted Google to display it in a relational way. If you want to optimize for speed then http://www.webpagetest.org/ is a great tool, and you can read more about WP SEO here: https://yoast.com/wordpress-seo/
    Hope this helps.

    Best regards,
    Mike

    in reply to: Header Widget Stopped Working After Update #766762

    Hi,
    When you first added the widget, did you use a child theme or did you edit the functions.php file directly?
    Please check that the edits are still there. More info:http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Mike

    in reply to: Rechtsklick – Bild kopieren – verhindern #766760

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    Hey Leosoki,
    OK, so I went into your slider and saw the first one had a slide link, but as you said it only worked for the background. So I added the same link to each layer and now it works good. Try to change the other ones, as I only did the one with “Ingen – The INGENeers”

    Best regards,
    Mike

Viewing 30 posts - 34,741 through 34,770 (of 35,297 total)