Viewing 30 results - 79,411 through 79,440 (of 142,880 total)
  • Author
    Search Results
  • #797110
    Zaccc
    Participant

    Hello,

    I want to put full wide button and when you click get pop up Vimeo video.
    I have made this article https://kriesi.at/support/topic/using-button-shortcode-to-open-a-video-in-a-lightbox/ and that is working but I need to get bigger button. Is there any possibility to make trough Enfold shortcodes or to change this shortcode?

    Regards

    #797091
    Samuel
    Participant

    Hi,
    I would like to have a blank page with no black bars on the top and bottom. Just white. How can I erase it?
    Link attached below.
    Thanks a lot.

    #797089
    Peter
    Participant

    Hi
    What is the best technique to upload an image to a page builder container and make it show in 1:1 pixel quality on standard displays and also displays and mobile devices that has got smaller / bigger displays with various kinds of high pixel density screens?

    Right now if I for example have got 3 columns in my page builder layout, I can upload image 1,2 and 3 in about 300px width or so and check in a browser developer tool exactly what width it needs and then upload a new image resized in my local image editor in the exact size my page layout uses in this case.
    Ok so now it looks good on my 27″ desktop screen with 1:1 pixel density. But when I move my browser over to my 2:nd display with retina screen the same image is blurry after a page refresh in the browser.
    The only solution is to upload a bigger image than the page builder container needs. The image will look crisper on retina displays but will be too big for 1:1 pixel visitors causing many visitors to get slow page load because the browser needs to resize down the images.

    Ideas on improving this?

    #797086

    In reply to: Show Blog Post Title

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

    .title_container .main-title {
        font-size: 2em !important; 
        text-align: left;
        letter-spacing: 1px;
    font-family: 'Roboto'!important; 
        font-style: normal!important; 
        font-weight: 300!important; 
    }
    #top .alternate_color.title_container .main-title a {
    color: #000 !important; 
    }
    #top .title_container .container {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
       
    }
    .alternate_color.light_bg_color.title_container {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }
    
    .main_color.container_wrap_first.container_wrap.sidebar_right {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    #797084

    Hello Mike,

    thank you for your answer, but it is not solving the problem. Now, the text is in the top of the tab, but there is a big space at the bottom. I want to get different heights for every tab, and in this case height is the same for each one.

    Thank you.

    #797081

    Hey adrianej,
    Your first tab has the vertical alignment set to middle, this should fix it :)
    Try this code in the General Styling > Quick CSS field:

    .avia-section-small .av-layout-tab {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }
    .avia-builder-el-20 {
            vertical-align: top!important; 
    }

    Please clear your cache :)

    Best regards,
    Mike

    #797076

    Hi,
    The margin top set to -200 is what is making that bottom section riding up and over the slider.
    The tablet views show the changed code, but not the phone view.
    It being hard to read, may have to do with too much text for the small screens?
    How do you feel about changing the size of the slider?

    Best regards,
    Mike

    #797073

    Hi,
    To put the line behind, try this:

    #top .av_header_transparency #header_meta {position: relative!important; z-index: -1 !important; }

    Not sure what to do with the mobile view (425px)

    Best regards,
    Mike

    #797070

    Hey Goedkoopvervoeren,
    I added this to your css:

    .flex_column_table.av-equal-height-column-flextable {margin-top: -100px!important; }

    and turned your grid rows into columns to show your background image. Hope you like it.

    Best regards,
    Mike

    #797066

    Thanks Mike.

    The padding is set to 40 40 40 40, I left it as default.
    The margin top is set to -200 by default. I had changed that one to -160 to test some settings. Yet, is back to -200.
    Below the screenshots
    Margin Top

    Padding

    I appreciate the code you made. Yet, the code didn’t seem to fix the slider. The buttons still get covered.
    The text is a bit better, yet it still goes across all the screen, and when it gets on top of the image, it is hard to read.
    The iPad and iPad Pro also broke with that code.

    If I remove the code I have for the Flex, that I copy pasted from the second topic I posted, the slider image looks even smaller.

    I will attach preview images of how it looks as private content.
    Feel free to access the website and test. I posted that info as private in the first post I made.

    Thanks.

    • This reply was modified 8 years, 10 months ago by hobeja7.
    #797061

    Mike, thanks…
    The only way I have managed to get the logo to show it’s full size is by specifying it’s dimensions in the CSS, and moving its position up using the following. Works for now I suppose? I would like to keep the line. But how do I get it BEHIND the logo. Rather than in front. Plus, mobile is just not looking good

    .logo img {
    width:210px;
    height:164px;
    }
    .main_menu, #top #header.av_minimal_header .main_menu ul:first-child >li > ul,
    #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
    margin-top:-40px;
    }

    #797058

    Hey HB-2015,
    Have you already added the google font? https://kriesi.at/support/topic/new-custom-font/

    Best regards,
    Mike

    #797049

    @Ismael

    is it still necessary, to keep this code snippet of you from you answer there

    add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
    function avf_postslider_show_catergories_mod($category) {
     	$category = 'show_business'; 
    	return $category;
    }

    in the functions.php when I update the theme, or is this snippet then obsolete?

    #797048
    HBJC
    Participant

    Hello,

    My homepage looks good on my laptop. But on my mobile phone it doesn’t look like I want to. The word ‘reviews’ is aligned left and I want it centered. I also want to center this text: ‘Maandag t/m zondag telefonisch bereikbaar van 09.00 tot 21.00 uur’.

    How do I make these changes so that my homepage looks good on my mobile phone?

    • This topic was modified 8 years, 10 months ago by HBJC.
    #797040

    Hi,
    Can you see if the flex column has a top padding set to -160px?
    postimage
    To address the slider, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    #top .avia-slideshow-button {
        margin-top: -20px!important; 
    }
    }
    @media only screen and (max-width: 1020px) and (min-width: 767px) { 
    .avia-caption-title {font-size: 22px !important; }
    .avia-caption-content {font-size: 14px !important; }
    .slideshow_caption {padding: 10px !important; }
    .slideshow_inner_caption {width: 150% !important; }
    }
    
    @media only screen and (min-width: 1021px) { 
    .slideshow_caption {padding: 10px !important; }
    .slideshow_inner_caption {width: 150% !important; }
    }

    Please clear your cache :)

    Best regards,
    Mike

    #797021

    Hi,
    I believe this was due to the single 1/2 column at the top of tab 2, but try this code in the General Styling > Quick CSS field:

    .avia-builder-el-18.av_one_half {
        margin-left: 0px !important;}

    Best regards,
    Mike

    #797015

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

    .html_header_transparency #top .avia-builder-el-0 .container {padding-top: 0px!important; }

    Best regards,
    Mike

    thanks, it works.
    can you also help in reducing the gap between the top and the logo?

    #796999
    Goedkoopvervoeren
    Participant

    Hello,

    I created a WP site on chrome. But my client told me at his desktop it does not work properly. So I tested this on couple of browsers through a website which combines the browsers.

    The biggest problem is at https://deurdigitaal.nl/diensten/
    I already tried a couple of things on this forum, nothing works.
    Here you can not see the image properly. Can someone please help me?

    #796993

    Hey Antonio,
    Yes, Go to the “Menus module” , under “Appearance”. Then, click on the “Screen Options” button, located on the top right corner. Then, under “Show advanced menu properties”, check the “Link Target” option. On the Menu items options, a new field will be displayed – Link Target – to specify the target of the link.

    Best regards,
    Mike

    #796983

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

    #top .av-main-nav ul ul {
        left: 207px !important; }

    Best regards,
    Mike

    #796977

    Hi Victoria,

    thanks for your reply.
    I’ll try to fix it via CSS.
    You can close the topic, thanks.

    Best regards,
    Neverlands

    #796966

    In reply to: Boxed Layout Problem

    Hallo zusammen,

    ich habe derzeit etwas ausprobiert und zwar in der grid.css habe ich folgendes verändert was auch funktioniert hat.

    .boxed#top, .html_boxed.html_header_sticky #header{ width: 1210px; }
    .container{ max-width: 1210px; }

    Nun stelle ich mir natürlich noch die Frage wie man es noch mobile Responsive darstellen kann ohne es in den Theme Einstellungen zu aktivieren?

    #796932

    Hi,

    The regular WordPress login pages are not working, could you post a link to the login page as well please? You could try this CSS instead to see if you have any luck with it:

    .logo, .logo a {
    top: 10px;
    max-height: 150px;
    overflow: visible;
    }
    
    .logo img {
    max-height: 250px !important;
    height: 250px;
    }

    Best regards,
    Rikard

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #796912

    Hi Rikard,

    and the enqueue scripts screen ?

    I’m almost there after find this helpful article – which would have been good to know.

    #796911

    Hey adventuresincre,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #796909

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 79,411 through 79,440 (of 142,880 total)