Viewing 30 results - 6,961 through 6,990 (of 142,936 total)
  • Author
    Search Results
  • #1427500

    Hi Nikko,

    No, the shrinking sidebar is not the issue, as this still happens with a fixed top heading. This has also been reported by other users. I found another thread on this topic, #436895, which says to add the following CSS:

    ul.avia-slideshow-inner {
    height: auto !important;
    }

    This fixes the issue but breaks my fullscreen slider. So I then created my own CSS class, but for whatever reason, it no longer works:

    easy_slider_auto_height {
    height: auto !important;
    }

    -James

    #1427490

    In reply to: Infinite scroll

    have a look at this – maybe it is still working:
    https://kriesi.at/support/topic/quick-way-to-add-infinite-scroll/#post-681490

    #1427481

    Hey Joshua,

    If you can’t get the purchase code from the people who purchased your license, then you would have to purchase your own license here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Once you have access to the theme files, then the update to 5.6.8 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1427477

    Hey ausgesonnen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427469

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427457

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427455

    Topic: Settings in backoffice

    in forum Enfold
    Anouk
    Participant

    Hi,

    In several websites I use, the settings in the backoffice (in the right top of the page) does not work. Next to the blue button where you can update a page. It is this little square with a line in it, it becomes black or white but the settings menu does not appear so I can not change the parts in the menu. This is since I updated the last version. Can you please check why this little button does not work?

    Thank you in advance!

    Anouk

    #1427449
    ausgesonnen
    Participant

    1. The header Item of each dropdown menu item is not clickable. On the desktop version there is no problem. please send css or advise.
    2. the font of the mobile menu is very large. how can I make it smaller?

    #1427442
    Munford
    Participant

    HI
    I just added the category text above my product title like this: https://kriesi.at/support/topic/code-for-woocommerce-categories/#post-1427387
    Is there a way to target that category text to be uppercase?
    thanks
    Nancy

    #1427437

    In reply to: Lines

    1. top right corner – the IN icon is gold. Upon scrolling it turns white. Can you please send css so that it is gold all the time?
    2. gold lines appear around the dropdown menu boxes. Please send code so that they are gone
    3. there is a strange white line under the menu at the top in the transparent mode. Please send css to make it go away.
    4. when scolling to the bottom a strange white line appears at the top of the footer. please send css to make it disappear

    thanks

    #1427428

    Hey Tomaz,

    You can buy a new license here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Once you have access to the theme files, then the update to 5.6.8 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1427420

    hi,

    it works fine other themes, i works fine when i deactivate the layout editor.
    so it is clearly an issue in enfold, right?

    other user have problems to:

    bis dann, marco.

    #1427418

    In reply to: Unable to send form

    This reply has been marked as private.
    #1427405

    Topic: insert javascript

    in forum Enfold
    schweg33
    Participant

    Hello everyone
    I found this support request from you here:

    I have inserted the part in the function.php.
    The script below I have inserted into the Customizer.css.
    Now I don’t understand where to put the
    <script type=”text/javascript”>
    have to insert?
    Can you help me with this?
    then I would like the popup to only appear on one page
    Page number: 11748
    Thank you very much
    kind regards
    Franz

    #1427402

    Hi jb84,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header.header-scrolled #header_main .avia-menu-text {
        color: black;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427399

    Hi bemodesign,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #offer .avia_textblock > div {
        margin-top: 20px;
        padding: 20px 20px 10px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427396

    Hi Nancy,

    Please try to use this code:

    /*add search to the bottom of mobile menu*/
    function add_ajax_search_icon_to_burger_menu()
    {
    ?>
    	<script>
    		(function($) {
    			$('#avia-menu').one('click', function() {
    				$('#menu-item-search').clone().wrapInner('<li class="burger_search"/>').children(0).unwrap().appendTo('#av-burger-menu-ul');
    				$('#top #wrap_all #av-burger-menu-ul > li').css({
    					'-webkit-transform': 'none'
    				});
    			});
    			$('#avia-menu').click(function() {
    				setTimeout(function() {
    					if ($('#av-burger-menu-ul').is(":visible")) {
    						$('#menu-item-search').css({
    							'visibility': 'hidden'
    						});
    					} else {
    						$('#menu-item-search').css({
    							'visibility': 'visible'
    						});
    					}
    				}, 500);
    			});
    		})(jQuery);
    	</script>
    <?php
    }
    add_action('wp_footer', 'add_ajax_search_icon_to_burger_menu');

    Hope it helps.

    Best regards,
    Nikko

    #1427392

    In reply to: Table Colours

    Hi Snerp,

    Please try to add this CSS code as well:

    #top .avia-table tr.avia-heading-row {
        background-color: white;
    }

    Best regards,
    Nikko

    #1427387

    Hi Nancy,

    Please try to change the hook from woocommerce_before_single_product_summary to woocommerce_single_product_summary

    Then add this CSS code in Enfold > General Styling > Quick CSS:

    .single-product-summary .product_title {
        margin-top: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427385

    But if I use one of those slider templates I’m not sure how I will incorporate navigation and logo to be part of it. Just like example https://kriesi.at/themes/enfold-2017/
    I want nice picture from the top of the page with navigation and logo on it. Is it possible just to import that slider or just home page? Then I would have to create what i below the slider from the beginning.

    #1427381

    Hey ilonka78,
    It looks like you used the construction demo to create your site, which has the fullwidth easy slider at the top, and you want to use the LayerSlider slider at the top like the 2017 demo, correct?
    I can post the LayerSlider so that you can import it into your site and then you can remove the top slider on your page and add the LayerSlider element to your page if you like, but if you look at the free templates available in your LayerSlider you may find a slider that you like better than the 2017 demo slider, have you taken a look?
    Try going to the LayerSlider templates:
    Enfold_Support_4011.jpeg
    then click sliders:
    Enfold_Support_4013.jpeg
    then click free to see only the free ones:
    Enfold_Support_4015.jpeg

    Best regards,
    Mike

    #1427378

    In reply to: Table Colours

    Thanks Nikko, that worked. Any way to get some CSS to change the top row/header background colour?

    #1427374

    Hey Jonathon Parris,
    Thanks for the css, the issue is that your css for the H2 & H3 tags are don’t have enough specificity, you need to add some IDs and classes to override the theme css, like this:

    @media only screen and (max-height: 767px) {
    #top .main_color h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: "Bangers";
    }
    
    #top .main_color h3 {
    font-size: 45px;
    line-height: 45px;
    font-family: "Bangers";
    }
    }

    If this doesn’t help please log into the support forum and open a new thread with the url to the page in question so we can examine the specific element closer.
    Please note that using the contact form is not appropriate for support question.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    #1427373

    In reply to: CSS Colors

    Hi,
    Thanks but I don’t see the same screen that is in your screenshot, but try this css:

    #top .main_color p.return-to-shop a.button,
    #top.woocommerce-account .main_color a.button {
    	color: #fff !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1427372
    Munford
    Participant

    hi
    I found some code here: https://kriesi.at/support/topic/ search-as-part-of-fly-over-menu/#post-1372412
    that allows me to add a search icon to the top of the mobile menu:

    /*add search to top of mobile menu*/
    function add_ajax_search_icon_to_burger_menu(){
      ?>
      <script>
    (function($){
    $('#avia-menu').one('click', function(){
        $('#menu-item-search').clone().wrapInner('<li class="burger_search"/>').children(0).unwrap().prependTo('#av-burger-menu-ul');
        $('#top #wrap_all #av-burger-menu-ul > li').css({'-webkit-transform':'none'});
    });
    $('#avia-menu').click(function() {
    	setTimeout(function(){
    	if ($('#av-burger-menu-ul').is(":visible")) {
    	$('#menu-item-search').css({'visibility':'hidden'});
    	}else{
    	$('#menu-item-search').css({'visibility':'visible'});		
    	}
    	},500);
    });
    })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'add_ajax_search_icon_to_burger_menu');

    Is there a way to move it to the bottom instead?
    thanks
    Nancy

    #1427370
    ilonka78
    Participant

    Hi
    This is my current website that was build a while ago using this demo https://kriesi.at/themes/enfold-overview/

    I would like to change the look of it to something like that:

    I will have new 2-3 images rotating
    How can I change only that top slider part without importing whole new demo? I don’t want to loose content below the slider or overwrite anything.

    Thank you

    #1427360

    Hey Munford,

    Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427355

    In reply to: Search bar in a slider

    Fixed using the following CSS:
    /*SEARCH FORM IN MENU*/
    #searchform>div {
    max-width: 600px !important;
    display: inline-block !important;
    opacity: 100 !important;
    }
    .avia_mobile #top #searchsubmit, .avia_mobile .ajax_load {
    height: 39px;
    }

    but the issue I’m having is that the resulting does not allow users to click on that link.

    #1427354
    Jonathon Parris
    Guest

    Hello,

    I have been using Enfold for a couple years and have decided to use the “custom.css” file to edit my sites. I’m trying to use the @media queries to react to mobile and desktop but the media queries won’t take affect. May I ask for some assistance? I will copy my current CSS into the next field.

Viewing 30 results - 6,961 through 6,990 (of 142,936 total)