Viewing 30 results - 89,971 through 90,000 (of 142,937 total)
  • Author
    Search Results
  • #694396

    Hi,

    Please remove the css modification then add this in the functions.php file:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function a() {
            var empty = $('.cart_list .empty').length;
    	    if(empty > 0) $('.cart_dropdown').addClass('hide_cart');
    	}
    
    	setTimeout(function() {
    		a();
    	}, 500);
    
    	function b() {
    	    $('#top .avia_cart_buttons .button').bind('click', function() {
                var empty = $('.cart_list .empty').length;
    		    if(!empty) return;
    
    			$('.cart_dropdown').removeClass('hide_cart');
    		    $('.cart_dropdown').addClass('show_cart');
    	    });
    	}
    
    	b();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    And the following css code in the Quick CSS field:

    @media only screen and (min-width: 767px) {
        .responsive #top .cart_dropdown {
            opacity: 1;
        }
    
        .responsive #top .cart_dropdown.hide_cart {
            opacity: 0;
        }
    
        .responsive #top .cart_dropdown.show_cart {
            opacity: 1;
        }
    }

    Best regards,
    Ismaelo

    tlchase
    Participant

    Hello Kriesi,

    As always, thanks again for an amazing theme and support!

    1- I am having an issue with the Full Width Easy Slider Slideshow Background Image on the site below in mobile view. It’s only 1 Fullwidth easy slider image with an image behind it (Slideshow Background Image-Center Center, no repeat, fixed). I want the background image to shrink along with the easy slide image to fit in responsive view.
    Please see image link below how the background image is aligned but not in responsive mode.
    I read a few posts (#280778) however they dont seem to fix having the slideshow background image decrease along with the easy slider image.

    2- I’m also trying to have the content font size shrink to a smaller size (9px for example) in responsive mode. I saw this post:
    https://kriesi.at/support/topic/font-size-adjustments-within-responsive-layouts/#post-110360 and tried it but without any luck.

    Thanks in advance for any recommendations!

    #694371
    Tate
    Participant

    Hello, I have been searching threads on this topic but can’t find a solution that seems to work for me. The threads seem to be older. I would like the image links in the masonry portfolio to open to a new tab. Is there some code I could work with to make this happen? I am using version 3.8

    • This topic was modified 9 years, 6 months ago by Tate.
    #694369

    Hey guys,

    Problem solved! I just searched through older posts and found a solution:

    Thanks!
    Chris

    #694365
    eisendan
    Participant

    I find that the three column layout, and even the two column layout do not go down to one column soon enough and the content starts looking very rectangular and well kinda squished and wrong. Is there a snippet or a setting or even documentation on this topic. I can change the css of the div.avia_one_half and also the flex cell inner, but I don’t want to waste time on this. I like the theme and it has few if no options for how it behaves at different screen sizes. I spent half an hour fixing the footer of my last work becuase the columns looked horrible again about 100px before it goes to the one column layout.

    #694352
    winnieandbuzz
    Participant

    I have some CSS in the quick CSS field but since the last update the CSS does not work. I have copy pasted the css below. Why is this not working anymore?

    /* START – do not show logo in desktop design */
    .logo { display: none; }
    /* END */

    /* START – do not show logo in mobile design */
    @media only screen and (max-width: 767px) {
    .responsive .logo { display: none !important; }

    /* div .main_color .tabcontainer .active_tab_content { background-color: #0694D2; }
    */

    div .main_color .tabcontainer .active_tab { background-color: #EF7F1B; color: white;}

    /* START – remove arrows to previous and next gallery */
    #top .avia-post-nav { display: none; }
    /* END */

    /* start – position and thickness line under main menu */
    .avia-menu-fx { bottom: 10px; }
    .avia-menu-fx {
    height: 3px;
    width:74%;
    left:13%;
    }
    /* END */

    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 10px;
    }

    #header_main {
    min-height: 82px;
    }
    }
    /* END */

    #694349

    In reply to: Deferring JS

    My goal is to fix this error on our site as pictured in private below

    I found this suggestion too but didnt help https://kriesi.at/support/topic/enfold-theme-implement-deferred-parsing-of-javascript/#post-690356

    #694345
    FreelanceWeb
    Participant

    Hi,

    I’m trying to hide/show the same element with slight modifications for optimisation for large screens, average laptops & mobile devices.

    Basically I need to change the display setting for portrait background images I have on a grid row in order that they display properly on all three device sizes.

    This is the code I’m using in quick CSS.

    @media only screen and (min-width: 990px) {
    .show-on-mobile { display: none !important; }}
    @media only screen and (max-width: 990px) and (min-width: 1500px) {
    .show-on-laptop { display: none !important; }}
    @media only screen and (max-width: 1500px) {
    .show-on-large-screen { display: none !important; }}

    Can you tell me where I’m going wrong?

    K Rgds,
    C

    #694344
    Hokuspokus
    Participant

    Dear Support,

    we have on different pages a “Fullwidth Sub Menu”. It’s not working on different cell phones, if checkbox not selected at:
    “Sticky Submenu – If checked the menu will stick at the top of the page once it touches it”

    If the box not selected, it’s wont open. Only the Hamburger is displayed.

    And Yes: Please test ist at your side. I have all other plugins deactiavted for test.

    And my other bug report, with the unvisible / disappearing field at the partner & Logo slider is also not solved since xx month.

    Cheers

    #694309

    Topic: ALTERNATIVE LOGO

    in forum Enfold
    UNBUENPLAN GROUP
    Participant

    Hello team!

    I wanted to know how I could take the alternate logo on the mobile version, take the main logo on this web http://brickfunding.com/

    In desktop version, the logo is white with glassy background, and on the phone the logo is not white, take the default logo.

    Thank you!

    #694292

    Hi,

    Great, glad we could help :-)

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

    Regards,
    Rikard

    Hi,

    Glad we could help :-)

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

    Regards,
    Rikard

    tamerax
    Participant

    Hello

    I have a color section setup and I have a partner box setup ontop of it to display some logos. The logos are in PNG format with transparent background. The issue is that it shows the white (the main content background) instead of the color section background which is green.

    I will just setup my logos with a green background for now but I think this is possbly a bug to be looked at?

    #694263

    Hi, yes I am still having issues. The code enabled the mobile menu toggle bar (t’s cut off though since it’s really high on the screen) but the left sidebar is still there. What I need is to have the iPad screen display exactly like a mobile screen with the menu toggle on the top right and the logo in the top menu bar. Thank you!

    #694242

    Hi, thank you very much for help.
    I got it working, i can load something like a gallery or contat form before the navmenu, and get the nav-menu at the bottom of the page.
    But, when i scroll down, i have setup on enfold, “if checked the header will sitck to the top of your site…” but the header get in bad position, not the top.
    Apologize about my english.
    I want to load a gallery or something before the nave menu, and when i scrolldown, the menu moves to the top.

    Glyphism
    Participant

    This is directed the skilled moderators on here. I’m you guys will have the smarts for this.

    We have an site that was developed a few years ago and used Enfold 2.4.2 The theme on it has not bene updated since, however just recently the Advanced Layout Editor has stopped working and we can not edit any pages. We need to make some updates in the next couple of days, and so we are desperate for a solution.

    I have spent all night trying to suggestions offered in relation to other examples of the Advanced Layout Editor breaking, but I can not solve it. I have spent hours trying to replicate the site onto my local machine using MAMP, and can not get that to work either. At the same time I don’t want to mess around with the live version.

    The theme has had custom changes made to css files, the header.php. footer.php, functions.php (there could be others) etc. Not ideal I know, but at the time it was done with limited understanding of child themes, etc. It also means that a simple theme upgrade is not that easy right now. I do not have a clean copy of Enfold 2.4.2 to compare the files with either.

    I am hoping there is a simple fix that can just make pages editable again, and then we can look at upgrading the site/theme properly next week. Maybe it’s just to roll back the version of wordpress to a much older one? I’m not entirely sure how to do that safely either…

    If somebody could assist us in working out how to make the site work again it would be wonderful. Details are provided in the private content area.

    Thanks,
    Mon

    • This topic was modified 9 years, 6 months ago by Glyphism.
    vanggrafisk
    Participant

    Hi Enfold.

    How to get my content full width in a color section or 1/1 section? See link below,its the section with Instagram. http://vanggrafisk.dk/ne/
    I have try with this css, but it wont works?: #instagramer-color-section-hold .container {
    width: 100%;
    }

    Another issue is, how to control the speed of an image from left to right, i want the image to delay 2 sec and then go from left to right in 2 sec?

    I have try to fix it with this code, but it wont works?;
    @-webkit-keyframes avia-ltr {
    0% { -webkit-transform:translate(-10%,0); opacity: 0; }
    100% { -webkit-transform:translate(0,0); opacity: 1; }
    }
    @keyframes avia-ltr {
    0% { transform:translate(-10%,0); opacity: 0; }
    100% { transform:translate(0,0); opacity: 1; }
    }

    You find my image in the video top of page: http://vanggrafisk.dk/ne/

    Regards
    Soren

    #694222
    Tokyo
    Participant

    Hi
    there any way to hide? “By popularity” in menu
    screen
    triceratops

    • This topic was modified 9 years, 6 months ago by Tokyo.
    #694220

    In reply to: Microsoft Edge

    long time ago there was a thing with edge – but it was only one thing :

    https://kriesi.at/support/topic/oh-edge-on-windows-10-is-again-totaly-different-to-ie11-etc/#post-482908

    IE browser got problems if a positioning was set to absolute without giving a positioning to the parent div !
    Sometimes Enfold sets up positioning without regarding this.

    But as you see above – i actually got no trouble with Edge and Enfold ( nor Angular)

    apple1104
    Participant

    1. I want to use slider in a page, but the slider is not placed correctly.
    mis placed

    2. I wrote a custom shortcode to display posts of other wordpress site. And also I want to display a slider on top.
    but wherever I put the layer shortcode before or after my custom shortcode, it always appears below the page.

    please help, thanks.

    • This topic was modified 9 years, 6 months ago by apple1104.
    #694206

    Sorry for my cascade but I run yet into another dilema: I am trying to make a full with page slider and I am uploading images of 1732×1155 px. Nevertheless on my 1680 x 1050 display the images from the slider are “zoomed in” based on how I am anchoring the element (using Image Position parameter from “Edit Form Element” within the slider settings. Has this something to do with the “Slideshow Image Size” setting (which is set at 1500×1500) and when the screen is wider than this 1500 the images are zoomed?

    Besides the “Image Position” setting is there any other thing that I could use to control how the zoom is made? Stretch the image would be in my case a better alternative as the image is already big enough in resolution to cover up to almost 1920×1080 resolution.

    Hello Rikard, if you could point me in any direction with the zoom topic on the full width slider I would appreciate it. Otherwise the things are pretty much solved.

    Thanks!

    #694202
    minkie
    Participant

    Hi,

    I’m struggling with removing the border around the home link in my menu: https://www2.autobedrijfmouris.nl/
    I’ve tried all the solutions mentioned in other topics but no luck.
    Please help!

    Best Regards, Madelon (Netherlands)

    turistai
    Participant

    Hello team,
    following my previous topic
    https://kriesi.at/support/topic/change-the-size-of-the-featured-image-without-plugin/

    Everything is ok but not in the mobile version. The featured post in the post is to streched in height.
    Is the possible to change the previuos code you sent to solve this problem?

    img.attachment-entry_with_sidebar.size-entry_with_sidebar.wp-post-image {
    height: 400px !important;
    }
    A link to a sample post is reported in the private area

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #694159

    Hi,

    Thanks for the feedback, so everything is working as it should now? Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #694158

    In reply to: Translate calendar

    Hi,

    Glad we could help :-)

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

    Thanks,
    Rikard

    #694155

    Topic: Disable Cart In Enfold

    in forum Enfold
    grpetz
    Participant

    I’m using a separate woocommerce pro cart plugin from codecanyon. It’s conflicting with enfolds cart. How do I completely disable all of enfolds cart feature so there is no JavaScript problems. Need it to just be removed from mobile and desktop.

    The pro plugin I use has a floating shopping cart icon and modal overlay upon adding to cart. That’s why I need enfolds disabled.

    Thank you. Your theme is super!

    Gary

    #694138

    Topic: Editing sidebar.php

    in forum Enfold
    kennethhuang
    Participant

    Hello,

    I’m trying to edit the sidebar.php I created in a child theme of Enfold to add a UberMenu to the sidebar using the integration code they provide:

    <?php ubermenu( ‘main’ ); ?>

    I don’t know where to add it without breaking the rest of Enfold’s settings for the sidebar.

    I’ve tried integrating UberMenu using the widget location in Enfold, but the menu appears to work for 1 second before the links stop working and the menu stops functioning. Is this because of Enfold styles in the side bar? Any simple way to fix this?

    Thanks

    #694133

    Hi,

    Replace the css code with this.

    @media only screen and (max-width: 1280px) {
    .hide-mobile { display: none; }}
    @media only screen and (min-width: 1281px) {
    .hide-desktop { display: none; }}

    Best regards,
    Ismael

    #694117

    Hi,

    Try placing the code at the very top of Quick CSS.

    Best regards,
    Josue

Viewing 30 results - 89,971 through 90,000 (of 142,937 total)