Viewing 30 results - 99,301 through 99,330 (of 142,852 total)
  • Author
    Search Results
  • #594204

    Hey shawnbanack!

    Sorry for the delay. We replied to your inquiry on the other thread. https://kriesi.at/support/topic/how-to-add-buttons-to-grid-style-photos/#post-594203

    Best regards,
    Ismael

    #594198

    Hey!

    1.) Add this css code:

    #top .sub_menu li li a {
        text-align: left;
    }

    2.) Use this css code to fix the mobile menu:

    @media only screen and (max-width: 1024px) {
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
        display: block;
    }
    
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
        display: none;
    }
    }

    Regards,
    Ismael

    #594191
    sepruda
    Participant

    Hi,

    On this page http://kirurgiroskilde.dk/fotogalleri/ I’ve used the photo gallery option. When viewing the photos in lightbox on a tablet (iPad), the black label from the first selected picture sticks on top, while browsing the other photos in lightbox. The title underneath changes correctly.

    If no fix, is there any way to turn of the labels?

    Regards,

    Christian

    • This topic was modified 10 years ago by sepruda.
    #594189

    Hey fristil!

    Thank you for using Enfold.

    Is this is a custom template? Try the same filter here: https://kriesi.at/support/topic/sticky-shrinking-header-on-one-page/#post-592570

    Regards,
    Ismael

    #594185

    Thank you both for your replies!

    I’ve changed the settings in theme settings to activate mobile menu on tablets, and added the custom css, to also use mobile menu on landscape on tablets. There is however still a spot, where it shows the desktop menu in two rows, covering the page title.

    I’ve made the menu text bigger, as a design decision.

    #594182
    mediabelgium
    Participant

    Hi,
    About a year ago, I posted a thread on a problem with the navigation buttons on a widescreen slider (https://kriesi.at/support/topic/portfolio-navigation-3/). This issue was solved by adding some code. As later on, we installed wpml to add an english version of the website, I noticed another problem. In the code this was used to get the previous and next portfolio-item:

    $temp_prev = $entries[‘prev’];
    $temp_next = $entries[‘next’];

    In the Dutch version, the $temp_next is always empty for every item and in the English version, the $temp_prev is always empty for every item.
    The code I’m using at the moment is:

    add_filter(‘avia_post_nav_entries’, ‘avia_apply_custom_sort_order_to_post_nav’, 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings) {
    $temp_prev = $entries[‘prev’];
    $temp_next = $entries[‘next’];
    $entries[‘prev’] = $entries[‘next’] = “”;

    if(!empty($temp_prev)) $entries[‘next’] = $temp_prev;
    if(!empty($temp_next)) $entries[‘prev’] = $temp_next;

    $res[] = ICL_LANGUAGE_CODE;
    $nummer=id of dutch version of first portfolio-item;

    if($res[0]==’en’){
    $nummer=id of english version of first portfolio-item;
    }

    $first = get_post($nummer, OBJECT);

    if(empty($temp_prev)) $entries[‘next’] = $first;
    return $entries;
    }

    #594158
    inveritas
    Participant

    Hi,

    How can I change the colour of the shopping cart icon beside the top header menu, both when empty and filled?

    Thank you.

    #594153

    In reply to: One page slider

    Hi Rikard!

    I found a very useful plugin. Its work with Enfold perfectly. :)

    Page scroll to id
    https://wordpress.org/plugins/page-scroll-to-id/

    So you can close this topic.

    Best regards,
    Peter

    #594147

    Hi,

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

    Thanks,
    Rikard

    #594124

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #594123

    In reply to: Logo height change

    Hi,

    I still see it a 150px high on my end, not sure if you have your .htaccess mod turned off or not? I saw that the image seems to have whitespace both on top and bottom, not sure if that is what you are referring to maybe?

    Best regards,
    Rikard

    #594116

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #594107

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #594074

    In reply to: Team Member Pictures

    Hi HeikoSchramm,

    Great, glad you got it fixed, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #594046

    Hey koballo,

    Video autoplay is disabled on mobile devices due to manufacturer restrictions, but you can set a fallback image to show on mobile if you like.

    Best regards,
    Rikard

    #594044

    Hi Pedro,

    Ok, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #594012
    irpocock
    Participant

    Hello there,
    I would like to reduce padding above main menu (but below phone number areas) so that it is similar width to padding below menu. The logo looks mis-aligned
    I enclose privately website address and custom CSS in use (just in case)
    Thank you again

    #593977
    doperdoll
    Participant

    I have a couple pages that I use to display lists. I used a full width layout element, and 1 text box. Inside the text box I took my long list and made 2 columns out of it by painstakingly aligning the second column manually so it will look nice. However, when the text box is displayed on a mobile devise the text is a complete mess. How can I format the page so it displays nice on a desktop and nice on a mobile device?

    #593968

    In reply to: Mobile cart issue

    Thank you. It works, but not on mobile… On desktop – it’s ok, I need to make it smaller and move to the right on mobile.

    #593967

    In reply to: Accordion

    Hi @Luisgasser;
    try to add these lines (with your custom size of text) in to Quick Css field your child theme styles :

    /*SET THE SIZE OF THE TITLE OF THE ACCORDION*/
    #top .aviaccordion-title h3{font-size: 24px !important;}
    
    /*SET THE SIZE OF THE TEXT OF THE ACCORDION*/
    #top .aviaccordion-title p{font-size: 15px !important;}
    #593966

    Hey Basilis!

    Sure see attached!

    http://postimg.org/image/h8y2s8kdv/

    Basically all my images (columns, video, sliders, etc) were fullwidth. But it randomly stopped working and now I have huge margins on the site.

    I provided my login info below incase you need to make a fix.

    Thanks!
    Chris

    suzannewm94
    Participant

    First, thanks for making such a great looking, easy to customize theme. I really love it. I am just having some issues with the way my site displays on my ipad. The initial issue was with the sidebar, which wasn’t moving down beneath the main content like it does when viewed on a smartphone. The sidebar staying to the right wouldn’t have bothered me except that it was chopped off on the right hand side so that you could only read about half of what was there.

    I came to this forum looking for a solution and couldn’t find exactly what I was hoping for, but saw this thread and decided to use the code in it to just move the sidebar to the bottom.

    right sidebar problem when iPad in portrait mode (vertical)

    The code worked and my sidebar is now beneath the main content when viewed on my ipad, but I am now experiencing the same issue that the poster in that thread had where the main content is still in the same place as if the sidebar was still to the right. So now it looks strange all pushed over to the left with a big white space on the right where the sidebar used to be.

    To make a long story short, for the ipad view only, I would either like to put the sidebar back where it originally was on the right but make it so that the right side of the text in the sidebar isn’t chopped off. Or if I continue with what I have going on right now with the sidebar at the bottom, I would like to have my main content cover the entire screen, without the big space left there where the sidebar had been. I’ve included a link to my website and screenshots of both views so that you can see what I’m referring to.

    #593945

    Thanks! And can I position it a little lower as well? Because now it almost touches the top of the screen.

    #593919

    Hi yusupovafashion!

    Please take a look at the post here

    let us know if that works out for you

    Cheers!
    Basilis

    #593903

    In reply to: youtube in enfold

    Hey diefleischerei!

    Please take a look at the following here:
    http://stackoverflow.com/questions/18342536/how-to-hide-the-bar-at-the-top-of-youtube-even-when-mouse-hovers-over-it

    You will have to follow that direction to make it happen, there is no alternative I am afraid to do it through enfold.

    Thank you

    Best regards,
    Basilis

    #593899

    Topic: youtube in enfold

    in forum Enfold
    diefleischerei
    Participant

    hi. i use a youtube video on my landingpage. there is this grey area on the top. how can i disable this area?

    when i use a single slider with video slide i do not have this gray area on the top but this is not responsive. i cannot see the slider on my android?

    so what can i do to disable this grey area and to disable the title? can i do this with a custom css class? is there a way to do this with enfold?

    thank you for the best theme ever, greetings from vienna ;)

    #593880
    SuperManWithATan
    Participant

    Hi,

    I’ve had a look through the forums and tried some of the solutions but cannot seem to get this to work. I have 2 fullscreen sliders and want to show one on desktop and one on mobile whilst hiding the other one. I have them stacked on the page on top of each other (desktop on top).

    The issue I am having is that they both seem to have the same DIV ID… in this case the are both have the DIV ID=”fullscreen_slider_0″

    The code i was looking at to use was along these lines (but changing the DIVs to suit). A link to the page is in the private content bit.

    @media only screen and (min-width: 768px) {
    div#slideshow-1{
    display: none !important;
    }
    }

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

    div#slideshow-1 {
    display: block !important;
    }
    }

    #593874
    FaM
    Participant

    Dear Team, I am losing a very big ammount of time looking up styles which I want to addapt. Is there any documentation which classes are displayed in which content elements? For example I want to adjust the Main Top Menu Fonts. How can I identify which class to adjust in the “Quick CSS” Box?
    Thanx in advance, it’s driving me crazy how much time try-and-error is costing me :(

    • This topic was modified 10 years ago by FaM.
    #593860

    Hi,

    My german is not perfect so I can’t follow the thread exactly but I’ve tagged one of our german speaking moderators for the topic in case you should need any further help other than what @Lucie provided.

    Best regards,
    Rikard

    #593849

    Hi,

    The margin under the red area is reserved for the logo, please use this to not display it:

    .av-logo-container {
    display:none !important;
    }

    The links on the top of your site is part of the same list so it will be difficult to get only one item to float right, but you can try adding it to a widget instead maybe? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Try the following to apply Yigits fix to all pages:

    .flex_column.av_three_fourth {
        margin-left: 3%;
    }

    Regards,
    Rikard

Viewing 30 results - 99,301 through 99,330 (of 142,852 total)