Forum Replies Created

Viewing 30 posts - 48,781 through 48,810 (of 67,539 total)
  • Author
    Posts
  • in reply to: Layout Builder und Sidebar #455860

    Hi ninanina!

    Thank you for using Enfold.

    I’m sorry but the translated version of the inquiry on google translate is a bit unclear. Can you please provide a screenshot of the issue? Use imgur or dropbox for the screenshots.

    From what I understand, you have a problem with the menu styling, column layout and something about the layer slider. You can change the menu style on Enfold > Advanced Styling panel. Regarding the column layout, you can stack columns next to each other, for example, two 1/2 columns or 5 1/5 columns side by side. You can also test the Grid Row element if you want to create nested columns.

    Cheers!
    Ismael

    Hey!

    Alright. Try to edit js > shortcodes.js, look for this code around line 2207:

    subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; });
    
    			var whCoverMod	= (wh100_mod / 9) * 16;

    Below, you can add this code:

    var mobileheader = $('.responsive #top #wrap_all #header');
    
          if(mobileheader.css('position') == 'relative') {
            wh100_mod = wh100_mod - mobileheader.height();
          }

    Best regards,
    Ismael

    in reply to: Broken header #455834

    Hey!

    Please add this in the Quick CSS field to fix the main container:

    .html_boxed #main {
      width: 100%;
    }

    And try this one to fix the header:

    .header-scrolled {
      top: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Color Problems with alternate content area #455828

    Hey!

    The Enfold > General Styling > Alternate Content > Alternate Content background color option is working. I set it to blue and you can see the result here: http://web.susanneklimesch.de/test/

    Cheers!
    Ismael

    in reply to: Enfold Partner Logo Tool Tip showing below logo image #455827

    Hi chanleo!

    Thank you for using Enfold.

    Edit config-templatebuilder > avia-shortcodes > logoslider.php, look for this code:

     $output .= "<div {$single_data} class='slide-entry flex_column no_margin {$post_class} {$grid} {$extraClass} {$thumb_class}'>";
                        $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;

    Replace it with:

      $output .= "<div class='slide-entry flex_column no_margin {$post_class} {$grid} {$extraClass} {$thumb_class}'>";
                        $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
                        $output .= "<div class='custom-tooltip'>{$hover}</div>";

    Please create a change log of this modifications in case you update the theme.

    Best regards,
    Ismael

    in reply to: Edit portfolio template #455821

    Hi!

    Did you try the advance layout builder to build or modify the portfolio items? I think the advance layout builder is enough to achieve anything you want.

    Regards,
    Ismael

    Hi Nic_007!

    Thank you for using Enfold.

    You added a color section element which pushes the sidebar at the bottom of the page. Remove the color section element.

    Cheers!
    Ismael

    in reply to: impressum should not be in the navigation #455818

    Hi Nic_007!

    Thank you for using Enfold.

    I’m sorry but what is “impressum”? Please provide a screenshot or a link to the website. so that we can understand the issue.

    Regards,
    Ismael

    in reply to: Limit no of reviews or pagination #455807

    Hey tendersqatar!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    function woocommerce_product_review_list_args_mod($args){
      $args['per_page'] = 1;
      return $args;
    }
    add_filter( 'woocommerce_product_review_list_args', 'woocommerce_product_review_list_args_mod' );
    

    Regards,
    Ismael

    Hey!

    You can use a text block or code block. There is no post tag or author element by default.

    Cheers!
    Ismael

    in reply to: logo #455792

    Hi satucker!

    Thank you for using Enfold.

    Yes, it is possible. You can add this in the Quick CSS field:

    .home .logo { display: none; }
    

    Best regards,
    Ismael

    in reply to: Comming soon page #455790

    Hi hdpcr!

    Thank you for using Enfold.

    After the demo data import, you can find the page in the Pages panel. Anyway, it’s quite easy to create the coming soon page manually. Create a new page then set the Template to Blank. Add the contents. Set the page as frontpage on Enfold > Theme Options.

    Cheers!
    Ismael

    in reply to: Change transition of navigation menu #455766

    Hi!

    You can modify the mouse over transition on js > avia.js, look for this code around line 1202:

    sublist.stop().css({visibility:'visible'}).animate({opacity:1}, 5000);
    

    Adjust animate duration:

    sublist.stop().css({visibility:'visible'}).animate({opacity:1});
    

    For the mouseleave event, edit the code below:

    sublist.stop().animate({opacity:0}, 5000, function()
    

    Replace it with:

    sublist.stop().animate({opacity:0}, function()
    

    Adjust the value as you please.

    Cheers!
    Ismael

    in reply to: Portfolio link – how to open in new window #455752

    Hey!

    Please revert the portfolio.php file back to default then do the suggested modification above. You have to remove this line of code:

    $target = !empty($custom_link) ? "target='_blank'" : '';
    						$output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' $target title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";

    Regards,
    Ismael

    in reply to: Woocommerce Catalogue Mode #455745

    Hi!

    Alright. You can hide specific elements of the product page using css. Give us a screenshot of the product layout that you have in mind, we’ll give you some css snippets. For further modifications, please contact the WooCommerce support or hire a freelance developer. You can find one on codeable: http://kriesi.at/contact/customization

    And just so you know, you can use the magazine element or blogs posts element to showcase your products without the default product elements like add to cart, price etc. If you want to remove certain elements in the single product page view, like I said, we can use css to hide those elements.

    Best regards,
    Ismael

    in reply to: Update plugins #455740

    Hi!

    Please post the login details here, we would like to check it. Make sure that you’re running Enfold 3.2.

    Best regards,
    Ismael

    in reply to: Adjustments – Post Update #455595

    Hey!

    Try to set the header height on Enfold > Header > Header Size. Set it to custom pixel value then adjust the Header Custom Height value.

    Cheers!
    Ismael

    in reply to: IP Anonymization in Google Analytics #455594

    Hey!

    Ok. Let us know if it works. You might see the result after a few days. I’m really not sure how they test if this is working though.

    Cheers!
    Ismael

    in reply to: Collapsible Custom Menu? #455593

    Hey!

    Alright. Please post the website url here, we would like to check it. Also, place the css mod here so that we can test it on our installation.

    Best regards,
    Ismael

    in reply to: Portfolio link – how to open in new window #455592

    Hi!

    Just to be clear, you want to open the link in another tab or window? Please remove the modifications above, then look for this code:

    if(!empty($title_link))
                            {
                            	$output .= "<a href='{$title_link}'>".$title."</a>";
                            }

    Replace it with:

      if(!empty($title_link))
                            {
                            	$output .= "<a href='{$title_link}' target='_blank'>".$title."</a>";
                            }

    Regards,
    Ismael

    Hi!

    Add this in the functions.php file:

    #
    # removes the default post image from shop overview pages and replaces it with this image
    #
    function avia_woocommerce_thumbnail_mod($asdf)
    {
    	global $product, $avia_config;
    	$rating = $product->get_rating_html(); //get rating
    
    	$id = get_the_ID();
    	$size = 'shop_catalog';
    
    	echo "<div class='thumbnail_container'>";
    		echo avia_woocommerce_gallery_first_thumbnail( $id , $size);
    		echo get_the_post_thumbnail( $id , $size );
    		if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";
    		if($product->product_type == 'simple') echo "<span class='cart-loading'></span>";
    	echo "</div>";
    }
    
    add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_thumbnail_mod' );
    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
    remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 20);

    Cheers!
    Ismael

    Hey mailworm!

    Thank you for using Enfold.

    Looks like you use a shortcode in the menu description? I’m sorry but that’s not going to work on mobile devices. Please use the default mega menu options. Make sure that the Header > Mobile Menu > Hide Mobile Menu Submenu Items option is deactivated.

    Cheers!
    Ismael

    Hey!

    It works fine on our installation. We set the header height to large, on default header, height is 116px. If we switch to transparent header, height is still 116px. We are using the default enfold logo and logo / menu position is set to “logo left, menu right”. Make sure that you don’t have any css modifications related to the header.

    Regards,
    Ismael

    in reply to: Full image header on top off menu #455584

    Hi!

    You can create a background image specifically for mobile device then set it in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
      background: #f1f1f1 url(//lindenmobileappstore.nl/ERI/wp-content/uploads/2015/06/new-header-image-here.jpg) top left no-repeat fixed !important;
    }}

    Adjust the image url. Or much better, IMO, hide it on mobile devices:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
      background: none !important;
    }}

    Regards,
    Ismael

    Hi!

    I’m sorry but I think you misunderstood the concept of the theme location. After creating the menu and setting it as Enfold Child Main Menu, did you add the menu items or pages again? If a theme location is not set, WP will automatically add newly created pages in the main menu. This is your problem at first so in order to fix that, you have to create a menu on Appearance > Menus panel then set it as Enfold Main Menu. This will give you control which menu items to display in the main menu. You have to add the pages or menu items manually. Please refer to this link for more info: https://codex.wordpress.org/WordPress_Menu_User_Guide

    Regards,
    Ismael

    in reply to: Change transition of navigation menu #455582

    Hi Technoh!

    Thank you for using Enfold.

    What do you mean by transition? Are you trying to change the hover effect? A screenshot will help.

    Cheers!
    Ismael

    in reply to: Logo stuck at top of page. #455581

    Hi!

    That is the top position of the logo image, not padding. Yes, a transparent space on the actual image could work. Let us know if you figure it out.

    Regards,
    Ismael

    in reply to: Menu Footer #455580

    Hi!

    If you want the 3rd and 4th columns to float side by side on smaller screens, you can use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
      width: 48% !important;
      float: left;
    }}

    You can also use the nth child selector to adjust the width of the second column on desktop view. Use css media queries.

    Cheers!
    Ismael

    Hey Fionadee!

    Thank you for using Enfold.

    The Quick CSS field will not be overwritten when you update the theme but if you want a bullet proof update, use a child theme then add the css modifications in the style.css file. Creating a backup won’t hurt either.

    Cheers!
    Ismael

    in reply to: main content background image not showing #455578

    Hey!

    You can do something like this:

    #header:after {
      content: '';
      background-color: red;
      width: 5px;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
    }

    Add the alternating color background as background image. Use css media queries to adjust the background on smaller screens.

    Cheers!
    Ismael

Viewing 30 posts - 48,781 through 48,810 (of 67,539 total)