Viewing 30 results - 129,871 through 129,900 (of 142,946 total)
  • Author
    Search Results
  • Dear Ismael,

    Thanks for your response, but it didn´t work. The codes on line 701 look different. I tried remanimg the h2, but nothing.

    It says now:

    if(trim($title) != “”) $title = “<h3 class=’avia-caption-title’ $markup_name>”.trim(apply_filters(‘avf_slideshow_title’, $title)).”</h3>”;

    if(is_array($content)) $content = implode(‘ ‘,$content); //temp fix for trim() expects string warning until I can actually reproduce the problem
    if(trim($content) != “”) $content = “<div class=’avia-caption-content’ $markup_description><h4>”.ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop(trim($content))).”<h4></div>”;

    Hope you can help!

    Daniel

    #261255

    Topic: social links

    in forum Enfold
    jackyking
    Participant

    Hi,

    In previous releases, I did the following to add custom social links to the site but just noticed the css codes changed in release 2.7.1. Can you please help verify below is the correct syntax to use?

    In previous releases,
    layout.css,
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    in 2.7.1,
    layout.css,
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }

    so to add a custom social icon, I need to use the new syntax, and the old syntax would not work any more. correct?

    thanks,

    #261251

    Hey!
    Have you tried adjusting max-width value i posted here – https://kriesi.at/support/topic/menu-covers-logo-on-mobile/#post-260778 ?
    I still see your logo fine on my iphone 4

    Best regards,
    Yigit

    #261245

    Topic: Login method

    in forum Enfold
    #261241

    In reply to: Breadcrumbs

    Hey ContentedKerry!

    Please see my post here – https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971

    Best regards,
    Yigit

    #261239

    Topic: Breadcrumbs

    in forum Enfold
    ContentedKerry
    Participant

    Hi how can i stop the breadcrumbs from showing on pages thanks

    #261235

    In reply to: Logo width

    Hi Ivana!

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

    .html_header_top.html_logo_center .logo {
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }

    and go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 300px

    Regards,
    Yigit

    #261234

    Hey Dude,

    thanks for your reply. I have done so. There were 4 css-files in there, now after regenerating there is only one css-file there again.
    The result is that the obtrusive blue green in DE is gone, but it’s still not identical.
    I’ve created two pics to demonstrate:
    EN & DE
    I am not sure yet which one I like more, but I definitely want it consistent.
    I checked again the General Styling Options and the Advanced Styling Options, as well as the Header Layout. All the same.

    What else could it be?
    Best,
    Katrin

    pako69
    Participant

    Hello
    On a test page I have:
    1) a fullscreen slider wich is only visible for mobile
    2) a accordion slider wich is only visible for desktop

    I’ve done that because the new accordion element is too small on mobile.
    I use two CSS class to deal with that:

    
    /* DESKTOP */
    .hidden-desktop { display:none !important;}
    .visible-desktop { display:block !important;}
    
    /* MOBILE */
    .hidden-desktop { display:block !important;}
    .visible-desktop { display:none !important;}
    

    All works great except one thing, the fullscreen slider is setup with a bottom anchor/button to go to the next section.
    > A click on this button do nothing…

    I also tried to setup the page like this:
    1) a accordion slider wich is only visible for desktop
    2) a fullscreen slider wich is only visible for mobile
    > In this order, yes the click works, but the white demi circle button is not visible on mobile.

    The test page is here: http://www.domodeco.fr/accueil-test

    Thanks :-)

    This reply has been marked as private.
    #261223
    bborsi
    Participant

    the same problem in this topic

    #260449

    http://www.newmedianewpeople.com

    Hey!

    You can define a min-width value like:

    
    @media only screen and (min-width: 769px) and (max-width: 989px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 135px !important;
    }
    }
    

    Best regards,
    Peter

    Hey Peter,

    thanks for your help!
    The quick CSS didn’t work. I try this lines and it works on the size “max-width: 989px”, but than the smaller sites doesn’t look good…

    @media only screen and (max-width: 989px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 135px !important;
    }
    }

    How can i use this CSS code just on this size “max-width: 989px” and not on the smaller sites?

    Thanks again an kind regards,
    Lukas

    #261198

    Hey DDamjanovic!

    This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386

    In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace

    
      $commentCount = get_comments_number($the_id);
    

    with

    
                        //$commentCount = get_comments_number($the_id);
                        $commentCount = $entry->comment_count;
    

    Cheers!
    Peter

    Hey!

    1) Try to insert this code into the quick css field:

    
    @media only screen and (max-width: 989px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }
    }
    

    2) No this is not possible. However in most cases it’s also not possible because the user doesn’t resize the browser window before he/she views the map. If you open the website on a smaller screen (or reload the page after the screen resize) the google maps script will calculate the center position based on the smaller screen size and then the pin is centered again.

    Best regards,
    Peter

    #261186
    This reply has been marked as private.
    #261172

    Hi!

    You can change the color with:

    
    #top h2 a{
    color: #ff0000;
    }
    

    and the hover color with:

    
    #top h2 a:hover{
    color: #ff0000;
    }
    

    Best regards,
    Peter

    #261143

    In reply to: Video Thumbnails

    Thank you Josue! Removing the autoplay=”off” part fixed the autoplay issue :) I finally got this working properly!

    #261115

    In reply to: header height increase

    my current menu bar is too much transparent gray
    when slider changes to black pic
    the gray is very obvious
    but if use dude’s codes
    the effect changes
    but dude’s codes changes the top header and menu bar
    i only want the menu bar to be transparent black
    like the right and left hover arrows in the slider

    i am using dudes codes now
    i want the top header(the part where the logo is) i want that part to be #f0f0f0

    • This reply was modified 11 years, 11 months ago by anakinroy.
    #261096

    In reply to: Custom Font?

    Hey Armin!

    Refer to this topic:
    https://kriesi.at/support/topic/custom-fonts/

    Regards,
    Josue

    #261094

    In reply to: header height increase

    thanx
    but one last question

    .header_color .header_bg,
    .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: rgba(0,0,0,0.5);
    }

    and

    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background-color: rgba(0,0,0,0.5); }
    renders to different results
    the top, provided by dude is more of a transparent black
    the bottom renders a transparent gray
    thats what i am puzzled about

    • This reply was modified 11 years, 11 months ago by anakinroy.
    #261086

    Hey!

    Try adding this code to the Quick CSS:

    body{
    background: url(_image_url_) top center no-repeat !important;
    }

    Cheers! 
    Josue

    #261084

    Hey!

    Try adding this code to the Quick CSS:

    a#advanced_menu_toggle:after {
        content: "MENU";
        display: block;
        font-size: 11px;
        position: absolute;
        top: 15px;
        left: 5px;
    }

    Cheers! 
    Josue

    Hey!

    Thank you for the link!

    Unfortunately, you might need to redo the whole gallery because the theme overrides the default gallery styling. Use the Gallery element under the Media Elements panel when using the Advance Layout Builder or use the shortcode wand. If you want to use the default wp caption, add this on Quick CSS or custom.css:

    #top .gallery-caption {
    display: block;
    }
    
    #top .gallery .gallery-item {
    width: 80px;
    height: 150px;
    overflow: visible;
    }

    Regards,
    Ismael

    #261061
    celebcomms
    Participant

    http://kimbongjour.com/enfold/parallax-mobile-error/

    this theme is have some mobile error..
    this page is parallax page.
    If i scroll down, i see the white space at top area.

    i need help.. :(

    • This topic was modified 11 years, 11 months ago by celebcomms.
    #261052

    Hey!

    Thank you for the info.

    I think it’s not working because of the images that you added. Those are not present when we suggested the code on another topic. Do you mind providing a screenshot on how you want the footer to look like?

    Best regards,
    Ismael

    #261046

    In reply to: Video Thumbnails

    Hey!

    Autoplay default value is off, according to the Codex, have you tried removing that attribute? can you post a link to the Page where you have this video?

    Best regards,
    Josue

    #261003

    In reply to: Video Thumbnails

    Back on this project. So I can get the video to play now, but autoplay=”off” still automatically plays the video in both advanced builder mode and on the webpage. Here’s the code Im using (inserting this into the Text tab of a Text Block Element:

    [video mp4="http://www.crude.com/wp-content/uploads/2014/05/crude-energy-3d-rig-compressed.mp4" poster="http://www.crude.com/wp-content/uploads/2013/11/crude-energy-3d-rig-tour-thumb.jpg" preload="auto" autoplay="off" id="movie-id" controls="true" height="200" width="300"][/video]

    #260983
    Sam
    Participant

    Hi, new this so a little confused….
    Have created several pages no problem but this page persists in loading midway down.
    https://motorbiketoursindia.co.uk/indian-adventure/travellers-tales-submissions-form/
    Have reproduced the problem on several different computers, am I missing something?

    #260973

    Hey!

    I believe you are still seeing cached version. However you can decrease max-width value in code i posted here to make your logo smaller – https://kriesi.at/support/topic/menu-covers-logo-on-mobile/#post-260778

    Regards,
    Yigit

Viewing 30 results - 129,871 through 129,900 (of 142,946 total)