Forum Replies Created

Viewing 30 posts - 17,641 through 17,670 (of 35,074 total)
  • Author
    Posts
  • in reply to: Home logo is not displayed (Chrome & Opera) #1198939

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .logo img {
        width: 100% !important; 
        height: 100% !important; 
    }

    Your logo is getting a height of 0px and it looks like it has an added class “lazyloaded”, are you using a lazyload plugin?
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Toggle Icon #1198930

    Hi,
    To make the toggle smaller you could remove the top & bottom padding with css like this:

    #accordeon .toggler {
        padding: 0px 3px 0px 35px !important; 
    }

    After applying the css, Please clear your browser cache and check.
    To make the “+” larger, please try this css:

    .toggle_icon .vert_icon {
        top: -5px !important; 
        height: 22px !important; 
    }
    .toggle_icon .hor_icon {
        left: -5px !important; 
        width: 22px !important; 
    }

    Best regards,
    Mike

    in reply to: Shop Banner Image – WooCommerce Page #1198926

    Hey jonroot,
    Thanks for the screenshot, but please also link to the page so we can examine it.

    Best regards,
    Mike

    in reply to: Change Woocommerce term for "Cart" #1198925

    Hi,
    Sorry for the late reply, above you wrote that you have a “ton” of modifications, so first move the modifications that are functions or scripts that are in your parent functions.php, you would “move” these to your child theme functions.php
    Please don’t just “copy” them over so they are in both files, this will lead to an error.
    Then if you have modified any theme files we will want to “copy” them to the child theme with the same structure, so if you modified the “header.php” then copy it to the root of your child theme directory, but if another file is inside of a folder in your parent theme, place it inside of the same directory in your child theme.
    It is ok to leave the original file in its original location, you will just be “copying” these files.
    Please list the files you have modified because some files will need to be “enqueue” to work correctly.
    Then you can copy your custom css to your child theme “style.css”, or you can add your css to your Enfold Theme Options > General Styling > Quick CSS field, both places are safe for updates.

    Best regards,
    Mike

    in reply to: Upgrading Enfold via FTP #1198921

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Open Different Image Via Light Box #1198920

    Hey KeyshaunSmith,
    Sorry for the late reply, unfortunately, we don’t have this as a feature right now, but you could use a plugin such as Smart Variations Images for WooCommerce or WooCommerce Additional Variation Images
    or perhaps a different one, there seems to be many available.

    Best regards,
    Mike

    in reply to: Archive Pages Title(s) #1198914

    Hi,
    Thank you, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, is the code above active on the site now?
    I don’t have an iPad, but looking at your burger menu between 768px – 1024px, which should be the iPad sizes, the social icons seem to be added to the burger menu.
    How would you like to see it?
    I also see that for desktop the social icons are not in the burger menu, did you want them there?

    Best regards,
    Mike

    in reply to: Moving element over element above #1198906

    Hey marcoabis81,
    Please try adding the negative margin to the column instead of the image that is inside of the column, this way the text and image will move up.
    To have your icons in your text elements hang on the left of your paragraphs, try clicking on the icon/image and choosing the “align left” icon:
    2020-03-29_122457.png

    Best regards,
    Mike

    in reply to: creating an overlay in a column #1198875

    Hey Elena,
    Sorry for the late reply, this can be done by creating a div with the overlay under your text element.
    The following code is to do this one your one page so you can see, but since you probably want to add this to many pages you will want to add a custom class to each of your columns that, such as “overlay-column”
    2020-03-29_111442.png
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_overlay_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('#top.postid-564 .flex_column.avia-builder-el-33').prepend('<div id="overlay"></div>');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_overlay_script');

    to use this for other columns with the custom class above, just replace #top.postid-564 .flex_column.avia-builder-el-33 with .overlay-column
    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #overlay {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.7);
      position: absolute;
      z-index: -1;
    }

    Best regards,
    Mike

    in reply to: iPhone Problem Kommentar nicht möglich #1198833

    Hey mkuhrau,
    Entschuldigung für die späte Antwort, ich habe mir einen Ihrer Beiträge “/ coronavirus /” angesehen, aber die Kommentarfelder scheinen angezeigt zu werden. Welche Felder werden nicht angezeigt?

    — Translated with Google —

    Sorry for the late reply, I took a look at one of your posts “/coronavirus/” but the comment fields seem to be showing, which fields are not showing?

    Best regards,
    Mike

    in reply to: Accordion – adjust expand size #1198828

    Hey shar_s,
    Sorry for the late reply, it looks like your images are small when compared to the travel demo accordion, have you tried using images that are as wide as the page?
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Wrong Menu Highlights #1198826

    Hey inaflagranti,
    Sorry for the late reply and thanks for the link to your site, but the login seems to have expired, please check.
    It looks like your anchor IDs are set on H3 tags, please try changing your IDs to the color sections in the “advanced” tabs under “developer settings”
    2020-03-29_090037.png

    Best regards,
    Mike

    in reply to: Adding top bar has affected the lineup of certain pages #1198824

    Hi,
    Sorry for the late reply, unfortunately, some of your images are not available, so I’m not quite sure what you are trying to do, the top bar looks the same to me in your examples.
    Please try explaining again.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, unfortunately, we don’t have an option for that, perhaps there is a plugin that will achieve this.

    Best regards,
    Mike

    in reply to: Contact form / selection-field-problem #1198821

    Hey Carsten,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_betreff_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      	$('#top.page-id-44 #avia_3_1 option:eq(0)').prop('selected', true)
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_betreff_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Top Bar #1198818

    Hi,
    Sorry for the late reply, to increase the social icons and the “phone” text, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .phone-info > span {
    	font-size: 20px !important;
    }
    #top .social_bookmarks li a {
        font-size: 30px !important; 
    }

    Best regards,
    Mike

    Hi,
    Perhaps try clearing your browser cache, Please see the screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Burger Menu On Scroll #1198808

    Hi,
    Glad you were able to tweak it, but I don’t see a “white bar” when I click the burger menu.
    But perhaps the page looks different when logged in, unfortunately, I can’t login it leads to a 404.

    Best regards,
    Mike

    in reply to: Add custom image and link in menu #1198805

    Hi,
    Thank you for the feedback, I added this script to your functions.php

    function projekty_unijne_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('.social_bookmarks_kriesi').after("Projekty Unijne");
    $('.social_bookmarks_kriesi a').attr('title','Projekty Unijne')
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'projekty_unijne_script');

    this adds the text and changes the icon title to match, feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Search results image with title #1198796

    Hey adxdigitalmarketing,
    Sorry for the late reply, find the loop-search.php in enfold/includes and make a copy of it and upload it to your child-theme subfolder “includes” such as: “enfold-child/includes”
    On line 33 look for:
    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
    and replace with:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";

    The expected results:
    2020-03-29_061303.png

    Best regards,
    Mike

    in reply to: Polylang and links to social media #1198757

    Hey enfoldMB,
    Sorry for the late reply, there is two ways to do this and both will rely on polylang adding a language class to the site, which I pretty sure it does.
    So for the first option, you will have one FB social icon in the header and socket and we will add a jQuery script that will change the url based on the language class.
    The second option is you will have two different FB social icons next to each other with their own links, and we will hide them with css based on the language class.
    We will need to see your site to write this for you, which option do you prefer?

    Best regards,
    Mike

    in reply to: Pics not showing on archive page #1198756

    Hi,
    Glad to hear this worked for you.

    Best regards,
    Mike

    in reply to: CSS problem with Fast Micro Pay #1198754

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Burger Menu On Scroll #1198752

    Hey _studiotwelve,
    To have the text menu show on load and the burger menu show on scroll, Try adding this code to the end of your functions.php file in Appearance > Editor:

     add_action('wp_footer', 'ava_burger_toggle_on_scroll');
     function ava_burger_toggle_on_scroll(){
    	 ?>
    	 <script type="text/javascript">
    		 (function($) {
    			 function avia_scroll_top_menu()
    			 {
    					 var win = $(window),
    						 menu = $('.responsive #top .av-main-nav .menu-item'),
    						 burger = $('.responsive #top .av-main-nav .menu-item-avia-special, .responsive .av-burger-menu-main'),
    						 set_status = function()
    						 {
    							 var st = win.scrollTop();
     
    							 if(st > 100)
    							 {
    								 menu.addClass('hide_menu_show_burger');
    								 menu.removeClass('hide_burger_show_menu');
    								 burger.removeClass('hide_menu_show_burger');
    								 burger.addClass('hide_burger_show_menu');	
    							 }
    							 else if(menu.is('.hide_menu_show_burger')) 
    							 {
    								 burger.addClass('hide_menu_show_burger');
    								 burger.removeClass('hide_menu_show_burger');
    								 menu.removeClass('hide_menu_show_burger');	
    								 menu.addClass('hide_burger_show_menu');
    							 }
    						 };
     
    					 win.on( 'scroll',  function(){ window.requestAnimationFrame( set_status )} );
    					 set_status();
    			 }
     
    			 avia_scroll_top_menu();
    		 })(jQuery);
    	 </script>
    	 <?php
     }

    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive #top .av-main-nav .menu-item {
      display: block;
    }
    
    .responsive #top .av-main-nav .menu-item-avia-special {
      display: block;
    }
    
    .responsive .av-burger-menu-main.hide_burger_show_menu {
      display: block;
    }
    
    #avia-menu .hide_menu_show_burger {
      display: none !important;
    }
    
    #header.av_header_transparency .av-burger-menu-main.hide_burger_show_menu {
    	display: none !important;
    }
    
    #header.av_header_transparency .av-burger-menu-main:not(.hide_burger_show_menu) {
    	display: none !important;
    }

    Then clear your browser cache and check.
    I couldn’t login to add this for you because the login url leads to a 404
    I tested this on a default menu setup, so some tweaks may be necessary for your setup.

    Best regards,
    Mike

    in reply to: Woocommerce Alternate Product Overlay Color #1198746

    Hi,
    To hide the text of the three images on the homepage on hover, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .avia-image-container:hover .av-image-caption-overlay {
    	opacity: 0 !important; 
    }

    Best regards,
    Mike

    in reply to: Add Account Icon and Create Account Page #1198744

    Hi,
    Sorry for the late reply, to add the “home” icon to the beginning of the “my account” link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #menu-item-7836 > a:before {
      content: "\e821";
      font-family: entypo-fontello;
      color: #fff;
      position: relative;
      padding-right: 5px;
      margin-left: -5px;
    }

    After applying the css, Please clear your browser cache and check.
    Please feel free to change the icon to any that you wish.

    Best regards,
    Mike

    in reply to: Social Media in Footer #1198731

    Hi,
    Sorry for the late reply, to have gray icons in your footer on hover, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #custom_html-3 .av_font_icon a:hover {
    	color:gray !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Add custom image and link in menu #1198730

    Hi,
    Thank you for the login, I made an adjustment and now your icon is showing where your “kriesi” social icon is:
    2020-03-28_174531.png
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: table of contents not support chinese word #1198728

    Hi,
    Sorry for the late reply, this function will add the text character to the url of the TOC so the anchor links will work, unfortunately this will only work if the whole TOC is Chinese, because it brakes the English links.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_toc_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".avia-toc-container a.avia-toc-link").each(function(){
        var character = $(this).find("span").text();
        $(this).attr('href', function() {
        return "#" + character;
    });
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_toc_script');

    Please let us know if you want to use English and Chinese TOC’s on the same site, we can have this code only work on the pages to have the Chinese TOC.

    Best regards,
    Mike

Viewing 30 posts - 17,641 through 17,670 (of 35,074 total)