Viewing 30 results - 10,831 through 10,860 (of 244,490 total)
  • Author
    Search Results
  • #1429581

    In reply to: Church-Theme

    Hi,

    Thanks for reporting the issue. We’ll forward it to our developers for investigation.

    For now, please add the following code to the bottom of Quick CSS field in the Enfold theme options > General Styling:

    
    .avia_mobile.avia-safari .av-parallax-section {
    overflow: visible;
    }
    

    Best regards,
    Yigit

    • This reply was modified 2 years, 2 months ago by Yigit.
    #1429579

    In reply to: Erased headline font

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1429574
    This reply has been marked as private.
    #1429559

    In reply to: Erased headline font

    Hey northorie,

    That demo is using the Pacifico google font, you can set it under Enfold->General Styling->Fonts.

    Best regards,
    Rikard

    #1429558

    In reply to: Grey line

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_section_1 {
      border-top-width: 0;
    }

    Best regards,
    Rikard

    #1429555

    Topic: Church-Theme

    in forum Enfold
    northorie
    Participant

    Hi,
    on my thrid site, I want to use the church theme.
    On mobile seems to be a glitch with the header pictures. Would you kindly check it?

    Example Page

    Best regards

    #1429554

    Topic: Erased headline font

    in forum Enfold
    northorie
    Participant

    Hi,
    I bought the beautiful enfold theme two more times for my other websites. Using the freelancer demo.
    I accidently erased the headline font.
    How can I get it back?

    Best regards

    #1429552

    In reply to: cache not working

    Hi
    Of course i know what this is I just transferring the message.
    Should i add this code to functions-enfold.php instead of functions.php?

    Hey Thomas,

    Thank you for the inquiry.

    Have you tried enabling the Sidebar on Smartphones option in the Enfold > Sidebar Settings panel? And if you need to move the sidebar above the product loop, you can try this script.

    function ava_custom_script_mod(){
      ?>
      <script>
            (function($) {
    			// move the product category sidebar above the content on mobile view
    			function av_move_prodcat_sidebar() {
    				var is_mobile = false;
    				var is_archive = $("body").is(".tax-product_cat");
    				if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
    					is_mobile = true;
    				}
    				
    				if( is_archive && is_mobile ) {
    					$(".sidebar").prependTo(".template-shop.content");
    				}
    			}
    
    			$(document).ready(function() {
    				av_move_prodcat_sidebar();
    			});
    		})(jQuery);
      </script>
      <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');

    Best regards,
    Ismael

    #1429540

    In reply to: Header setting error

    Hi,

    Thank you for the update.

    The menu items are not displaying because their opacity is set to 0. Did you add this modification somewhere?

    #top #wrap_all #av-burger-menu-ul > li {
        opacity: 0;
        position: relative;
        top: 18px;
        transition: opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;
        transform: translate3d(0,0,0);
    }
    

    You may need to remove the code or override it with the following css.

    #top #wrap_all #av-burger-menu-ul > li {
        opacity: 1;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    #1429536

    In reply to: Footer changes

    Hey Createve_Solutions,

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

    body#top #wrap_all .footer_color .widgettitle {
      color: #fff;
      border-color: #ddd;
    }

    Best regards,
    Rikard

    • This reply was modified 2 years, 2 months ago by Rikard.
    #1429524
    thinkjarvis
    Participant

    Hi guys,

    Google has not been able to find me an answer.

    I’d like to add a widget area on the blog/news page just above the loop.

    Any idea what hook I need to do this?

    For the Woocommerce page it is as below but I need to same positioning on the blog page.

    // Add Widget above products on all shop pages
    add_action( 'woocommerce_before_shop_loop', 'enfold_customization_shop_widget_area', 50 );
    function enfold_customization_shop_widget_area() {
        dynamic_sidebar( 'shopheader' );
    }

    Any idea what I need?

    thinkjarvis
    Participant

    Hi guys,

    As it stands when you are using Enfold with WooCommerce the sidebar on the shop and product archive pages disappears on mobiles. This means any filters also disappear.

    I would normally add a second widget area above the product grid and duplicate the widgets so we have seperate mobile filters to desktop filters.
    This is inefficient and on my larger sites caused difficulty managing filters.

    I have a simple solution to this using a small JS script that allows the sidebar to show and hide via a button on mobiles.

    See private content for details.

    Hi,

    Thank you for the quick response. Sorry, I am not quite sure what you mean by giving you my login details. Are you referring to the login details of my WordPress account?

    Please see the attached screenshot links. FYI I am using the Enfold construction demo.

    Thank you for your assistance in this matter.

    #1429513

    Hi,

    Thank you for the update.

    The entries aviaAsset_css_filecontent and aviaAsset_js_filecontent should be automatically removed once you’ve disabled the Enfold > Performance > File Compression settings. If this is not the case, make sure that the compression settings are disabled, then try to delete the entries manually. Unfortunately, the entries with the prefix av_alb_usage_ cannot be removed because they are used by the Advance Layout Builder.

    Best regards,
    Ismael

    #1429511

    Hey macika,

    Thank you for the inquiry.

    Have you assigned one of the menus as the Enfold Main Menu in the Appearance > Menus panel? Please go to the Appearance > Menus panel, select your main menu, and assign it as the Enfold Main Menu in the Menu Settings > Display location section.

    If you want to create a button-like menu item, edit one of the menu items in the Appearance > Menus panel, and then adjust the Menu Style settings.

    Best regards,
    Ismael

    #1429501

    In reply to: cache not working

    I must say to you that any other theme works perfectly fine with SG cache. I can’t b sure if GS reports are 100% accurate about the cause i am just transferring information from one to another.

    The only thing that is clear to ne is that this is happening with enfold

    #1429500

    In reply to: cache not working

    Hi,
    Thanks for the feedback, since you have disabled the Enfold cookie bar the only PHP Session cookie that is now applied is the WordPress PHPSESSID, I don’t believe there is anyway to completely remove this. This is beyond what we can help you with since it is a basic WordPress function, and I’m not sure that WordPress will work correctly if you were able to remove this.

    Best regards,
    Mike

    #1429490

    Hi,
    You can put a border around the image, with this css:

    #av-sc-portfolio-1 .inner-entry a.grid-image {
    border: solid 2px red;	
    }

    Enfold_Support_4373.jpeg
    but not around the image and title without including the gap:

    #av-sc-portfolio-1 .grid-entry {
    border: solid 2px red;	
    }

    Enfold_Support_4375.jpeg

    Best regards,
    Mike

    #1429486

    In reply to: Pop-Up/LIghtbox

    Hi,
    On my test page I added two more buttons with the URLs #open-popup3 and #open-popup2
    Enfold_Support_4367.jpeg
    and adjusted the code blocks to match:
    Enfold_Support_4369.jpeg
    and they work correctly:
    Enfold_Support_4371.jpeg
    try checking your code again.

    Best regards,
    Mike

    #1429485

    In reply to: Fonts

    Hi,
    I’m not sure that I understand your question.
    Earlier I thought that you wanted to deactivate the Enfold cookie banner, and now it is, correct?

    Best regards,
    Mike

    #1429481

    In reply to: Centre Footer

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
    	max-width: 90%;
    }
    
    .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child {
        width: calc(50%);
        clear: none; 
    }
    .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child .widgettitle {
    	width: 98%;
    }
    .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) .widgettitle {
    	width: 100%;
    }
    .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) #menu-item-1422 a {
    	padding-right: 0;
    }
    .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) {
        text-align: right;
        width: calc(50%);
    }
    
    .responsive #top #wrap_all #footer .flex_column.av_one_third:last-child {
        width: 100%;
        text-align: center;
    }
    .wpcf7 .wpcf7-spinner {
    	display: none;
    }
    }
    

    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

    #1429480

    Hey schweg33,
    The Portfolio Grid element doesn’t offer a gap setting, like the Masonry element does:
    Enfold_Support_4365.jpeg
    I would recommend using this and the built-in gap options to reduce possible errors for certain screen sizes.
    Or you could try this css:

    #av-sc-portfolio-1 .grid-entry .inner-entry {
        margin-right: 4px;
    }

    Best regards,
    Mike

    #1429479

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1429478

    In reply to: Pop-Up/LIghtbox

    Hi,
    To enable a button to open the popup, add a button to your page and set the link URL to #open-popup:
    Enfold_Support_4357.jpeg
    then go to Advanced ▸ Developer Settings and add the custom class open-popup-button:
    Enfold_Support_4359.jpeg
    then update the popup script in your child theme functions.php to this:

    function magnific_popup_with_no_scroll_and_button() { ?>
      <script>
    (function($) {
      $(window).on('load', function(){
    	$('.open-popup-button a').addClass('open-popup-link');
        $('.open-popup-link').addClass('no-scroll');
        $('.open-popup-link').magnificPopup({
          type:'inline',
          midClick: true,
          callbacks: {
            beforeOpen: function () {
              $('body').css("overflow-y", "hidden");
            },
            close: function() {
              $('body').css("overflow-y", "auto");
            },
          },
        });
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'magnific_popup_with_no_scroll_and_button', 99 );

    then you can use both text links and buttons for your popup like in the example:
    Enfold_Support_4361.jpeg
    Enfold_Support_4363.jpeg

    Best regards,
    Mike

    #1429471

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-post-nav:hover .entry-info-wrap {
        width: auto;
    }
    #top .avia-post-nav .entry-info {
        width: auto;
    }

    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

    #1429460

    In reply to: Fonts

    I have now checked, jQuery Migrate is activated.
    I have now rewritten functions.php as described in your documentation, but have not created a child theme. Now the cookie banner of Enfold is deactivated. Was that also a possible solution? 😂

    #1429458

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-post-nav .entry-image {
        display: none;
    }
    #top .avia-post-nav .entry-info-wrap {
    text-align: center;
    }

    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

    #1429456

    Hi,
    Thanks for the feedback, but I checked your page on Windows in Chrome, Firefox, & Edge and Mac in Safari, Chrome, Firefox
    and all showed the sub-menu “Mariage” aligned below the parent menu item like this:
    Enfold_Support_4355.jpeg
    I’m not sure why you would be seeing this, are you using an iPad? please post your screen resolution to see if this only occurs at a specific size. I did check a few random sizes but was not able to reproduce your screenshot.

    Best regards,
    Mike

    #1429452

    Hi,
    Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enabling Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files, then clear your server cache, then check again.
    Then once these old files are removed you can enable the above again, I don’t think this setting will resolve old files, only the new ones.
    Otherwise try the other option in the dropdown: Disable unique timestamps only

    Best regards,
    Mike

Viewing 30 results - 10,831 through 10,860 (of 244,490 total)