Viewing 30 results - 98,671 through 98,700 (of 142,852 total)
  • Author
    Search Results
  • #600918
    Asterios
    Participant

    Hello,

    I had deleted this part in my shortcodes.css and used it in my child theme:

    @media only screen and (max-width: 767px) { .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;} .responsive .tabcontainer .tab_titles{display:none;} .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; minheight: 0!important;} .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; } .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;} .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;} }

    It used to work fine, until I upgrated to 3.5 (10 Minutes ago). Now it somehow doesn´t read the shortcodes.css from the childe theme, and I had to remove the code from the theme order, which will again get lost after a future update.

    Please have a look into that!
    The page I used it for, is this one:

    As I said, the code is now deleted from the enfold-order, since the site is online.

    Thank you
    Asterios

    #600908
    mepho
    Participant

    Hey guys,

    I already reduced header size on iPhone and it worked. I tried to use the same code to do that on the tablet (iPad) – the header did reduce, but i’m getting a weird duplicated line under header and when i call the mega menu, all the sub-items are shifted up. Link (go on tablet): mete.photography/projects Here’s the code I used:

    /* reducing header on iPad */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    #menu-item-search {top: -10px !important;} 
    
    .avia-menu-text { position: relative; top: -12px; }
    
    .container.av-logo-container { max-height: 59px; }
    
    #top #header .avia_mega_div { max-width: 200px;}
    
    .avia-menu.av_menu_icon_beside {
    padding-right: 15px !important;
    margin-right: 15px !important;
    border-right-style: none !important; }
    }

    Please let me know if I should change // add something. I tried lots of stuff from support forums and haven’t found a fix yet. Thank you in advance for the help.

    • This topic was modified 10 years ago by mepho.
    #600892

    Hi!

    I have loaded your web site and I can no see the code ismael suggested, so I can not see how we can deal with that..
    Please do add the code and let us know so we can review.

    Again, please be patience and do not do multiple answers to the topic, as it goes last to our que

    Regards,
    Basilis

    #600884

    Hey mas1294!

    Please take a look here
    https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/

    on how to modify your sidebar.

    Thanks a lot for your patience

    Best regards,
    Basilis

    #600868
    ping-pong
    Participant

    Hey,
    I did some changes to my header and main menu in header and now have a problem with the “clickable areas” for the menu items which are around five times as high as the menu item itself, also the colored hover is much too high. I’d like to have them shrunk to only a bit higher than the menu item. How can I achieve this?
    At the moment the hover on menu items is grey, so this grey area should be smaller.
    I’m sorry I don’t really know how these “clickable areas” are called.
    (I know that the design doesn’t look very well but that’s only cause I’m mostly working offline and the online version is only for support.)
    Changes in Quick CSS:

    /* HEADER */
    
    /* Logo */
    .logo img {
    height: 100px;
    width: auto;
    margin-top: 10px;
    }
    
    /* header at very top */
    #header_meta {
    display: none;
    }
    
    /* MENU */
    .main_menu { margin-top: 40px;
    }
    .avia-menu-fx{
    top: 105px !important;
    }
    .sub-menu {
    top: 85px !important;
    width: 160px !important;
    }
    
    /* GRADIENT in Header */
    #header_main { 
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffee00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffee00));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ffee00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffee00',GradientType=0 );
    border-bottom: -20px;
    }
    span.trail-before {
    display: none!important;
    }
    
    /* GRADIENT in title */
    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    background: background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffee00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffee00));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#ffee00 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ffee00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffee00',GradientType=0 );
    }
    span.trail-before {
    display: none!important;
    }

    Thank you in advance!
    Regards.

    #600866

    Hi Jordan, thanks for replying with video included. Interesting that it works ok for you. On my desktop (Win10) I have tested with Chrome and Edge with no success. On iOS with Safari and Chrome with same result. On Android ditto with Chrome. I will also record a video and attach it asap.

    In the meantime, thinking out loud, is there any code in the functions that load the requested web pages that controls timeouts? And then fall back to the front page if reached?

    #600842
    borkosavic
    Participant

    Hello guys,

    I have the same problem (id like tooltips to be opened via click instead of hover – https://kriesi.at/support/topic/tooltips-with-click/ ) that has been solved several times here, but the theme is updated so the solutions like arent valid anymore.

    Can you please tell me which lines do I need to edit in current version of the theme?

    Thanks in advance!

    #600833

    Hey!

    Thank you for coming back.

    See post https://kriesi.at/support/topic/magazine-module-displaying-posts-by-author/

    Enjoy the theme and feel free to comeback with further inquires – open a new topic.

    Cheers!
    Günter

    #600832

    Hi!

    Thank you for coming back.

    Kriesi looks at these reguarly and decides, what to implement or develop.
    Keep in touch with Themeforest to see updates in future releases.

    Enjoy the theme and feel free to comeback with further inquires – open a new topic.

    Cheers!
    Günter

    #600826

    Topic: Embed mp4 on lightbox

    in forum Enfold
    fesarlis
    Participant

    I have found many topics about this but still can’t get it working.

    I have uploaded an mp4 on my server. I just want a lightbox to open in my homepage and play that video automatically. Is this possible?

    #600813
    MichaelAlbany
    Participant

    On the page I am building I needed to place the menu in a specific position using the following code:

    .main_menu {
    position: relative; left: 400px; top: 100px;
    }

    Now the sub menu is about a km below the menu. Also the menu doesn’t reposition when the shrinking header is used so I had to turn that off.

    I would like to know how to at least place the sub menu properly. If I can have the menu tucked under the logo as it shows now and have it shrink with the header too, that would be optimum. I need to at least fix the submenu though.

    #600806
    shawnbanack
    Participant

    Hello,

    Still no answers after responding 2 days ago….

    See Private Info.

    #600805
    kbarranco
    Participant

    https://kriesi.at/support/topic/change-separator-between-categories/#post-451182

    I got as far as opening the file (masonry_entries.php) but can’t find the code to change.

    #600800

    Hi joeb1981!

    Thanks for reaching out to us!

    Please go to Enfold -> Header and under Menu and Logo Position select Logo center, menu below. Also go to Enfold -> General Styling -> Quick CSS and add the following code:

    .html_header_top.html_bottom_nav_header .main_menu>div {
    float: left;
    }

    Cheers!
    Jordan

    #600778
    jocelynstcyr
    Participant

    Hello,

    I have an issue that I’m noticing with both portfolio and masonry grids. I tried masonry first, and thinking it was just an issue with that, I switched to portfolio. My images seem to be overlapping. Unlike the thread here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895 where the images spread out after the page fully loads, the images stay stuck on top of each other.

    The images also overlap into the footer, but I placed whitespace (and text) at the bottom so it’s not apparent.

    How can I address this?

    Thanks for your help!

    #600774
    #600764

    Hey Purplenaartjie!

    Here is an idea how you can do such changes
    https://kriesi.at/support/topic/use-different-social-icons/#post-251970

    Please do let us know if you need anything else

    Cheers!
    Basilis

    #600750

    In reply to: Author box after post

    Hey esemmel!

    Please take a look here

    and let us know if that works out for you

    Best regards,
    Basilis

    #600746

    Btw, just a last question, if I want something NOT shown on just mobile phones, but on Tablets it should be the same as desktop, is that possible? How many px should I change it too?

    And is it even possible to have 3 options, everything showing on desktop, some things left away on tablet and even more things left away on mob phones?

    #600720

    Topic: Slow Loading of Video

    in forum Enfold
    slui
    Participant

    Hi,

    I’ve got a full screen video that plays in the background and I’m having a problem to not get it to show the blank screen before the text shows. I would prefer that the text and the videos show up together.

    The video is currently hosted on Vimeo – Basic.

    The video does not show in mobile, only in desktop mode.

    Any help in getting this resolved or a way to time to the video and text to show simultaneously would be helpful. Thanks

    sl

    #600703

    Topic: Yoast breadcrumbs

    in forum Enfold
    CaptainCJ
    Participant

    Hi there,

    I changed the code in my child theme like said in this topic:
    https://kriesi.at/support/topic/add-yoast-breadcrumbs-in-the-same-spot-of-the-enfold-breadcrumbs/#post-243686

    This is my new code:
    if($breadcrumb) $additions .= yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’, false);

    I see the same breadcrumbs from Enfold and not the Yoast.
    Can you please help me?

    #600689

    Hi!

    Thank you for using our theme.

    Leave the code for margin-top and add the following below:

    
    .header-scrolled {
        margin-top: auto !important;
    }
    

    Regards,
    Günter

    Thank you for your answer.

    I already tried doing it that way, but the problem is, if i do so, on my mobile (Galaxy S5) it would move the text out of the range of the div box, because on the desktop design (or the desktop browser) the anchor of the position absolute is in the bottom left corner of the div box. On my mobile it is on the top left corner, which would be the normal behavior, isn’t it?

    • This reply was modified 10 years ago by The Shadow.

    Hi L0g333!

    Thank you for using our theme.

    You can change

    
    top: -42px;
    

    to move the span.

    On FF it works also for a small screen.

    Regards,
    Günter

    #600670

    Hi,

    its the “Startseite” menu item that is on the menu. its not a custom link.
    the #top is automatically added to the “Startseite” href if you are on the homepage. same with the other pages.

    #600668
    Asterios
    Participant

    Hello everyone,

    I have a small problem with the resonsive title of a table. As you can see in the screenshots, not the whole title appears on mobiles.
    Is there any solution to this?

    Site

    Desktop

    Smartphones

    Best Regards
    Asterios

    #600657

    Hi!

    Add this in the Quick CSS field:

    #header_meta, #header_meta .container {
        min-height: 1px;
        height: 1px;
    }

    Adjust the top padding of the main container:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
        padding-top: 168px;
    }

    Best regards,
    Ismael

    #600655
    Hiren
    Participant

    Hi guys,

    A very quick question. One of the latest Enfold demos show sticky menu slide in action here – http://kriesi.at/themes/enfold-one-page-portfolio/

    We are already using the sticky menu but it is simply basic sticky action – menu stays right there. Can I achieve the same as the above demo for our client website. Website detains included.

    #600653
    mohamed911
    Participant

    I searched the form and found the following solution:

    Go to (includes/helper-responsive-megamenu.php)

    Lookup this file
    if(!$this->top_menu && !empty($item->description))

    Replace it with:
    if(!empty($item->description))

    Unfortunately. This didn’t work. http://eac.voomatic.com/
    I want to add a description or a tool tip to (Our Store) that says (Coming soon)

    Suggestions?

    Thank you

    #600618

    In reply to: Magazine Customize

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-magazine p.product.woocommerce.add_to_cart_inline {
        border: 0 !important;
        padding: 0 !important;
        display: inline-block;
    }
    
    #top .av-magazine .av-magazine-content.entry-content {
        margin-bottom: 10px;
    }

    Cheers! 
    Josue

Viewing 30 results - 98,671 through 98,700 (of 142,852 total)