Forum Replies Created

Viewing 30 posts - 37,681 through 37,710 (of 66,745 total)
  • Author
    Posts
  • Hi,

    Thank you for the screenshot. I can see the issue now. Some of the sections are outside the wrap_all or main container which causes the issue. Please post the login details here so that we can check the page layout. Or edit the page then move all elements or group of elements inside their own color sections. Make sure that all elements are wrapped inside a color section.

    Best regards,
    Ismael

    in reply to: "Error fetching content" – Problem still exists on 3.8.4 #733443

    Hi,

    Did you increase the value of the WP_MEMORY_LIMIT value as suggested on our previous reply?

    Best regards,
    Ismael

    in reply to: LayerSlider WP align image on the right #733441

    Hi,

    Glad that we could help. Please let us know if you need any thing else. :)

    Best regards,
    Ismael

    in reply to: Burger menu and megamenu #733436

    Hi,

    Thank you for using Enfold.

    This is possible but it will require a major modification on the theme. You can only select either one of the menu style or display by default. Please contact a freelance developer or contact our partner, codeable.

    // http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Problem with Polylang Plugin and slider #733434

    Hi,

    Thank you for using Enfold.

    Did you use the advance layout builder? Which page or pages are having this issue? We created a test page and the slider is working ok.

    // http://sieroslawscy.ankarat.ayz.pl/pl/test/

    Best regards,
    Ismael

    in reply to: words in the blog page isn't formattated #733433

    Hi,

    Where did you add the “more” (https://en.support.wordpress.com/more-tag/) tag? Please try to add the excerpt in the Excerpt metabox. If you can’t see that box, enable it by clicking Screen Options at the top right corner of the post editor.

    Best regards,
    Ismael

    in reply to: navigation through woocommerce product #733432

    Hi,

    Please replace the code with the following.

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('product')) {
            $settings['taxonomy'] = 'product_cat';
    	$settings['is_fullwidth'] = false;
      }
      $settings['same_category'] = true;
      return $settings;
    }

    Best regards,
    Ismael

    Hi,

    Yes, this is a minor styling bug in the theme. Please add this in the Quick CSS field to fix the issue temporarily.

    .av-social-sharing-box-minimal .av-share-box ul {
        border: none !important;
    }
    
    .av-social-sharing-box-minimal ul li {
        border: none;
    }

    Best regards,
    Ismael

    in reply to: Promo Button Placement under Text #733421

    Hi,

    Thank you for the update. I checked the page again today and the text or content of the text block are centred properly. Did you figure out the issue?

    Best regards,
    Ismael

    in reply to: Enfold theme Hotel Demo header #733419

    Hi,

    The menu items are set to “buttons” so the advanced styling options are not going to take effect. Please try to modify the style in the Quick CSS field.

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background-color: green;
        color: blue;
        border-color: red;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    in reply to: Menu jumps to second row #733418

    Hi,

    Thank you for the update. Looks like you managed to fixed it with the following css code.

    @media only screen and (max-width: 1327px) and (min-width: 990px) {
    #header #header_main_alternate .container {
        max-height: none;
        height: 100px;
    }
    }

    Best regards,
    Ismael

    in reply to: Recent Blogs Not Displaying on Blog Page or Recent Posts #733417

    Hi,

    I checked the blog’s html and found this line even though the W3 Total Cache plugin is deactivated.

    Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

    Minified using disk
    Page Caching using disk: enhanced
    Database Caching 1/98 queries in 0.113 seconds using disk
    Object Caching 4622/5009 objects using disk
    Content Delivery Network via N/A

    Served from: http://www.kiefelphotography.com @ 2016-10-18 06:44:25 by W3 Total Cache

    Please post the content of the .htaccess file on pastebin.com. We would like to check it.

    Best regards,
    Ismael

    Hey!

    But why did you do that?!
    I just erase this css code in style css

    I did it because I wanted to test if it’s the correct file server. The changes I created are not affecting the site “https://paumedeterre.fr”.

    So can you fixe the “+/- button not desplay problem on all the website” before sunday?

    The quantity buttons are not displaying even before I placed the css modifications. I can’t fix it because the changes that I put into the files are not taking effect in the frontend. Is there a server cache or did you subscribe to a cdn provider?

    And follow exactly this reffer:
    https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/
    Everything work find now but the buttons + and – in between the quantity field has desaepeared.

    Did you put the following code somewhere? I can’t find it in the child theme’s functions.php file.

    add_action('init', function() {
    	wp_dequeue_script( 'avia-woocommerce-js' );
    	wp_enqueue_script( 'avia-woocommerce-child-js', get_stylesheet_directory_uri().'/js/woocommerce-mod.js', array('jquery'), 2, true );
    }, 11, 1);

    Please get a fresh copy of the theme then override your installation just to make sure that none of the files are modified.

    Cheers!
    Ismael

    in reply to: Page coloring #732527

    Hi,

    Thank you for using Enfold.

    The color is coming from the admin_styles.css file.

    .container {
        background: #EAF3FA;
        padding: 10px;
    }

    It’s a css file of the magic-wp-coupons plugin.

    And we would like to apologise for the late response. Please note that bumping or replying to your own thread will push the topic back to the end of the queue so moderators won’t be able to see it immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Pause button on content slider #732523

    Hey bitojoe,

    Thank you for using Enfold.

    The slider will automatically pause if the user click on the slider dots or arrows. If they really want to read the content they can click those buttons to go back to the previous or next slide. The option is possible but it will require custom modification that we won’t be able to provide here. Please hire a freelance developer or contact our partner, codeable.

    // http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Increase factor of shrinking header #732520

    Hey Christopher,

    Thank you for using Enfold.

    The Shrinking Header option is disabled when I checked the site. Please create a test page where we can see the issue or post the login details in the private field and we’ll test it.

    Best regards,
    Ismael

    in reply to: Header background different colours #732518

    Hi,

    UPDATE: Please use this for the transparent logo container.

    .av-section-bottom-logo.header_color .container {
        background-color: rgba(255,255,255,0.5) !important;
    }

    Best regards,
    Ismael

    in reply to: Header background different colours #732517

    Hi,

    Thank you for using Enfold and we would like to apologize for the late response.

    You can add the following css code to make the header or logo container transparent.

    .av-section-bottom-logo.header_color {
        background-color: rgba(255,255,255,0.5) !important;
    }

    And move the first section upwards or underneath the header with this one.

    .av-section-bottom-logo.header_color + div + .avia-section {
        margin-top: -135px;
    }

    Best regards,
    Ismael

    in reply to: Image sized white space in gallery #732515

    Hey tjpicasso,

    Thank you for using Enfold.

    Please add this in the Quick CSS field.

    #top div .avia-gallery img {
        float: none;
    }

    This will create gaps in the tall images below so you should add another image to make it even.

    Best regards,
    Ismael

    Hi,

    How do I adjust the position of navigation fonts in the header?

    Please go to the Header > Header Layout panel then select from the Menu and Logo Position options.

    Is this only to change the submenu fonts?

    You can also modify the submenu or Mainmenu sublevel links in the Advanced Styling panel. Unfortunately, the mega menu elements are not included in the advanced styling panel so you have to add the css modifications.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #732501

    Hi,


    @jewsforjesus
    : Please create a new thread with the site url and the login credentials. We’ll check it there.

    Best regards,
    Ismael

    in reply to: Issue changing background color #732499

    Hi,

    Please use this in the Quick CSS field.

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
        background-color: #ffffff;
    }

    Or use the color section element.

    Best regards,
    Ismael

    in reply to: Editor not working (urgent!!!) #732497

    Hi,

    Great! Glad that you solved the issue. Let us know if you need anything else. Thank you for using Enfold and have a nice day! :)

    Best regards,
    Ismael

    in reply to: Crate private area in my wordpress #732495

    Hey Marcello,

    Thank you for using Enfold.

    If I am not mistaken, you can do this with the WooCommerce plugin. Users will be able to see the download links in their account page. Please read through this documentation.

    // https://docs.woocommerce.com/document/digitaldownloadable-product-handling/

    Best regards,
    Ismael

    in reply to: single post image position #732493

    Hi,

    You don’t need to add the jQuery script. Just go to the Enfold > Blog Layout panel then set the Blog Styling to Elegant. This will display the featured image below the post title by default.

    Best regards,
    Ismael

    in reply to: Mega Menu Styling #732487

    Hi,

    Thank you for using Enfold.

    The mega menu elements such as the title are not included in the advanced styling panel so you have to add some css modifications to alter its styling. What specific changes are you trying to implement? If you want to change the color of the mega menu title, please use this.

    #top #header .mega_menu_title a {
        color: #888888;
        font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Tagline to the right of logo area #732467

    Hi,

    It is working if the “sticky” option is enabled. Please edit the js > avia.js file then look for this code around line 1458:

    		$(".av-sticky-submenu").each(function()
    		{
    			 var menu  = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle');
    			 win.on( 'scroll',  function(){ window.requestAnimationFrame( $.proxy( check, menu, placeholder) )} );
    
    			 if(mobile_button.length)
    			 {
    			 	mobile_button.on( 'click',  toggle );
    			 }
    
    		});
    

    .. replace it with:

            $(".av-submenu-container").each(function()
            {
                 var sticky = $('.av-sticky-submenu'), menu = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle');
                 if(sticky.length) win.on( 'scroll',  function(){ window.requestAnimationFrame( $.proxy( check, sticky, placeholder) )} );
    
                 if(mobile_button.length)
                 {
                    mobile_button.on( 'click',  toggle );
                 }
            });

    Remove browser cache or hard refresh the page afterwards.

    Best regards,
    Ismael

    in reply to: Stop slideshow for 10 seconds on mouseclick #732465

    Hi,

    Please post the WP and FTP details in the private field and we’ll test the code in your installation.

    Best regards,
    Ismael

    in reply to: Footer Height & Menu changes problem #732463

    Hi,

    The Quick CSS field is the correct location for the code but you copied it from your email so the symbols are converted to something else which makes it invalid. Anyway, we fix the css code. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    in reply to: Checkbox Background Color change #732462

    Hi,

    I would like to login to the site but the url redirects to the home page. Please add this css code to change the background and check color if the checkbox is active or checked.

    input[type=checkbox]:checked:after {
        background: green !important;
        color: black !important;
    }

    NOTE: Add it below the previous css codes.

    Best regards,
    Ismael

Viewing 30 posts - 37,681 through 37,710 (of 66,745 total)