Forum Replies Created

Viewing 30 posts - 17,551 through 17,580 (of 35,026 total)
  • Author
    Posts
  • in reply to: #payment_box for Klarna. too small #1200509

    Hi,
    Sorry for the late reply, glad to hear you have sorted it out, shall we close this then?

    Best regards,
    Mike

    in reply to: Icon next to title on portfolio Grid #1200507

    Hi,

    @marcgys
    sorry for the late reply, please link to your page so we can see what you have so far.

    Best regards,
    Mike

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

    Hi,
    Sorry for the late reply, I see you are now getting the error “Cannot read property ‘top’ of undefined” when the links are clicked, it seems related to the language, for example when I copy the link I get this:
    http://51.dr104.com.tw/?p=382#%E6%A8%99%E9%A1%8C%E4%B8%89 instead of:
    http://51.dr104.com.tw/?p=382#標題三

    Best regards,
    Mike

    in reply to: Transparent header, White Logo & Icons in mobile menu #1200500

    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

    Hi,
    Thanks, I took a look at your other thread and posted a comment, I recommend closing this thread and continuing there.

    Best regards,
    Mike

    Hi,
    Thanks for the link, it looks like your “SCHEDULE A CALL” button is getting the “current-menu-item” class incorrectly, and on scroll the class is being added to each, back and forth, that is the flashing.
    Do you have a script that is adding this class to the “SCHEDULE A CALL” button? It also looks like “#top” is being added to some of your menu URLs based on which item’s page it is, which should be removed.
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: No Animations on the latest Version (4.7.3) #1200166

    Hi,
    The easiest and safest way to update, that I find, is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly. This assumes that your theme folder at /wp-content/themes/enfold is named the default “enfold”.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    Hi,
    Perhaps one like Easy Media Download, but please note that I have not tried any plugins that do what you want to do, nor did I find any recommendations in the forum. Searching the WordPress repository is a good place to start your search in cases like these.

    Best regards,
    Mike

    in reply to: Using Lightbox popup from menu option #1200158

    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

    Hi,
    To change the number of posts that the related entries show please edit
    \enfold\includes\related-posts.php
    and on line 32 look for: 'columns' => 6, and change the number “6” to “4”

    Best regards,
    Mike

    in reply to: Social Media in Footer #1200150

    Hi,
    Thank you for the feedback, there are more customization examples in the Enfold Documentation

    Best regards,
    Mike

    in reply to: Knowledge Base icon not provide in the template #1200145

    Hi,
    Please try unzipping your “medical” pack and opening “config.json” with a plain text editor, do you see the html for a 404 page like this?
    2020-04-02_062939.png
    when the “config.json” doesn’t have it’s information and the file is uploaded through the importer the file will be named “Font: flaticon”, but this can only be used once.
    But the files that do have the info such as the one in the “knowledgebase” pack are named correctly in the importer
    2020-04-02_064338.png
    Perhaps you can edit the medical config.json to this, removing the html:

    {
        "name": "enfold-medical",
        "css_prefix_text": "icon-",
        "css_use_suffix": false,
        "hinting": true,
        "units_per_em": 1000,
        "ascent": 850
          {
          }
    }

    Best regards,
    Mike

    in reply to: Using Lightbox popup from menu option #1200122

    Hi,
    Thank you, I checked that the trigger class “popup-link” was added to the menu item, then I edit your popup to ensure the popup trigger class was enabled
    2020-04-02_055817.png
    and now it seems to be working, try clearing your browser cache and clicking the menu item “Settings Findings”

    Best regards,
    Mike

    in reply to: Moving element over element above #1199766

    Hi,
    Sorry for the late reply, glad this helps, I didn’t add the paragraph classes they were already there, perhaps you are pasting the text from another page?
    Sorry, I couldn’t watch your video, it requires “flash”, can you upload as mp4 or another format?
    Your page also seems moved, I found a new page linked in the Private Content area.
    Using the negative top tends to move elements up leaving a space below, so I added this function in your child theme functions.php to make the color section height the same as the inner column height:

    function custom_height_script(){
      ?>
      <script>  
     (function($){
      $(window).load(function(){
          var s1 = $('#top.page-id-9493 #av_section_10 ').height();
        var s2 = $('#top.page-id-9493 .flex_column.avia-builder-el-60').height();
    
        if (s1 < s2)
            $('#top.page-id-9493 .flex_column.avia-builder-el-60').css('height', s1 + "px");
        else
            $('#top.page-id-9493 #av_section_10').css('height', s2 + "px");
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_height_script');

    This seems to help, please clear your browser cache and check.

    Best regards,
    Mike

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

    Hi,
    Glad to hear that helped, for your shop banner, when I looked you didn’t have a shop banner enabled, so I did this and added this css in your Quick CSS:

    #av_product_description {
    	height: 400px;
    }
    #av_product_description .av-section-color-overlay {
       opacity: 0 !important; 
    }

    Now your shop banner is 400px high, feel free to change the height, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Using Lightbox popup from menu option #1199716

    Hi,
    Thank you, the login doesn’t seem to be working, but I don’t get an error message, please check.

    Best regards,
    Mike

    in reply to: Home logo is not displayed (Chrome & Opera) #1199705

    Hi,
    The lazyload causes many problems, we recommend that you disable it.

    Best regards,
    Mike

    in reply to: Anpassung der Seitengröße #1199330

    Hi,
    Sie können das & # 8220; gerahmte Layout & # 8221; in Themenoptionen einschließen & gt; Allgemeines Layout & gt; Verwenden Sie ein gestrecktes oder verpacktes Layout
    2020-03-31_075403.png
    Ich wusste jedoch nicht, dass dies nur für die Produkte gilt. Ich glaube nicht, dass Sie das Layout für nur einige Seiten mit einer Funktion ändern können, aber Sie können CSS verwenden, um das zu ändern Layout nur für Produktseiten. Versuchen Sie beispielsweise diesen Code im General Styling & gt; Schnelles CSS -Feld oder im WordPress & gt; Anpassen & gt; Zusätzliches CSS -Feld:

    .html_stretched #top.single-product, .html_stretched.html_header_sticky #header, .html_stretched #top.single-product .container {
        max-width: 1310px;
        width: 90%;
        margin: auto;
    }

    — Translated with Google —

    You could try the “framed layout” in Enfold Theme Options > General Layout > Use stretched or boxed layout
    2020-03-31_075403.png
    But I didn’t realize this was only for the “products”, I don’t believe you can change the layout for just some pages with a function, but you can use css to change the layout for only product pages, for example, try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_stretched #top.single-product, .html_stretched.html_header_sticky #header, .html_stretched #top.single-product .container {
        max-width: 1310px;
        width: 90%;
        margin: auto;
    }

    Best regards,
    Mike

    Hi,
    The site seems down now, do you have a new url?

    Best regards,
    Mike

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

    Hi,
    Thank you for getting this option displayed, did they tell you how they had done it? We want it disabled so I did that for you. It seems the sidebar was loading after the script ran, so I added a delay to the script, now it’s working fine.
    Please clear your browser cache and check.

    The final code:

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

    Best regards,
    Mike

    in reply to: Home logo is not displayed (Chrome & Opera) #1199310

    Hi,
    Please try removing the css I posted above and have the lazy load deactivated, my thought is that the logo will behave correctly on its own if the lazy load is deactivated.
    Also, please also clear your browser and site cache.

    Best regards,
    Mike

    in reply to: Wrong Menu Highlights #1199308

    Hi,
    Thanks for the login, glad to hear this helped, but for your two anchors in the same color section we don’t have a way to make their menu items show them as if they were in their own color sections.
    Perhaps you could have a separate color section for the “Service” area?

    Best regards,
    Mike

    in reply to: Using Lightbox popup from menu option #1199295

    Hi,
    Please include an admin login to examine, so you want the trigger on the menu item “Settings Findings” and we are using the popup in the screenshot in Private Content area, correct?

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, for the cart position please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 700px) { 
    #menu-item-shop.cart_dropdown {
        top: 14% !important; 
    }
    }

    After applying the css, Please clear your browser cache and check.
    To remove the border from the cart, please try this css:

    .header_color ul#menu-item-shop {
    	border-width: 0px !important; 
    }

    Best regards,
    Mike

    Hi,
    I believe that your screenshot is from your /contact/ page and I do not see these as red, only the email address.
    I believe you are looking at this with an iPhone which automatically links phone numbers, even when there is no link.
    This is the answer from IOS on the topic

    Regrettably iOS has no option to manually set character strings it “sees” as Hyperlinks or Phone Nos. as text only instead of active links.

    But this maybe a solution
    Try adding this code to the end of your functions.php file in Appearance > Editor:

      function add_custom_meta(){
    	?>
    	<meta name="format-detection" content="telephone=no">
    	<?php
    	}
    	add_action('wp_head', 'add_custom_meta', 1);

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold theme install error #1199060

    Hi,
    I took a look at your site and I see that the Enfold theme had been uploaded so I tried activating it and it worked well.
    Now you can choose a demo to install if you wish.
    I noticed that your theme options are not showing the option Enfold Theme Options > Performance > Load jQuery in your footer
    2020-03-30_055544.jpg
    This is a sign that your webhost has set your scripts to be loaded in the footer, which brakes the jQuery.
    There are different scripts that your webhost can use to move the jQuery to the footer, please ask them to remove their code, probably in the “wp-config.php” file.
    While you are not getting an error from this right now, this can lead to an error in the future.

    Best regards,
    Mike

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

    Hi,
    Glad you were able to sort this out, 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: Using Lightbox popup from menu option #1199054

    Hi,
    For the “popup press” according to their documentation, the trigger class needs to be added to the link, to do this try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function ($) { 
      $(window).load(function() {
              $("#menu-item-3144 a").addClass('popup-link');
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    note that #menu-item-3144 is the ID for the menu item & popup-link is the class we are adding, please adjust to suit. But if the menu item is a working link to another page you may encounter a conflict, I recommend the menu item is only used for the popup trigger.
    For the other popup script you don’t need to change anything in the menu item, you just add the menu item ID to the script where the #menu-item-3144 is, when this ID is clicked the popup will show.

    Best regards,
    Mike

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

    Hi,
    Thank you for the link, I see your site is getting the error jQuery is not defined and your theme options are not showing the option Enfold Theme Options > Performance > Load jQuery in your footer
    2020-03-30_055544.jpg
    This is a sign that your webhost has set your scripts to be loaded in the footer, which brakes the jQuery.
    There are different scripts that your webhost can use to move the jQuery to the footer, please ask them to remove their code, probably in the “wp-config.php” file.

    Best regards,
    Mike

    in reply to: Blue Highlight #1199044

    Hi,
    Thank you for the link, please try this css:

    .tab,.tab.active_tab:focus {
        outline: -webkit-focus-ring-color none 0px;
        outline-color: -webkit-focus-ring-color;
        outline-style: none !important; 
        outline-width: 0px !important; 
    }

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

    Best regards,
    Mike

Viewing 30 posts - 17,551 through 17,580 (of 35,026 total)